Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::VnlVectorFixedCaster< T, R, n > Class Template Reference

#include <mitkVnlVectorFixedCaster.h>

Inheritance diagram for mitk::VnlVectorFixedCaster< T, R, n >:
Collaboration diagram for mitk::VnlVectorFixedCaster< T, R, n >:

Public Member Functions

 VnlVectorFixedCaster (const vnl_vector_fixed< T, n > *_InputVector, vnl_vector_fixed< R, n > *_OutputVector)
 
void Update () override
 

Detailed Description

template<class T, class R, unsigned int n>
class mitk::VnlVectorFixedCaster< T, R, n >

class for casting vnl vectors to another basic type by means of static cast

Definition at line 30 of file mitkVnlVectorFixedCaster.h.

Constructor & Destructor Documentation

template<class T, class R, unsigned int n>
mitk::VnlVectorFixedCaster< T, R, n >::VnlVectorFixedCaster ( const vnl_vector_fixed< T, n > *  _InputVector,
vnl_vector_fixed< R, n > *  _OutputVector 
)
inline

init default values and save references

Definition at line 37 of file mitkVnlVectorFixedCaster.h.

Member Function Documentation

template<class T, class R, unsigned int n>
void mitk::VnlVectorFixedCaster< T, R, n >::Update ( )
inlineoverridevirtual

The documentation for this class was generated from the following file: