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

Method TransformPointSet

Common/DataModel/vtkImageTransform.cxx:174–177  ·  view source on GitHub ↗

============================================================================ ------------------------------------------------------------------------------ Here is the VTK class proper. ------------------------------------------------------------------------------ A convenience function to transform points (in the point set) as well as associated normals and vectors.

Source from the content-addressed store, hash-verified

172// A convenience function to transform points (in the point set) as well as
173// associated normals and vectors.
174void vtkImageTransform::TransformPointSet(vtkImageData* im, vtkPointSet* ps)
175{
176 vtkImageTransform::TransformPointSet(im, ps, true, true);
177}
178
179//------------------------------------------------------------------------------
180// A convenience method to transform a point set, with the ability to control

Callers

nothing calls this directly

Calls 11

TransformPointSetFunction · 0.85
IsIdentityMethod · 0.45
GetNumberOfPointsMethod · 0.45
GetDataMethod · 0.45
GetPointsMethod · 0.45
GetSpacingMethod · 0.45
GetOriginMethod · 0.45
GetNormalsMethod · 0.45
GetPointDataMethod · 0.45
GetCellDataMethod · 0.45
GetVectorsMethod · 0.45

Tested by

no test coverage detected