Go to the source code of this file.
Data Structures | |
class | C2DFVectorfield |
a 2D field of floating point single accuracy 2D vectors More... | |
class | T2DVectorfield< T > |
2D Vector field More... | |
Typedefs | |
typedef T2DVectorfield< C2DDVector > | C2DDVectorfield |
2D vector field to store double precicion 2D vectors More... | |
typedef std::shared_ptr< C2DFVectorfield > | P2DFVectorfield |
Functions | |
EXPORT_2D C2DFVectorfield & | operator+= (C2DFVectorfield &a, const C2DFVectorfield &b) |
typedef T2DVectorfield<C2DDVector> C2DDVectorfield |
2D vector field to store double precicion 2D vectors
Definition at line 108 of file 2d/vectorfield.hh.
typedef std::shared_ptr<C2DFVectorfield > P2DFVectorfield |
Definition at line 105 of file 2d/vectorfield.hh.
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)
[in,out] | a | ; output=a( x - b(x) ) + b(x); |
b |
Referenced by NCCGradHelper::get_gradient_scale().