![]() |
http://www.sim.no http://www.coin3d.org |
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. More...
#include <HardCopy/SoVectorOutput.h>
Public Member Functions | |
SoVectorOutput (void) | |
virtual | ~SoVectorOutput () |
virtual SbBool | openFile (const char *filename) |
virtual void | closeFile (void) |
FILE * | getFilePointer (void) |
Friends | |
class | SoVectorOutputP |
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.
TGS provides HardCopy support as a separate extension for TGS Inventor.
SoVectorOutput::SoVectorOutput | ( | void | ) |
Constructor. Will make this instance output to stdout.
SoVectorOutput::~SoVectorOutput | ( | ) | [virtual] |
Destructor. Will close the file opened in openFile().
References closeFile().
SbBool SoVectorOutput::openFile | ( | const char * | filename | ) | [virtual] |
Opens filename for output. Returns FALSE if file could not be opened for writing. If the file already exists, it will be truncated.
References closeFile().
void SoVectorOutput::closeFile | ( | void | ) | [virtual] |
Closes the file opened in openFile()
Referenced by openFile(), and ~SoVectorOutput().
FILE * SoVectorOutput::getFilePointer | ( | void | ) |
Returns the stdio file handle pointer.
Referenced by SoVectorizePSAction::printBackground(), SoVectorizePSAction::printFooter(), SoVectorizePSAction::printHeader(), and SoVectorizePSAction::printViewport().
Copyright © 1998-2007 by Systems in Motion AS. All rights reserved.
Generated on Mon Feb 23 16:34:05 2009 for Coin by Doxygen. 1.5.8