![]() |
ImFusion SDK 4.3
|
#include <ImFusion/ImageMath/Poly/PolyBaseInterfaces.h>
Base class for resample. More...
Inheritance diagram for ResampleBase:Base class for resample.
Public Member Functions | |
| virtual GlExprInterface & | operand ()=0 |
| virtual const GlExprInterface & | operand () const =0 |
| virtual const std::vector< ImageDescriptorWorld > & | operandDesc () const =0 |
| virtual const std::vector< ImageDescriptorWorld > & | resultDesc () const =0 |
| virtual const std::vector< std::shared_ptr< Deformation > > & | deformations () const =0 |
| virtual const std::vector< std::reference_wrapper< SharedImage > > & | sharedImagesForDeformation () const =0 |
Public Member Functions inherited from ExprInterface | |
| virtual ImageDescriptor | imgDesc () const =0 |
| Return ImageDescriptor of this expression. This reference is expected to remain the same while the class exists. | |
| virtual int | numImgs () const =0 |
| Return number of images of this expression. | |
| virtual DeviceStrategy | deviceStrategy () const =0 |
| Return DeviceStrategy of this expression. | |