#include <MEDMEM_VtkMeshDriver.hxx>
Public Member Functions | |
| _VTK_BinaryWriter (const std::string file) | |
| bool | open (bool append=false) const |
| bool | close () const |
| template<typename T > | |
| void | write (const T *data, int nbValues) const throw (MEDEXCEPTION) |
Private Attributes | |
| std::string | _fileName |
| int | _binaryFile |
| _VTK_BinaryWriter::_VTK_BinaryWriter | ( | const std::string | file | ) |
| bool _VTK_BinaryWriter::open | ( | bool | append = false | ) | const |
References MEDMEM._VTK_BinaryWriter._binaryFile, and MEDMEM._VTK_BinaryWriter._fileName.
| bool _VTK_BinaryWriter::close | ( | void | ) | const |
References MEDMEM._VTK_BinaryWriter._binaryFile.
| void MEDMEM._VTK_BinaryWriter.write | ( | const T * | data, |
| int | nbValues | ||
| ) | const throw (MEDEXCEPTION) |
References LOCALIZED, and MEDMEM.swapBytes().
std::string MEDMEM._VTK_BinaryWriter._fileName [private] |
int MEDMEM._VTK_BinaryWriter._binaryFile [private] |