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

Method SetGridDescription

Common/DataModel/vtkAMRDataObject.cxx:219–225  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

217
218//------------------------------------------------------------------------------
219void vtkAMRDataObject::SetGridDescription(int gridDescription)
220{
221 if (this->AMRMetaData)
222 {
223 this->AMRMetaData->SetGridDescription(gridDescription);
224 }
225}
226
227//------------------------------------------------------------------------------
228int vtkAMRDataObject::GetGridDescription()

Callers 1

SetDataSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected