Home
last modified time | relevance | path

Searched refs:CurrentCellId (Results 1 – 8 of 8) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkCellArrayIterator.h103 this->CurrentCellId = cellId; in GoToCell()
148 this->CurrentCellId = 0; in GoToFirstCell()
155 void GoToNextCell() { ++this->CurrentCellId; } in GoToNextCell()
178 assert(this->CurrentCellId < this->NumberOfCells); in GetCurrentCell()
193 assert(this->CurrentCellId < this->NumberOfCells); in GetCurrentCell()
198 assert(this->CurrentCellId < this->NumberOfCells); in GetCurrentCell()
216 assert(this->CurrentCellId < this->NumberOfCells); in ReplaceCurrentCell()
227 assert(this->CurrentCellId < this->NumberOfCells); in ReplaceCurrentCell()
236 assert(this->CurrentCellId < this->NumberOfCells); in ReverseCurrentCell()
237 this->CellArray->ReverseCellAtId(this->CurrentCellId); in ReverseCurrentCell()
[all …]
H A DvtkCellArrayIterator.cxx25 os << indent << "CurrentCellId: " << this->CurrentCellId << "\n"; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkDataSetEdgeSubdivisionCriterion.cxx27 this->CurrentCellId = -1; in vtkDataSetEdgeSubdivisionCriterion()
48 os << indent << "CurrentCellId: " << this->CurrentCellId << endl; in PrintSelf()
71 if ( cell == this->CurrentCellId ) in SetCellId()
74 this->CurrentCellId = cell; in SetCellId()
77 this->CurrentCellData = this->CurrentMesh->GetCell( this->CurrentCellId ); in SetCellId()
129 double* tuple = array->GetTuple( this->CurrentCellId ); in EvaluateCellDataField()
H A DvtkDataSetEdgeSubdivisionCriterion.h159 vtkIdType CurrentCellId; variable
174 …ne vtkIdType& vtkDataSetEdgeSubdivisionCriterion::GetCellId() { return this->CurrentCellId; } in GetCellId()
175 …ne vtkIdType vtkDataSetEdgeSubdivisionCriterion::GetCellId() const { return this->CurrentCellId; } in GetCellId()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkDataSetEdgeSubdivisionCriterion.cxx27 this->CurrentCellId = -1; in vtkDataSetEdgeSubdivisionCriterion()
48 os << indent << "CurrentCellId: " << this->CurrentCellId << endl; in PrintSelf()
74 if ((cell == this->CurrentCellId) && this->CurrentCellData) in SetCellId()
80 this->CurrentCellId = cell; in SetCellId()
84 this->CurrentCellData = this->CurrentMesh->GetCell(this->CurrentCellId); in SetCellId()
141 double* tuple = array->GetTuple(this->CurrentCellId); in EvaluateCellDataField()
H A DvtkDataSetEdgeSubdivisionCriterion.h159 vtkIdType CurrentCellId; variable
175 return this->CurrentCellId; in GetCellId()
179 return this->CurrentCellId; in GetCellId()
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkDataSetEdgeSubdivisionCriterion.cxx31 this->CurrentCellId = -1; in vtkDataSetEdgeSubdivisionCriterion()
52 os << indent << "CurrentCellId: " << this->CurrentCellId << endl; in PrintSelf()
75 if ( cell == this->CurrentCellId ) in SetCellId()
78 this->CurrentCellId = cell; in SetCellId()
81 this->CurrentCellData = this->CurrentMesh->GetCell( this->CurrentCellId ); in SetCellId()
133 double* tuple = array->GetTuple( this->CurrentCellId ); in EvaluateCellDataField()
H A DvtkDataSetEdgeSubdivisionCriterion.h146 vtkIdType CurrentCellId; variable
163 …ne vtkIdType& vtkDataSetEdgeSubdivisionCriterion::GetCellId() { return this->CurrentCellId; } in GetCellId()
164 …ne vtkIdType vtkDataSetEdgeSubdivisionCriterion::GetCellId() const { return this->CurrentCellId; } in GetCellId()