|
Memosa-FVM
0.2
|
#include <ArrayWriter.h>


Public Types | |
| typedef T | ElementType |
| typedef Array< ElementType > | ArrayType |
| typedef NumTypeTraits< T > ::T_BuiltIn | T_BuiltIn |
Public Member Functions | |
| ScalarArrayWriter (const bool binary, const int vectorComponent, const int atypeComponent) | |
| void | write (FILE *fp, const Array< T > &array, const int iBeg, int count, const Array< bool > *mask=0) |
Public Member Functions inherited from ArrayWriter | |
| 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 | |
Protected Attributes inherited from ArrayWriter | |
| const bool | _binary |
| const int | _vectorComponent |
| const int | _atypeComponent |
Definition at line 48 of file ArrayWriter.h.
| typedef Array<ElementType> ScalarArrayWriter< T >::ArrayType |
Definition at line 52 of file ArrayWriter.h.
| typedef T ScalarArrayWriter< T >::ElementType |
Definition at line 51 of file ArrayWriter.h.
| typedef NumTypeTraits<T>::T_BuiltIn ScalarArrayWriter< T >::T_BuiltIn |
Definition at line 53 of file ArrayWriter.h.
|
inline |
Definition at line 55 of file ArrayWriter.h.
|
inline |
Definition at line 60 of file ArrayWriter.h.
References ArrayWriter::_atypeComponent, Array< T >::getData(), Array< T >::getLength(), and ArrayWriter::writeFloats().
Referenced by FluentDataExporter< T >::writeScalarField().