Home
last modified time | relevance | path

Searched refs:ContourCells (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkContour3DLinearGrid.cxx549 struct ContourCells struct
584 ContourCells(TIP *inPts, CellIter *iter, TS *s, double value, in ContourCells() argument
596 typename ContourCells<TIP,TOP,TS>::LocalDataType& localData = this->LocalData.Local(); in Initialize()
604 typename ContourCells<TIP,TOP,TS>::LocalDataType& localData = this->LocalData.Local(); in operator ()()
605 typename ContourCells<TIP,TOP,TS>::LocalPtsType& lPts = localData.LocalPts; in operator ()()
700 ContourCells<float,float,TS> contour((float*)inPtsPtr,cellIter, in ProcessFastPath()
707 ContourCells<double,double,TS> contour((double*)inPtsPtr,cellIter, in ProcessFastPath()
714 ContourCells<float,double,TS> contour((float*)inPtsPtr,cellIter, in ProcessFastPath()
721 ContourCells<double,float,TS> contour((double*)inPtsPtr,cellIter, in ProcessFastPath()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkContour3DLinearGrid.cxx288 struct ContourCells : public ContourCellsBase<TIP, TOP, TS> struct
290 ContourCells(TIP* inPts, CellIter* iter, TS* s, double value, vtkPoints* outPts, in ContourCells() argument
448 ContourCells<float, float, TS> contour( in ProcessFastPath()
463 ContourCells<double, double, TS> contour( in ProcessFastPath()
478 ContourCells<float, double, TS> contour( in ProcessFastPath()
493 ContourCells<double, float, TS> contour( in ProcessFastPath()