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

Method GetGridDescription

Common/DataModel/vtkAMRDataObject.cxx:228–236  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

226
227//------------------------------------------------------------------------------
228int vtkAMRDataObject::GetGridDescription()
229{
230 int desc = 0;
231 if (this->AMRMetaData)
232 {
233 desc = this->AMRMetaData->GetGridDescription();
234 }
235 return desc;
236}
237
238//------------------------------------------------------------------------------
239int vtkAMRDataObject::GetAbsoluteBlockIndex(unsigned int level, unsigned int index) const

Callers 15

WriteCompositeMethod · 0.80
FillLocalDataFunction · 0.80
WriteCompositeDataMethod · 0.80
GetAMRDataSetFunction · 0.80
GetAMRDataSetFunction · 0.80
PrintSelfMethod · 0.80
SetDataSetMethod · 0.80
StripGhostLayersMethod · 0.80
CheckValidityMethod · 0.80
CheckValidityMethod · 0.80

Calls

no outgoing calls

Tested by 3

GetGhostedDataSetFunction · 0.64