Home
last modified time | relevance | path

Searched defs:ProduceTriangles (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A Dvtk3DLinearGridPlaneCutter.cxx430 struct ProduceTriangles struct
432 vtkCellArray* Tris;
434 ProduceTriangles(vtkCellArray* tris) in ProduceTriangles() argument
439 struct Impl
459 void operator()(vtkIdType triId, vtkIdType endTriId) in operator ()()
H A DvtkContour3DLinearGrid.cxx206 struct ProduceTriangles struct
208 struct Impl
234 vtkIdType TotalTris;
235 vtkCellArray* Tris;
236 ProduceTriangles(vtkIdType totalTris, vtkCellArray* tris) in ProduceTriangles() function
241 void operator()(vtkIdType triId, vtkIdType endTriId) in operator ()()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkContour3DLinearGrid.cxx729 struct ProduceTriangles struct
731 vtkIdType *Tris;
733 ProduceTriangles(vtkIdType *tris) : Tris(tris) in ProduceTriangles() argument
736 void operator()(vtkIdType triId, vtkIdType endTriId) in operator ()()