MCPcopy Create free account
hub / github.com/Kitware/VTK / Triangle

Class Triangle

Rendering/Volume/vtkUnstructuredGridBunykRayCastFunction.h:95–105  ·  view source on GitHub ↗

Used to store each triangle - made public because of the templated function

Source from the content-addressed store, hash-verified

93 // Used to store each triangle - made public because of the
94 // templated function
95 class Triangle
96 {
97 public:
98 vtkIdType PointIndex[3];
99 vtkIdType ReferredByTetra[2];
100 double P1X, P1Y;
101 double P2X, P2Y;
102 double Denominator;
103 double A, B, C, D;
104 Triangle* Next;
105 };
106
107 // Used to store each intersection for the pixel rays - made
108 // public because of the templated function

Callers 10

GetVTKCellTypeMethod · 0.85
TetrahedronMethod · 0.85
NewMethod · 0.85
intToTypeFunction · 0.85
typeToIntFunction · 0.85
XdmfTopologyGetTypeFunction · 0.85
XdmfTopologySetTypeFunction · 0.85
XdmfTopologySetPolyTypeFunction · 0.85
ExtractCellGeometryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected