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

Method CopyCoordinates

Common/DataModel/vtkUniformHyperTreeGrid.cxx:286–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void vtkUniformHyperTreeGrid::CopyCoordinates(const vtkHyperTreeGrid* outputHTG)
287{
288 vtkUniformHyperTreeGrid* output =
289 vtkUniformHyperTreeGrid::SafeDownCast(const_cast<vtkHyperTreeGrid*>(outputHTG));
290 this->SetOrigin(output->GetOrigin());
291 this->SetGridScale(output->GetGridScale());
292}
293
294void vtkUniformHyperTreeGrid::SetFixedCoordinates(unsigned int axis, double value)
295{

Callers

nothing calls this directly

Calls 3

SetGridScaleMethod · 0.95
SetOriginMethod · 0.45
GetOriginMethod · 0.45

Tested by

no test coverage detected