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

Method GetRefinementRatio

Common/DataModel/vtkOverlappingAMRMetaData.cxx:417–420  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

415
416//------------------------------------------------------------------------------
417int vtkOverlappingAMRMetaData::GetRefinementRatio(unsigned int level) const
418{
419 return this->Refinement->GetValue(level);
420}
421
422//------------------------------------------------------------------------------
423void vtkOverlappingAMRMetaData::SetRefinementRatio(unsigned int level, int refRatio)

Callers 3

PrintSelfMethod · 0.95
GetCoarsenedAMRBoxMethod · 0.95

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected