MCPcopy Create free account
hub / github.com/Kitware/VTK / ComputeCellId

Method ComputeCellId

Common/DataModel/vtkRectilinearGrid.h:197–200  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

195
196//----------------------------------------------------------------------------
197inline vtkIdType vtkRectilinearGrid::ComputeCellId(int ijk[3])
198{
199 return vtkStructuredData::ComputeCellId(this->GetDimensions(), ijk);
200}
201
202VTK_ABI_NAMESPACE_END
203#endif

Callers 1

FindCellMethod · 0.95

Calls 1

GetDimensionsMethod · 0.45

Tested by

no test coverage detected