|
MITK-IGT
IGT Extension of MITK
|
#include <mitkVnlVectorCaster.h>
Public Member Functions | |
| VnlVectorCaster (const vnl_vector< T > *_InputVector, vnl_vector< R > *_OutputVector) | |
| void | Update () |
Public Member Functions inherited from mitk::Algorithm | |
Static Public Member Functions | |
| static void | Update (const vnl_vector< T > &_InputVector, vnl_vector< R > &_OutputVector) |
class for casting vnl vectors to another basic type by means of static cast
Definition at line 26 of file mitkVnlVectorCaster.h.
|
inline |
init default values and save references
Definition at line 33 of file mitkVnlVectorCaster.h.
|
inlinevirtual |
executes the Algorithm
Implements mitk::Algorithm.
Definition at line 55 of file mitkVnlVectorCaster.h.
|
inlinestatic |
static update
Definition at line 44 of file mitkVnlVectorCaster.h.