Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkVnlVectorCaster.h>
Public Member Functions | |
VnlVectorCaster (const vnl_vector< T > *_InputVector, vnl_vector< R > *_OutputVector) | |
void | Update () |
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 30 of file mitkVnlVectorCaster.h.
|
inline |
init default values and save references
Definition at line 37 of file mitkVnlVectorCaster.h.
|
inlinestatic |
static update
Definition at line 48 of file mitkVnlVectorCaster.h.
|
inlinevirtual |
executes the Algorithm
Implements mitk::Algorithm.
Definition at line 59 of file mitkVnlVectorCaster.h.