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

Method SetGridDescription

Common/DataModel/vtkAMRMetaData.cxx:53–62  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

51
52//------------------------------------------------------------------------------
53void vtkAMRMetaData::SetGridDescription(int description)
54{
55 if (description < vtkStructuredData::VTK_STRUCTURED_SINGLE_POINT ||
56 description > vtkStructuredData::VTK_STRUCTURED_EMPTY)
57 {
58 vtkErrorMacro("Invalid grid description for a vtkUniformGrid.");
59 return;
60 }
61 this->GridDescription = description;
62}
63
64//------------------------------------------------------------------------------
65unsigned int vtkAMRMetaData::GetNumberOfLevels() const

Callers 15

ReadPrimaryElementMethod · 0.45
FillMetaDataMethod · 0.45
FillMetaDataMethod · 0.45
FillMetaDataMethod · 0.45
FillMetaDataMethod · 0.45
ReadAMRTopologyMethod · 0.45
ReadCompositeDataMethod · 0.45
GetAMRDataSetFunction · 0.45
GetAMRDataSetFunction · 0.45
StripGhostLayersMethod · 0.45
CreateOutputFunction · 0.45
FillOutputDataObjectsMethod · 0.45

Calls

no outgoing calls

Tested by 2

GetGhostedDataSetFunction · 0.36
GetAMRDataSetFunction · 0.36