Memosa-FVM
0.2
|
#include <ArrayWriter.h>
Public Types | |
typedef Vector< T, N > | ElementType |
typedef Array< ElementType > | ArrayType |
typedef NumTypeTraits< T > ::T_BuiltIn | T_BuiltIn |
typedef NumTypeTraits< T > ::T_Scalar | T_Scalar |
Public Member Functions | |
VectorArrayWriter (const bool binary, const int vectorComponent, const int atypeComponent) | |
virtual void | write (FILE *fp, const ArrayType &array, const int iBeg, int count, const Array< bool > *mask=0) |
![]() | |
ArrayWriter (const bool binary, const int vectorComponent, const int atypeComponent) | |
virtual | ~ArrayWriter () |
template<class T > | |
void | writeFloats (FILE *fp, const T *data, const int count, const int stride, const Array< bool > *mask=0) |
Additional Inherited Members | |
![]() | |
const bool | _binary |
const int | _vectorComponent |
const int | _atypeComponent |
Definition at line 92 of file ArrayWriter.h.
typedef Array<ElementType> VectorArrayWriter< T, N >::ArrayType |
Definition at line 96 of file ArrayWriter.h.
typedef Vector<T,N> VectorArrayWriter< T, N >::ElementType |
Definition at line 95 of file ArrayWriter.h.
typedef NumTypeTraits<T>::T_BuiltIn VectorArrayWriter< T, N >::T_BuiltIn |
Definition at line 97 of file ArrayWriter.h.
typedef NumTypeTraits<T>::T_Scalar VectorArrayWriter< T, N >::T_Scalar |
Definition at line 98 of file ArrayWriter.h.
|
inline |
Definition at line 100 of file ArrayWriter.h.
|
inlinevirtual |
Definition at line 105 of file ArrayWriter.h.
References ArrayWriter::_atypeComponent, ArrayWriter::_vectorComponent, Array< T >::getData(), Array< T >::getLength(), and ArrayWriter::writeFloats().
Referenced by FluentDataExporter< T >::writeVectorField().