| TringTvor() |
| TringTvor(const TringTvor&) |
| TringTvor(Int_t nv, Int_t nt) |
| TringTvor(Int_t nv, Int_t nt, TringTvor::Mode_e normal, TringTvor::Mode_e color, TringTvor::Mode_e texture) |
| TringTvor(Int_t nv, Int_t nt, Bool_t smoothp, Bool_t colp = false, Bool_t texp = false) |
| ~TringTvor() |
| Int_t | AddTriangles(Int_t nt) |
| Int_t | AddVertices(Int_t nv) |
| void | AssertBoundingBox() |
| void | AssertCols() |
| void | AssertNorms() |
| void | AssertTexs() |
| void | AssertTringCols() |
| void | AssertTringNorms() |
| void | AssertTringTexs() |
| Float_t | BoundingBoxDiagonal() const |
| Float_t | BoundingBoxHalfDiagonal() const |
| Float_t | BoundingBoxVolume() const |
| Float_t | BoundingBoxXYArea() const |
| void | CalculateBoundingBox() |
| Float_t | CalculateTriangleNormal(Int_t ti, Float_t* normal) |
| Float_t | CalculateTriangleNormalAndCog(Int_t ti, Float_t* normal, Float_t* cog) |
| static TClass* | Class() |
| UChar_t* | Color(Int_t i) |
| UChar_t* | Cols() |
| void | DeletePrimaryArrays() |
| void | DeleteSecondaryArrays() |
| void | DeleteTriangleStrips() |
| void | ExportPovMesh(ostream& o, Bool_t smoothp = false) |
| Int_t | FindNeighboursPerVertex(vector<Int_t>* neighbours) |
| void | FindTrianglesPerVertex(vector<Int_t>* trings_per_vert) |
| void | GenerateTriangleColorsFromTriangleStrips() |
| void | GenerateTriangleColorsFromVertexColors() |
| void | GenerateTriangleColorsFromVertexColors(set<Int_t>& triangles) |
| void | GenerateTriangleColorsFromVertexColors(UChar_t* VCA, UChar_t* TCA) |
| void | GenerateTriangleColorsFromVertexColors(set<Int_t>& triangles, UChar_t* VCA, UChar_t* TCA) |
| void | GenerateTriangleNormals() |
| void | GenerateTriangleNormalsAndColors(void (*)(Float_t*, UChar_t*, void*) foo, void* ud) |
| void | GenerateTriangleStrips(Int_t max_verts = 128) |
| void | GenerateVertexNormals() |
| Float_t | GetMaxEdgeLen() const |
| Float_t | GetMaxVertexDistance() const |
| Float_t | GetMinEdgeLen() const |
| bool | HasCols() |
| bool | HasNorms() |
| bool | HasTexs() |
| Bool_t | HasTrianlgeStrips() const |
| Bool_t | HasTringCols() |
| Bool_t | HasTringNorms() |
| Bool_t | HasTringTexs() |
| TClass* | IsA() const |
| void | MakeCols() |
| void | MakeNorms() |
| void | MakePrimaryArrays() |
| void | MakeSecondaryArrays() |
| void | MakeTexs() |
| void | MakeTringCols() |
| void | MakeTringNorms() |
| void | MakeTringTexs() |
| Float_t* | Normal(Int_t i) |
| Float_t* | Norms() |
| Int_t | NTrings() |
| Int_t | NVerts() |
| TringTvor& | operator=(const TringTvor&) |
| void | Reset(Int_t nv, Int_t nt) |
| void | Reset(Int_t nv, Int_t nt, TringTvor::Mode_e normal, TringTvor::Mode_e color, TringTvor::Mode_e texture) |
| void | SetColorMode(TringTvor::Mode_e mode) |
| void | SetNormal(Int_t i, Float_t x, Float_t y, Float_t z) |
| void | SetNormalMode(TringTvor::Mode_e mode) |
| void | SetTextureMode(TringTvor::Mode_e mode) |
| void | SetTriangle(Int_t i, Int_t v0, Int_t v1, Int_t v2) |
| void | SetTriangleColor(Int_t i, UChar_t r, UChar_t g, UChar_t b, UChar_t a = 255) |
| void | SetTriangleNormal(Int_t i, Float_t x, Float_t y, Float_t z) |
| void | SetTriangleTexture(Int_t i, Float_t u0, Float_t v0, Float_t u1, Float_t v1, Float_t u2, Float_t v2) |
| void | SetVertex(Int_t i, const Float_t* q) |
| void | SetVertex(Int_t i, Float_t x, Float_t y, Float_t z) |
| void | ShowMembers(TMemberInspector& insp) |
| Float_t | SqrDistanceToVertex(Int_t vi, const Float_t* p) |
| Float_t | SqrLen(const Float_t* a, const Float_t* b) |
| void | SqrMinMaxEdgeLen(Int_t ti, Float_t& min, Float_t& max) |
| void | Streamer(TBuffer& b) |
| void | StreamerNVirtual(TBuffer& b) |
| Float_t* | Texs() |
| Float_t* | Texture(Int_t i) |
| Int_t* | Triangle(Int_t i) |
| UChar_t* | TriangleColor(Int_t i) |
| Float_t* | TriangleNormal(Int_t i) |
| Bool_t | TriangleOtherVertices(Int_t t, Int_t v, Int_t& v_prev, Int_t& v_next) |
| Float_t* | TriangleTexture(Int_t i) |
| UChar_t* | TringCols() |
| Float_t* | TringNorms() |
| Int_t* | Trings() |
| Float_t* | TringTexs() |
| Float_t* | Vertex(Int_t i) |
| Float_t* | Verts() |
| void | WipeCols() |
| void | WipeNorms() |
| void | WipeTexs() |
| void | WipeTringCols() |
| void | WipeTringNorms() |
| void | WipeTrings() |
| void | WipeTringTexs() |
| void | WipeVerts() |