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

Method GetDimensions

Common/DataModel/vtkExplicitStructuredGrid.h:380–383  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

378
379//----------------------------------------------------------------------------
380inline void vtkExplicitStructuredGrid::GetDimensions(int dim[3])
381{
382 vtkStructuredData::GetDimensionsFromExtent(this->Extent, dim);
383}
384
385//----------------------------------------------------------------------------
386inline void vtkExplicitStructuredGrid::GetCellDims(int cellDims[3])

Callers 3

ComputeCellIdMethod · 0.95
PrintSelfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected