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

Method GetDimensions

Common/DataModel/vtkCartesianGrid.cxx:387–391  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

385
386//------------------------------------------------------------------------------
387int* vtkCartesianGrid::GetDimensions()
388{
389 this->GetDimensions(this->Dimensions);
390 return this->Dimensions;
391}
392
393//------------------------------------------------------------------------------
394void vtkCartesianGrid::GetDimensions(int* dOut)

Callers 7

GetCellNeighborsMethod · 0.95
BlankPointMethod · 0.95
UnBlankPointMethod · 0.95
BlankCellMethod · 0.95
UnBlankCellMethod · 0.95
IsCellVisibleMethod · 0.95
SetExtentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected