Query: sopsvectoroutput
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SoPSVectorOutput(3) Coin SoPSVectorOutput(3)NAMESoPSVectorOutput - The SoPSVectorOutput class is used for writing Postscript.SYNOPSIS#include <HardCopy/SoPSVectorOutput.h> Inherits SoVectorOutput. Public Member Functions SoPSVectorOutput () virtual ~SoPSVectorOutput () void setColored (SbBool flag=TRUE) SbBool getColored (void) const Detailed Description The SoPSVectorOutput class is used for writing Postscript. Since: Coin 2.1 TGS provides HardCopy support as a separate extension for TGS Inventor. Constructor & Destructor Documentation SoPSVectorOutput::SoPSVectorOutput () Constructor. SoPSVectorOutput::~SoPSVectorOutput () [virtual] Destructor. Member Function Documentation void SoPSVectorOutput::setColored (SbBoolflag = TRUE) Sets whether the geometry should be colored. SbBool SoPSVectorOutput::getColored (void) const Returns whether geometry is colored. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoPSVectorOutput(3)