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

Method GetSpacing

Common/DataModel/vtkOverlappingAMRMetaData.cxx:704–707  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

702
703//------------------------------------------------------------------------------
704void vtkOverlappingAMRMetaData::GetSpacing(unsigned int level, double spacing[3])
705{
706 this->Spacing->GetTuple(level, spacing);
707}
708
709//------------------------------------------------------------------------------
710void vtkOverlappingAMRMetaData::CalculateParentChildRelationShip(unsigned int level,

Callers 5

PrintSelfMethod · 0.95
CheckValidityMethod · 0.95
FindCellMethod · 0.95

Calls 1

GetTupleMethod · 0.45

Tested by

no test coverage detected