Coin
4.0.3
Coin3D core library
|
The SoVectorOutput class is used for setting vector output file. More...
#include <Inventor/annex/HardCopy/SoVectorOutput.h>
Public Member Functions | |
SoVectorOutput (void) | |
virtual | ~SoVectorOutput () |
virtual void | closeFile (void) |
FILE * | getFilePointer (void) |
virtual SbBool | openFile (const char *filename) |
The SoVectorOutput class is used for setting vector output file.
SoVectorizeAction will create an SoVectorOutput which will output to stdout by default. SoVectorizeAction::getOutput() can be used to fetch this output, and the user will probably want to set a file to output to.
SoVectorOutput::SoVectorOutput | ( | void | ) |
Constructor. Will make this instance output to stdout.
|
virtual |
Destructor. Will close the file opened in openFile().
Closes the file opened in openFile()
|
virtual |
Opens filename for output. Returns FALSE if file could not be opened for writing. If the file already exists, it will be truncated.