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

Method TransformIndexToPhysicalPoint

Common/DataModel/vtkImageData.cxx:1635–1638  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1633
1634//------------------------------------------------------------------------------
1635void vtkImageData::TransformIndexToPhysicalPoint(int i, int j, int k, double xyz[3])
1636{
1637 TransformCoordinates<int, double>(i, j, k, xyz, this->IndexToPhysicalMatrix);
1638}
1639
1640//------------------------------------------------------------------------------
1641void vtkImageData::TransformIndexToPhysicalPoint(const int ijk[3], double xyz[3])

Callers 5

ComputeBoundsMethod · 0.95
DoOrientationTestFunction · 0.80
SetPlaneOrientationMethod · 0.80
ProduceOutlineFunction · 0.80

Calls

no outgoing calls

Tested by 2

DoOrientationTestFunction · 0.64