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

Method SetSpacing

Common/DataModel/vtkOverlappingAMR.cxx:185–192  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

183
184//------------------------------------------------------------------------------
185void vtkOverlappingAMR::SetSpacing(unsigned int level, const double spacing[3])
186{
187 vtkOverlappingAMRMetaData* oamrMetaData = this->GetOverlappingAMRMetaData();
188 if (oamrMetaData)
189 {
190 oamrMetaData->SetSpacing(level, spacing);
191 }
192}
193
194//------------------------------------------------------------------------------
195void vtkOverlappingAMR::GetSpacing(unsigned int level, double spacing[3])

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected