MCPcopy Create free account
hub / github.com/ANTsX/ANTs / GetInputPointSet

Method GetInputPointSet

Utilities/itkPointSetFunction.h:90–94  ·  view source on GitHub ↗

Get the input image. */

Source from the content-addressed store, hash-verified

88
89 /** Get the input image. */
90 const InputPointSetType *
91 GetInputPointSet() const
92 {
93 return m_PointSet.GetPointer();
94 }
95
96 /** Evaluate the function at specified Point position.
97 * Subclasses must provide this method. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected