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

Method GetDimensions

Common/DataModel/vtkHyperTreeGrid.cxx:464–467  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

462
463//------------------------------------------------------------------------------
464const unsigned int* vtkHyperTreeGrid::GetDimensions() const
465{
466 return this->Dimensions;
467}
468
469//------------------------------------------------------------------------------
470void vtkHyperTreeGrid::GetDimensions(int dim[3]) const

Callers 3

CopyEmptyStructureMethod · 0.45
CopyStructureMethod · 0.45
DeepCopyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected