Home
last modified time | relevance | path

Searched refs:inPtsType (Results 1 – 5 of 5) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkContour3DLinearGrid.cxx695 int inPtsType = inPts->GetDataType(); in ProcessFastPath() local
698 if ( inPtsType == VTK_FLOAT && outPtsType == VTK_FLOAT ) in ProcessFastPath()
705 else if ( inPtsType == VTK_DOUBLE && outPtsType == VTK_DOUBLE ) in ProcessFastPath()
712 else if ( inPtsType == VTK_FLOAT && outPtsType == VTK_DOUBLE ) in ProcessFastPath()
1075 int inPtsType = inPts->GetDataType(); in ProcessMerged() local
1081 if ( inPtsType == VTK_FLOAT && outPtsType == VTK_FLOAT ) in ProcessMerged()
1087 else if ( inPtsType == VTK_DOUBLE && outPtsType == VTK_DOUBLE ) in ProcessMerged()
1093 else if ( inPtsType == VTK_FLOAT && outPtsType == VTK_DOUBLE ) in ProcessMerged()
1345 int inPtsType = inPts->GetDataType(); in RequestData() local
1346 if ( (inPtsType != VTK_FLOAT && inPtsType != VTK_DOUBLE) ) in RequestData()
H A DvtkStaticCleanPolyData.cxx266 int inPtsType = inPts->GetDataType(); in RequestData() local
270 switch (vtkTemplate2PackMacro(inPtsType, outPtsType)) in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkContour3DLinearGrid.cxx435 int inPtsType = inPts->GetDataType(); in ProcessFastPath() local
438 if (inPtsType == VTK_FLOAT && outPtsType == VTK_FLOAT) in ProcessFastPath()
453 else if (inPtsType == VTK_DOUBLE && outPtsType == VTK_DOUBLE) in ProcessFastPath()
468 else if (inPtsType == VTK_FLOAT && outPtsType == VTK_DOUBLE) in ProcessFastPath()
995 int inPtsType = inPts->GetDataType(); in ProcessMerged() local
1001 if (inPtsType == VTK_FLOAT && outPtsType == VTK_FLOAT) in ProcessMerged()
1007 else if (inPtsType == VTK_DOUBLE && outPtsType == VTK_DOUBLE) in ProcessMerged()
1013 else if (inPtsType == VTK_FLOAT && outPtsType == VTK_DOUBLE) in ProcessMerged()
1294 int inPtsType = inPts->GetDataType(); in ProcessPiece() local
1295 if ((inPtsType != VTK_FLOAT && inPtsType != VTK_DOUBLE)) in ProcessPiece()
H A Dvtk3DLinearGridPlaneCutter.cxx728 int inPtsType = inPts->GetDataType(); in ProcessEdges() local
738 if (inPtsType == VTK_FLOAT) in ProcessEdges()
820 if (inPtsType == VTK_FLOAT) in ProcessEdges()
1007 int inPtsType = inPts->GetDataType(); in ProcessPiece() local
1008 if (inPtsType != VTK_FLOAT && inPtsType != VTK_DOUBLE) in ProcessPiece()
H A Dvtk3DLinearGridCrinkleExtractor.cxx636 int inPtsType = inPts->GetDataType(); in ProcessPiece() local
637 if ((inPtsType != VTK_FLOAT && inPtsType != VTK_DOUBLE)) in ProcessPiece()