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

Method TransformPhysicalPointToContinuousIndex

Common/DataModel/vtkImageData.cxx:1647–1651  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1645
1646//------------------------------------------------------------------------------
1647void vtkImageData::TransformPhysicalPointToContinuousIndex(
1648 double x, double y, double z, double ijk[3])
1649{
1650 TransformCoordinates<double, double>(x, y, z, ijk, this->PhysicalToIndexMatrix);
1651}
1652//------------------------------------------------------------------------------
1653void vtkImageData::TransformPhysicalPointToContinuousIndex(const double xyz[3], double ijk[3])
1654{

Callers 10

FindPointMethod · 0.95
DoOrientationTestFunction · 0.80
clampPlaneCenterInImageFunction · 0.80
compareReslicePlaneFunction · 0.80
ProbePointsMethod · 0.80
TransformPlaneMethod · 0.80

Calls

no outgoing calls

Tested by 2

DoOrientationTestFunction · 0.64