Data Structures | Typedefs | Functions
2d/vectorfield.hh File Reference
#include <mia/core/attributes.hh>
#include <mia/2d/datafield.hh>

Go to the source code of this file.

Data Structures

class  T2DVectorfield< T >
 2D Vector field More...
 

Typedefs

typedef T2DVectorfield
< C2DDVector
C2DDVectorfield
 2D vector field to store double precicion 2D vectors More...
 
typedef T2DVectorfield
< C2DFVector
C2DFVectorfield
 2D vector field to store single precicion 2D vectors More...
 

Functions

EXPORT_2D C2DFVectorfieldoperator+= (C2DFVectorfield &a, const C2DFVectorfield &b)
 

Typedef Documentation

2D vector field to store double precicion 2D vectors

Definition at line 66 of file 2d/vectorfield.hh.

2D vector field to store single precicion 2D vectors

Definition at line 63 of file 2d/vectorfield.hh.

Function Documentation

EXPORT_2D C2DFVectorfield& operator+= ( C2DFVectorfield a,
const C2DFVectorfield b 
)

Concat two vector fields that descrive a transformation T_a = x - a(x) and T_b = x - b(x)

Parameters
[in,out]a; output=a( x - b(x) ) + b(x);
b
Returns
a( x - b(x) ) + b(x);