1 #ifndef COIN_SOPSVECTOROUTPUT_H 
    2 #define COIN_SOPSVECTOROUTPUT_H 
   27 #include <Inventor/annex/HardCopy/SoVectorOutput.h> 
   28 #include <Inventor/SbBasic.h> 
   30 class SoPSVectorOutputP;
 
   37   void setColored(SbBool flag = TRUE);
 
   38   SbBool getColored(
void) 
const;
 
   41   SoPSVectorOutputP * pimpl;
 
   44 #endif // COIN_SOPSVECTOROUTPUT_H 
The SoPSVectorOutput class is used for writing Postscript. 
Definition: SoPSVectorOutput.h:32
The SoVectorOutput class is used for setting vector output file.SoVectorizeAction will create an SoVe...
Definition: SoVectorOutput.h:34