#include <SoFCVectorizeU3DAction.h>
Public Member Functions | |
| virtual void | closeFile (void) |
| std::fstream & | getFileStream () |
| virtual SbBool | openFile (const char *filename) |
| SoU3DVectorOutput () | |
| virtual | ~SoU3DVectorOutput () |
Definition at line 36 of file SoFCVectorizeU3DAction.h.
| SoU3DVectorOutput::SoU3DVectorOutput | ( | ) |
Definition at line 128 of file SoFCVectorizeU3DAction.cpp.
| SoU3DVectorOutput::~SoU3DVectorOutput | ( | ) | [virtual] |
Definition at line 132 of file SoFCVectorizeU3DAction.cpp.
References closeFile().
| void SoU3DVectorOutput::closeFile | ( | void | ) | [virtual] |
Definition at line 149 of file SoFCVectorizeU3DAction.cpp.
Referenced by ~SoU3DVectorOutput().
| std::fstream & SoU3DVectorOutput::getFileStream | ( | ) |
Definition at line 155 of file SoFCVectorizeU3DAction.cpp.
Referenced by Gui::SoFCVectorizeU3DAction::printHeader().
| SbBool SoU3DVectorOutput::openFile | ( | const char * | filename | ) | [virtual] |
Definition at line 137 of file SoFCVectorizeU3DAction.cpp.
References Base::FileInfo::filePath(), and Base::FileInfo::toStdWString().
1.6.1