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

Method GetOverlappingAMRMetaData

Common/DataModel/vtkOverlappingAMR.cxx:375–378  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

373
374//------------------------------------------------------------------------------
375vtkOverlappingAMRMetaData* vtkOverlappingAMR::GetOverlappingAMRMetaData()
376{
377 return vtkOverlappingAMRMetaData::SafeDownCast(this->GetAMRMetaData());
378}
379
380// VTK_DEPRECATED_IN_9_6_0
381//------------------------------------------------------------------------------

Callers 15

SetRefinementRatioMethod · 0.95
GetRefinementRatioMethod · 0.95
GetParentsMethod · 0.95
GetChildrenMethod · 0.95
PrintParentChildInfoMethod · 0.95
SetAMRBoxMethod · 0.95
SetDataSetMethod · 0.95
SetSpacingMethod · 0.95
GetSpacingMethod · 0.95
GetBoundsMethod · 0.95

Calls 1

GetAMRMetaDataMethod · 0.80

Tested by 4

TestAMRReadWriteFunction · 0.64
TestOverlappingAMRFunction · 0.64
AMRDataSetsAreEqualFunction · 0.64