Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkImageData.cxx379 bool vtkImageData::GetIJKMinForCellId(vtkIdType cellId, int ijkMin[3]) in GetIJKMinForCellId() function in vtkImageData
542 if (!this->GetIJKMinForCellId(cellId, ijkMin)) in GetCell()
581 if (!this->GetIJKMinForCellId(cellId, ijkMin)) in GetCell()
603 if (!this->GetIJKMinForCellId(cellId, ijkMin)) in GetCellBounds()
H A DvtkImageData.h624 bool GetIJKMinForCellId(vtkIdType cellId, int ijkMin[3]);