Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkMergeCells.cxx84 this->GlobalCellIdMap = new vtkMergeCellsSTLCloak; in vtkMergeCells()
98 delete this->GlobalCellIdMap; in ~vtkMergeCells()
253 if (!IdDispatcher::Execute(gidArray, worker, this->GlobalCellIdMap->IdTypeMap)) in AddNewCellsDataSet()
255 worker(gidArray, this->GlobalCellIdMap->IdTypeMap); in AddNewCellsDataSet()
352 numDuplicateConnections, this->GlobalCellIdMap->IdTypeMap)) in AddNewCellsUnstructuredGrid()
355 this->GlobalCellIdMap->IdTypeMap); in AddNewCellsUnstructuredGrid()
760 os << indent << "GlobalCellIdMap: " << this->GlobalCellIdMap->IdTypeMap.size() << endl; in PrintSelf()
H A DvtkMergeCells.h215 vtkMergeCellsSTLCloak* GlobalCellIdMap; variable
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkMergeCells.cxx74 this->GlobalCellIdMap = new vtkMergeCellsSTLCloak; in vtkMergeCells()
87 delete this->GlobalCellIdMap; in ~vtkMergeCells()
255 static_cast<vtkIdType>(this->GlobalCellIdMap->IdTypeMap.size()); in AddNewCellsDataSet()
268 this->GlobalCellIdMap->IdTypeMap.insert( in AddNewCellsDataSet()
345 static_cast<vtkIdType>(this->GlobalCellIdMap->IdTypeMap.size()); in AddNewCellsUnstructuredGrid()
355 this->GlobalCellIdMap->IdTypeMap.insert( in AddNewCellsUnstructuredGrid()
913 os << indent << "GlobalCellIdMap: " << this->GlobalCellIdMap->IdTypeMap.size() << endl; in PrintSelf()
H A DvtkMergeCells.h199 vtkMergeCellsSTLCloak *GlobalCellIdMap; variable
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkMergeCells.cxx74 this->GlobalCellIdMap = new vtkMergeCellsSTLCloak; in vtkMergeCells()
87 delete this->GlobalCellIdMap; in ~vtkMergeCells()
254 nextCellId = this->GlobalCellIdMap->IdTypeMap.size(); in AddNewCellsDataSet()
267 this->GlobalCellIdMap->IdTypeMap.insert( in AddNewCellsDataSet()
343 vtkIdType nextLocalId = this->GlobalCellIdMap->IdTypeMap.size(); in AddNewCellsUnstructuredGrid()
353 this->GlobalCellIdMap->IdTypeMap.insert( in AddNewCellsUnstructuredGrid()
916 os << indent << "GlobalCellIdMap: " << this->GlobalCellIdMap->IdTypeMap.size() << endl; in PrintSelf()
H A DvtkMergeCells.h186 vtkMergeCellsSTLCloak *GlobalCellIdMap; variable