Home
last modified time | relevance | path

Searched refs:GetCellTemplateForDataDescription (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkImageData.h622 vtkCell* GetCellTemplateForDataDescription();
623 bool GetCellTemplateForDataDescription(vtkGenericCell* cell);
H A DvtkImageData.cxx307 vtkCell* vtkImageData::GetCellTemplateForDataDescription() in GetCellTemplateForDataDescription() function in vtkImageData
343 bool vtkImageData::GetCellTemplateForDataDescription(vtkGenericCell* cell) in GetCellTemplateForDataDescription() function in vtkImageData
554 vtkCell* cell = this->GetCellTemplateForDataDescription(); in GetCell()
574 if (!this->GetCellTemplateForDataDescription(cell)) in GetCell()