Class used to write vector formatted files in HPGL/2 format. More...
#include <HardCopy/SoVectorizeHPGLAction.h>
Public Member Functions | |
SoHPGLVectorOutput () | |
virtual | ~SoHPGLVectorOutput () |
This class is used for writing vector formatted files in HPGL/2 language format. It provides some convenience functions for handling files. An instance of SoHPGLVectorOutput is contained in an SoVectorizeHPGLAction; this is typically the only instance needed.
SoHPGLVectorOutput::SoHPGLVectorOutput | ( | ) |
Constructor.
The default constructor writes to stdout.
virtual SoHPGLVectorOutput::~SoHPGLVectorOutput | ( | ) | [virtual] |
Destructor.
The destructor closes any files opened by the SoHPGLVectorOutput.