FREE::ConvertValueSet Class Reference

#include <freConvertValueSet.h>

List of all members.

Static Public Member Functions

template<typename TFixedArray>
static XMLValueSet FromITKArray (const TFixedArray &rArray)
template<typename TIndex>
static XMLValueSet FromITKIndex (const TIndex &rIndex)
template<typename TSize>
static XMLValueSet FromITKSize (const TSize &rSize)
template<typename TFixedArray>
static void FromITKArray (const TFixedArray &rArray, XMLValueSet &rSet)
template<typename TIndex>
static void FromITKIndex (const TIndex &rIndex, XMLValueSet &rSet)
template<typename TSize>
static void FromITKSize (const TSize &rSize, XMLValueSet &rSet)
template<typename TFixedArray>
static TFixedArray ToITKArray (const XMLValueSet &rSet)
template<typename TIndex>
static TIndex ToITKIndex (const XMLValueSet &rSet)
template<typename TSize>
static TSize ToITKSize (const XMLValueSet &rSet)

Static Protected Member Functions

template<typename TArray>
static void FromArrayStruct (const TArray &rArray, XMLValueSet &rSet, const unsigned int &iSize)


Detailed Description

Definition at line 30 of file freConvertValueSet.h.


Member Function Documentation

template<typename TFixedArray>
XMLValueSet FREE::ConvertValueSet::FromITKArray ( const TFixedArray &  rArray  )  [inline, static]

ConvertITKArrayToValueSet Function converts a given itk::FixedArray/itkArray into an XMLValueSet, by copying the values.

Parameters:
[in] rArray The fixed array.
[in] rSet The value set.
Returns:
The value set with the stored information.

Definition at line 31 of file freConvertValueSet.txx.

References FREE::XMLValueSet::Size().

Here is the call graph for this function:

FREE::XMLValueSet::Size

template<typename TIndex>
XMLValueSet FREE::ConvertValueSet::FromITKIndex ( const TIndex &  rIndex  )  [inline, static]

Definition at line 50 of file freConvertValueSet.txx.

template<typename TSize>
XMLValueSet FREE::ConvertValueSet::FromITKSize ( const TSize &  rSize  )  [inline, static]

Definition at line 69 of file freConvertValueSet.txx.

template<typename TFixedArray>
void FREE::ConvertValueSet::FromITKArray ( const TFixedArray &  rArray,
XMLValueSet rSet 
) [inline, static]

Definition at line 42 of file freConvertValueSet.txx.

References FREE::XMLValueSet::Size().

Here is the call graph for this function:

FREE::XMLValueSet::Size

template<typename TIndex>
void FREE::ConvertValueSet::FromITKIndex ( const TIndex &  rIndex,
XMLValueSet rSet 
) [inline, static]

Definition at line 61 of file freConvertValueSet.txx.

template<typename TSize>
void FREE::ConvertValueSet::FromITKSize ( const TSize &  rSize,
XMLValueSet rSet 
) [inline, static]

Definition at line 80 of file freConvertValueSet.txx.

template<typename TFixedArray>
TFixedArray FREE::ConvertValueSet::ToITKArray ( const XMLValueSet rSet  )  [inline, static]

Definition at line 88 of file freConvertValueSet.txx.

References FREE::XMLValueSet::GetValue(), and FREE::XMLValueSet::Size().

Here is the call graph for this function:

FREE::XMLValueSet::GetValueFREE::XMLValueSet::SizeFREE::Convert::ToBool

template<typename TIndex>
TIndex FREE::ConvertValueSet::ToITKIndex ( const XMLValueSet rSet  )  [inline, static]

Definition at line 107 of file freConvertValueSet.txx.

References FREE::XMLValueSet::GetValue(), and FREE::XMLValueSet::Size().

Here is the call graph for this function:

FREE::XMLValueSet::GetValueFREE::XMLValueSet::SizeFREE::Convert::ToBool

template<typename TSize>
TSize FREE::ConvertValueSet::ToITKSize ( const XMLValueSet rSet  )  [inline, static]

Definition at line 126 of file freConvertValueSet.txx.

References FREE::XMLValueSet::GetValue(), and FREE::XMLValueSet::Size().

Here is the call graph for this function:

FREE::XMLValueSet::GetValueFREE::XMLValueSet::SizeFREE::Convert::ToBool

template<typename TArray>
void FREE::ConvertValueSet::FromArrayStruct ( const TArray &  rArray,
XMLValueSet rSet,
const unsigned int &  iSize 
) [inline, static, protected]

Definition at line 145 of file freConvertValueSet.txx.

References FREE::XMLValueSet::Resize(), and FREE::XMLValueSet::SetValue().

Here is the call graph for this function:

FREE::XMLValueSet::ResizeFREE::XMLValueSet::SetValueFREE::Convert::ToStr


The documentation for this class was generated from the following files:
Generated at Sat Oct 13 18:17:25 2007 for f.r.e.e. - Flexible Registration and Evaluation Engine by doxygen 1.5.3 written by Dimitri van Heesch, © 1997-2000