Go to the documentation of this file.
21 #ifndef mia_3d_transformmock_hh
22 #define mia_3d_transformmock_hh
57 virtual float divergence()
const;
58 virtual float curl()
const;
59 virtual double get_divcurl_cost(
double wd,
double wr,
CDoubleVector& gradient)
const;
60 double get_divcurl_cost(
double wd,
double wr)
const;
76 virtual void do_x_increment();
77 virtual void do_y_increment();
78 virtual void do_z_increment();
The generic base type of a 3D image.
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
A factory to create interpolators of a given type by providing input data.
#define NS_MIA_END
conveniance define to end the mia namespace
a 3D field of floating point single accuracy 3D vectors
std::shared_ptr< C3DTransformation > P3DTransformation
pointer type for a 3D transformation
A wrapper around the c-array to provide an STL like interface for iterators.
C3DImage::Pointer P3DImage
define a shortcut to the 3D image shared pointer.