hardcopy.3coin2

Langue: en

Version: 383268 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Support for vectorized printing -

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
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. "
class SoVectorizeAction
The SoVectorizeAction class is the base class for vectorizing Coin scene graphs.

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.

Detailed Description

See An overview of the hardcopy support. for an overview of this functionality.

Author

Generated automatically by Doxygen for Coin from the source code.