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

Method SetAMRBox

Common/DataModel/vtkOverlappingAMR.cxx:129–136  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

127
128//------------------------------------------------------------------------------
129void vtkOverlappingAMR::SetAMRBox(unsigned int level, unsigned int id, const vtkAMRBox& box)
130{
131 vtkOverlappingAMRMetaData* oamrMetaData = this->GetOverlappingAMRMetaData();
132 if (oamrMetaData)
133 {
134 oamrMetaData->SetAMRBox(level, id, box);
135 }
136}
137
138//------------------------------------------------------------------------------
139const vtkAMRBox& vtkOverlappingAMR::GetAMRBox(unsigned int level, unsigned int id)

Callers 15

ReadPrimaryElementMethod · 0.45
FillLocalDataFunction · 0.45
DistributeAMRBoxesFunction · 0.45
FillMetaDataMethod · 0.45
FillMetaDataMethod · 0.45
FillMetaDataMethod · 0.45
FillMetaDataMethod · 0.45
ReadLevelTopologyMethod · 0.45
ReadCompositeDataMethod · 0.45
GetAMRDataSetFunction · 0.45
GetAMRDataSetFunction · 0.45
StripGhostLayersMethod · 0.45

Calls 1

Tested by 8

TestOverlappingAMRFunction · 0.36
InitializeOverlappingAMRFunction · 0.36
CreateOverlappingAMRFunction · 0.36
GetGhostedDataSetFunction · 0.36
GetAMRDataSetFunction · 0.36