Home
last modified time | relevance | path

Searched refs:PtMap (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkPolyDataPlaneClipper.cxx129 vtkIdType* PtMap; member
138 this->PtMap = new vtkIdType[pts->GetNumberOfTuples()]; in EvaluatePoints()
148 vtkIdType* map = this->PtMap + ptId; in operator ()()
169 if (this->PtMap[id] > 0) in Reduce()
171 this->PtMap[id] = npts++; in Reduce()
197 this->KeptPtMap = ep.PtMap; in operator ()()
271 const vtkIdType* PtMap; member
282 : PtMap(ptMap) in EvaluateCells()
390 const vtkIdType* PtMap; member
406 , PtMap(ptMap) in ExtractCells()
[all …]
H A DvtkStaticCleanPolyData.cxx44 vtkIdType* PtMap; member
51 : PtMap(ptMap) in CopyPointsAlgorithm()
62 const vtkIdType* ptMap = this->PtMap; in operator ()()
/dports/math/vtk9/VTK-9.1.0/Rendering/Image/
H A DvtkDepthImageToPointCloud.cxx83 const vtkIdType* PtMap; member
90 , PtMap(ptMap) in MapDepthImage()
99 const vtkIdType* mptr = this->PtMap + offset; in operator ()()
149 const vtkIdType* PtMap; member
155 , PtMap(ptMap) in MapScalars()
167 if ((outId = this->PtMap[id]) > (-1)) in operator ()()
/dports/math/vtk8/VTK-8.2.0/Rendering/Image/
H A DvtkDepthImageToPointCloud.cxx82 const vtkIdType *PtMap; member
85 Depths(depths), Pts(pts), Dims(dims), Matrix(m), PtMap(ptMap) in MapDepthImage()
94 const vtkIdType *mptr = this->PtMap + offset; in operator ()()
146 const vtkIdType *PtMap; member
150 NumColors(num), InColors(colors), PtMap(ptMap), OutColors(nullptr) in MapScalars()
162 if ( (outId=this->PtMap[id]) > (-1) ) in operator ()()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkStaticCleanPolyData.cxx62 vtkIdType *PtMap; member
69 PtMap(ptMap), InPts(inPts), OutPts(outPts) in CopyPoints()
78 const vtkIdType *ptMap=this->PtMap; in operator ()()
/dports/cad/openroad/OpenROAD-2.0/src/pdr/src/
H A Dgraph.cpp86 typedef std::unordered_map<Pt, int, PtHash, PtEqual> PtMap; typedef
96 PtMap pts; in Graph()