9 #include "imstkGeometryAlgorithm.h" 10 #include "imstkMath.h" 24 enum class InterpolateType
36 std::shared_ptr<ImageData> getOutputImage()
const;
38 void setInputImage(std::shared_ptr<ImageData> inputData);
44 imstkGetMacro(Transform,
const Mat4d&);
51 imstkGetMacro(InterpolationType, InterpolateType);
59 InterpolateType m_InterpolationType = InterpolateType::Linear;
void requestUpdate() override
Users can implement this for the logic to be run.
imstkSetMacro(Transform, const Mat4d &)
Get/Set the transformation matrix.
Abstract base class for geometry algorithms. GeometryAlgorithms take N input geometries and produce N...
Resamples an image using a transform.