9 #include "imstkGeometryAlgorithm.h" 10 #include "imstkMath.h" 28 std::shared_ptr<ImageData> getOutputImage()
const;
30 void setInputImage(std::shared_ptr<ImageData> inputData);
32 imstkGetMacro(Dimensions,
const Vec3i&);
34 imstkSetMacro(Dimensions,
const Vec3i&);
void requestUpdate() override
Users can implement this for the logic to be run.
Abstract base class for geometry algorithms. GeometryAlgorithms take N input geometries and produce N...
Trilinearly Resamples a 3d image to different dimensions.