Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkMergeCells.h128 vtkSetMacro(UseGlobalCellIds, int);
129 vtkGetMacro(UseGlobalCellIds, int);
130 vtkBooleanMacro(UseGlobalCellIds, int);
204 int UseGlobalCellIds; // cell IDs variable
H A DvtkMergeCells.cxx87 this->UseGlobalCellIds = 0; in vtkMergeCells()
345 if (this->UseGlobalCellIds) in AddNewCellsUnstructuredGrid()
552 if (this->UseGlobalCellIds) in StartUGrid()
772 os << indent << "UseGlobalCellIds: " << this->UseGlobalCellIds << endl; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkMergeCells.h118 vtkSetMacro(UseGlobalCellIds, int);
119 vtkGetMacro(UseGlobalCellIds, int);
188 int UseGlobalCellIds; // cell IDs variable
H A DvtkMergeCells.cxx77 this->UseGlobalCellIds = 0; in vtkMergeCells()
248 if (this->UseGlobalCellIds) in AddNewCellsDataSet()
338 if (this->UseGlobalCellIds) in AddNewCellsUnstructuredGrid()
558 if (this->UseGlobalCellIds) in StartUGrid()
853 if(this->UseGlobalCellIds) in GlobalCellIdAccessStart()
923 os << indent << "UseGlobalCellIds: " << this->UseGlobalCellIds << endl; in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkMergeCells.h109 vtkSetMacro(UseGlobalCellIds, int);
110 vtkGetMacro(UseGlobalCellIds, int);
175 int UseGlobalCellIds; // cell IDs variable
H A DvtkMergeCells.cxx77 this->UseGlobalCellIds = 0; in vtkMergeCells()
248 if (this->UseGlobalCellIds) in AddNewCellsDataSet()
337 if (this->UseGlobalCellIds) in AddNewCellsUnstructuredGrid()
558 if (this->UseGlobalCellIds) in StartUGrid()
856 if(this->UseGlobalCellIds) in GlobalCellIdAccessStart()
926 os << indent << "UseGlobalCellIds: " << this->UseGlobalCellIds << endl; in PrintSelf()