#include <freConvertValueSet.h>
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) |
Definition at line 30 of file freConvertValueSet.h.
| XMLValueSet FREE::ConvertValueSet::FromITKArray | ( | const TFixedArray & | rArray | ) | [inline, static] |
ConvertITKArrayToValueSet Function converts a given itk::FixedArray/itkArray into an XMLValueSet, by copying the values.
| [in] | rArray | The fixed array. |
| [in] | rSet | The value set. |
Definition at line 31 of file freConvertValueSet.txx.
References FREE::XMLValueSet::Size().

| XMLValueSet FREE::ConvertValueSet::FromITKIndex | ( | const TIndex & | rIndex | ) | [inline, static] |
Definition at line 50 of file freConvertValueSet.txx.
| XMLValueSet FREE::ConvertValueSet::FromITKSize | ( | const TSize & | rSize | ) | [inline, static] |
Definition at line 69 of file freConvertValueSet.txx.
| void FREE::ConvertValueSet::FromITKArray | ( | const TFixedArray & | rArray, | |
| XMLValueSet & | rSet | |||
| ) | [inline, static] |
Definition at line 42 of file freConvertValueSet.txx.
References FREE::XMLValueSet::Size().

| void FREE::ConvertValueSet::FromITKIndex | ( | const TIndex & | rIndex, | |
| XMLValueSet & | rSet | |||
| ) | [inline, static] |
Definition at line 61 of file freConvertValueSet.txx.
| void FREE::ConvertValueSet::FromITKSize | ( | const TSize & | rSize, | |
| XMLValueSet & | rSet | |||
| ) | [inline, static] |
Definition at line 80 of file freConvertValueSet.txx.
| 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().

| 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().

| 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().

| 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().

1.5.3 written by Dimitri van Heesch,
© 1997-2000