|
Coin3D is Free Software, published under the BSD 3-clause license. |
https://coin3d.github.io https://www.kongsberg.com/en/kogt/ |
The SoPSVectorOutput class is used for writing PostScript. More...
#include <Inventor/Annex/HardCopy/SoPSVectorOutput.h>
Public Member Functions | |
| SoPSVectorOutput () | |
| virtual | ~SoPSVectorOutput () |
| void | setColored (SbBool flag=TRUE) |
| SbBool | getColored (void) const |
Public Member Functions inherited from SoVectorOutput | |
| SoVectorOutput (void) | |
| virtual | ~SoVectorOutput () |
| virtual SbBool | openFile (const char *filename) |
| virtual void | closeFile (void) |
| FILE * | getFilePointer (void) |
The SoPSVectorOutput class is used for writing PostScript.
| SoPSVectorOutput::SoPSVectorOutput | ( | ) |
Constructor.
|
virtual |
Destructor.
| void SoPSVectorOutput::setColored | ( | SbBool | flag = TRUE | ) |
Sets whether the geometry should be colored.
| SbBool SoPSVectorOutput::getColored | ( | void | ) | const |
Returns whether geometry is colored.