Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkMergeCells.h106 vtkSetMacro(UseGlobalIds, int);
107 vtkGetMacro(UseGlobalIds, int);
108 vtkBooleanMacro(UseGlobalIds, int);
203 int UseGlobalIds; // point, or node, IDs variable
H A DvtkMergeCells.cxx86 this->UseGlobalIds = 0; in vtkMergeCells()
167 if (this->UseGlobalIds) // faster by far in MergeDataSet()
248 vtkDataArray* gidArray = this->UseGlobalIds ? set->GetCellData()->GetGlobalIds() : nullptr; in AddNewCellsDataSet()
546 if (this->UseGlobalIds) in StartUGrid()
614 if (!this->UseGlobalIds || !globalIdArray) in MapPointsToIdsUsingGlobalIds()
771 os << indent << "UseGlobalIds: " << this->UseGlobalIds << endl; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkMergeCells.h99 vtkSetMacro(UseGlobalIds, int);
100 vtkGetMacro(UseGlobalIds, int);
184 int UseGlobalIds; // point, or node, IDs variable
H A DvtkMergeCells.cxx76 this->UseGlobalIds = 0; in vtkMergeCells()
166 if (this->UseGlobalIds) // faster by far in MergeDataSet()
553 if (this->UseGlobalIds) in StartUGrid()
885 if(this->UseGlobalIds) in GlobalNodeIdAccessStart()
922 os << indent << "UseGlobalIds: " << this->UseGlobalIds << endl; in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkMergeCells.h92 vtkSetMacro(UseGlobalIds, int);
93 vtkGetMacro(UseGlobalIds, int);
171 int UseGlobalIds; // point, or node, IDs variable
H A DvtkMergeCells.cxx76 this->UseGlobalIds = 0; in vtkMergeCells()
166 if (this->UseGlobalIds) // faster by far in MergeDataSet()
553 if (this->UseGlobalIds) in StartUGrid()
888 if(this->UseGlobalIds) in GlobalNodeIdAccessStart()
925 os << indent << "UseGlobalIds: " << this->UseGlobalIds << endl; in PrintSelf()