MercuryDPM
Alpha
|
#include <VTKData.h>
Public Member Functions | |
VTKCollection (std::string fileName) | |
~VTKCollection () | |
operator bool () const | |
void | append (std::string filename) |
Private Member Functions | |
void | writeHeader () |
void | writeFooter () |
Private Attributes | |
std::ofstream | outFile_ |
bool | hasHeader_ |
bool | hasFooter_ |
std::size_t | recordID_ |
|
inline |
|
inline |
|
inline |
Definition at line 277 of file VTKData.h.
References hasHeader_, outFile_, recordID_, and writeHeader().
Referenced by transformMercuryToVTK().
|
inline |
|
inlineprivate |
Definition at line 250 of file VTKData.h.
References hasFooter_, and outFile_.
Referenced by ~VTKCollection().
|
inlineprivate |
Definition at line 241 of file VTKData.h.
References hasHeader_, and outFile_.
Referenced by append().
|
private |
Definition at line 238 of file VTKData.h.
Referenced by writeFooter(), and ~VTKCollection().
|
private |
Definition at line 237 of file VTKData.h.
Referenced by append(), writeHeader(), and ~VTKCollection().
|
private |
Definition at line 236 of file VTKData.h.
Referenced by append(), operator bool(), writeFooter(), and writeHeader().
|
private |