Container of temporary data converting any data to floats. More...
Public Member Functions | |
| const float * | values () |
| < return pointer to float array | |
| template<typename T > | |
| _RealData (const T *data, int nbValues) | |
| convert nbValues to floats in given interlace | |
| template<class TValueIterator > | |
| _RealData (vector< TValueIterator > &componentIt, const int nbValues, const medModeSwitch interlace) | |
Private Attributes | |
| PointerOf< float > | _floatData |
Container of temporary data converting any data to floats.
| MEDMEM_ENSIGHT._BinaryFileWriter._RealData._RealData | ( | const T * | data, |
| int | nbValues | ||
| ) |
convert nbValues to floats in given interlace
References MEDMEM_ENSIGHT._toFloat().
| MEDMEM_ENSIGHT._BinaryFileWriter._RealData._RealData | ( | vector< TValueIterator > & | componentIt, |
| const int | nbValues, | ||
| const medModeSwitch | interlace | ||
| ) |
References MEDMEM_ENSIGHT._toFloat(), MED_EN.MED_FULL_INTERLACE, and medMeshing_test.values.
| const float* MEDMEM_ENSIGHT._BinaryFileWriter._RealData.values | ( | ) |
< return pointer to float array
convert nbValues to floats
PointerOf<float> MEDMEM_ENSIGHT._BinaryFileWriter._RealData._floatData [private] |