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

Method GetCellDims

Common/DataModel/vtkHyperTreeGrid.cxx:486–489  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

484
485//------------------------------------------------------------------------------
486const unsigned int* vtkHyperTreeGrid::GetCellDims() const
487{
488 return this->CellDims;
489}
490
491//------------------------------------------------------------------------------
492void vtkHyperTreeGrid::GetCellDims(int cellDims[3]) const

Callers 15

InitializeMethod · 0.45
GetGridBoundsMethod · 0.45
InitializeMethod · 0.45
SearchMethod · 0.45
InitializeMethod · 0.45
InitializeMethod · 0.45
CopyEmptyStructureMethod · 0.45
CopyStructureMethod · 0.45
DeepCopyMethod · 0.45
InitializeMethod · 0.45
ProcessHtgMethod · 0.45
ProcessTreesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected