support for vectorized printing(3)
NAME
Support for vectorized printing
Detailed Description
- See An overview of the hardcopy support. for an overview
- of this
functionality. - Classes
- class SoHardCopy
The SoHardCopy class is a static class forinitializing the
hardcopy support. - class SoPSVectorOutput
The SoPSVectorOutput class is used for writingPostscript.
- class SoVectorOutput
The SoVectorOutput class is used for setting vectoroutput 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. " - class SoVectorizeAction
- The SoVectorizeAction class is the base class for
- vectorizing Coin
scene graphs. - SoVectorizeAction will traverse the scene graph and con
- vert all
supported geometry into vectorized data. Subclasses can - then use this
data to produce vector files of different formats. " - class SoVectorizePSAction
- The SoVectorizePSAction class is used for rendering to a
- Postscript
file. - Version 2.5.0 28 Jun 200Support for vector