man hardcopy (Fonctions bibliothèques) -
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 for initializing the hardcopy support.
class SoPSVectorOutput
The SoPSVectorOutput class is used for writing Postscript.
class SoVectorOutput
"TheSoVectorOutputclassisusedforsettingvectoroutputfile.
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
"TheSoVectorizeActionclassisthebaseclassforvectorizingCoinscenegraphs.
SoVectorizeAction will traverse the scene graph and convert 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.