Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkVnlVectorFixedCaster.h>
Public Member Functions | |
VnlVectorFixedCaster (const vnl_vector_fixed< T, n > *_InputVector, vnl_vector_fixed< R, n > *_OutputVector) | |
void | Update () override |
class for casting vnl vectors to another basic type by means of static cast
Definition at line 26 of file mitkVnlVectorFixedCaster.h.
|
inline |
init default values and save references
Definition at line 33 of file mitkVnlVectorFixedCaster.h.
|
inlineoverridevirtual |
executes the Algorithm
Implements mitk::Algorithm.
Definition at line 43 of file mitkVnlVectorFixedCaster.h.