Home
last modified time | relevance | path

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

/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkMergeCells.cxx73 this->GlobalIdMap = new vtkMergeCellsSTLCloak; in vtkMergeCells()
86 delete this->GlobalIdMap; in ~vtkMergeCells()
600 static_cast<vtkIdType>(this->GlobalIdMap->IdTypeMap.size()); in MapPointsToIdsUsingGlobalIds()
610 this->GlobalIdMap->IdTypeMap.insert( in MapPointsToIdsUsingGlobalIds()
912 os << indent << "GlobalIdMap: " << this->GlobalIdMap->IdTypeMap.size() << endl; in PrintSelf()
H A DvtkMergeCells.h198 vtkMergeCellsSTLCloak *GlobalIdMap; variable
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkMergeCells.cxx73 this->GlobalIdMap = new vtkMergeCellsSTLCloak; in vtkMergeCells()
86 delete this->GlobalIdMap; in ~vtkMergeCells()
603 vtkIdType nextNewLocalId = this->GlobalIdMap->IdTypeMap.size(); in MapPointsToIdsUsingGlobalIds()
613 this->GlobalIdMap->IdTypeMap.insert( in MapPointsToIdsUsingGlobalIds()
915 os << indent << "GlobalIdMap: " << this->GlobalIdMap->IdTypeMap.size() << endl; in PrintSelf()
H A DvtkMergeCells.h185 vtkMergeCellsSTLCloak *GlobalIdMap; variable
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkMergeCells.cxx83 this->GlobalIdMap = new vtkMergeCellsSTLCloak; in vtkMergeCells()
97 delete this->GlobalIdMap; in ~vtkMergeCells()
622 auto& gidMap = this->GlobalIdMap->IdTypeMap; in MapPointsToIdsUsingGlobalIds()
759 os << indent << "GlobalIdMap: " << this->GlobalIdMap->IdTypeMap.size() << endl; in PrintSelf()
H A DvtkMergeCells.h214 vtkMergeCellsSTLCloak* GlobalIdMap; variable