1 #ifndef COIN_SOPSVECTOROUTPUT_H 2 #define COIN_SOPSVECTOROUTPUT_H 36 #include <Inventor/annex/HardCopy/SoVectorOutput.h> 37 #include <Inventor/SbBasic.h> 39 class SoPSVectorOutputP;
46 void setColored(SbBool flag = TRUE);
47 SbBool getColored(
void)
const;
50 SoPSVectorOutputP * pimpl;
53 #endif // COIN_SOPSVECTOROUTPUT_H The SoPSVectorOutput class is used for writing Postscript.
Definition: SoPSVectorOutput.h:41
The SoVectorOutput class is used for setting vector output file.
Definition: SoVectorOutput.h:43