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

Method InternalTransformPoint

Common/Transforms/vtkWarpTransform.cxx:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void vtkWarpTransform::InternalTransformPoint(const float input[3], float output[3])
47{
48 vtkWarpTransformPoint(this, this->InverseFlag, input, output);
49}
50
51void vtkWarpTransform::InternalTransformPoint(const double input[3], double output[3])
52{

Callers 3

TransformPointsMethod · 0.45
TransformPointFunction · 0.45
InternalUpdateMethod · 0.45

Calls 1

vtkWarpTransformPointFunction · 0.85

Tested by

no test coverage detected