|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class. More...
|
|
vtkOpenGLGL2PSHelperImpl * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
void | ProcessTransformFeedback (vtkTransformFeedback *tfc, vtkRenderer *ren, vtkActor *act) override |
| Parse the vertex information in tfc and inject primitives into GL2PS. More...
|
|
void | ProcessTransformFeedback (vtkTransformFeedback *tfc, vtkRenderer *ren, unsigned char col[4]) override |
|
void | ProcessTransformFeedback (vtkTransformFeedback *tfc, vtkRenderer *ren, float col[4]) override |
|
void | DrawString (const std::string &str, vtkTextProperty *tprop, double pos[3], double backgroundDepth, vtkRenderer *ren) override |
| Format the text in str according to tprop and instruct GL2PS to draw it at pixel coordinate pos. More...
|
|
void | DrawPath (vtkPath *path, double rasterPos[3], double windowPos[2], unsigned char rgba[4], double scale[2]=nullptr, double rotateAngle=0.0, float strokeWidth=-1, const char *label=nullptr) override |
| Generate PS, EPS, or SVG markup from a vtkPath object, and then inject it into the output using the gl2psSpecial command. More...
|
|
void | Draw3DPath (vtkPath *path, vtkMatrix4x4 *actorMatrix, double rasterPos[3], unsigned char actorColor[4], vtkRenderer *ren, const char *label=nullptr) override |
| Transform the path using the actor's matrix and current GL state, then draw it to GL2PS. More...
|
|
void | DrawImage (vtkImageData *image, double pos[3]) override |
| Draw the image at pos. More...
|
|
| vtkAbstractTypeMacro (vtkOpenGLGL2PSHelper, vtkObject) void PrintSelf(ostream &os |
|
virtual vtkRenderWindow * | GetRenderWindow () |
| Get the renderwindow that's being exported. More...
|
|
virtual State | GetActiveState () |
| Get the current export state. More...
|
|
virtual void | SetPointSize (float) |
| Set/Get the current point size. More...
|
|
virtual float | GetPointSize () |
|
virtual void | SetLineWidth (float) |
| Set/Get the current line width. More...
|
|
virtual float | GetLineWidth () |
|
virtual void | SetLineStipple (unsigned short) |
| Set/Get the current line stipple pattern per OpenGL convention. More...
|
|
virtual unsigned short | GetLineStipple () |
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on. More...
|
|
virtual void | DebugOff () |
| Turn debugging output off. More...
|
|
bool | GetDebug () |
| Get the value of the debug flag. More...
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag. More...
|
|
virtual void | Modified () |
| Update the modification time for this object. More...
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time. More...
|
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
vtkTypeBool | HasObserver (unsigned long event) |
|
vtkTypeBool | HasObserver (const char *event) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method. More...
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not. More...
|
|
int | InvokeEvent (const char *event, void *callData) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
const char * | GetClassName () const |
| Return the class name as a string. More...
|
|
virtual void | Delete () |
| Delete a VTK object. More...
|
|
virtual void | FastDelete () |
| Delete a reference to this object. More...
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream. More...
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object). More...
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object). More...
|
|
int | GetReferenceCount () |
| Return the current reference count of this object. More...
|
|
void | SetReferenceCount (int) |
| Sets the reference count. More...
|
|
void | PrintRevisions (ostream &) |
| Legacy. More...
|
|
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkOpenGLGL2PSHelperImpl () |
|
| ~vtkOpenGLGL2PSHelperImpl () override |
|
void | DrawPathPS (vtkPath *path, double rasterPos[3], double windowPos[2], unsigned char rgba[4], double scale[2], double rotateAngle, float strokeWidth, const std::string &label) |
|
void | DrawPathPDF (vtkPath *path, double rasterPos[3], double windowPos[2], unsigned char rgba[4], double scale[2], double rotateAngle, float strokeWidth, const std::string &label) |
|
void | DrawPathSVG (vtkPath *path, double rasterPos[3], double windowPos[2], unsigned char rgba[4], double scale[2], double rotateAngle, float strokeWidth, const std::string &label) |
|
| vtkOpenGLGL2PSHelper () |
|
| ~vtkOpenGLGL2PSHelper () override |
|
virtual void | SetActiveState (State) |
|
virtual void | SetTextAsPath (bool) |
|
virtual void | SetRenderWindow (vtkRenderWindow *) |
|
virtual void | SetPointSizeFactor (float) |
|
virtual void | SetLineWidthFactor (float) |
|
| vtkObject () |
|
| ~vtkObject () override |
|
void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
|
void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
|
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) |
| These methods allow a command to exclusively grab all events. More...
|
|
void | InternalReleaseFocus () |
|
| vtkObjectBase () |
|
virtual | ~vtkObjectBase () |
|
virtual void | CollectRevisions (ostream &) |
|
virtual void | ReportReferences (vtkGarbageCollector *) |
|
| vtkObjectBase (const vtkObjectBase &) |
|
void | operator= (const vtkObjectBase &) |
|
|
static const char * | TextPropertyToPSFontName (vtkTextProperty *tprop) |
| Translate the tprop's fontname into a Postscript font name. More...
|
|
static int | TextPropertyToGL2PSAlignment (vtkTextProperty *tprop) |
| Convert the alignment hint in tprop to a GL2PS text alignment constant. More...
|
|
static void | GetTransformParameters (vtkRenderer *ren, vtkMatrix4x4 *actorMatrix, vtkMatrix4x4 *xform, double vpOrigin[2], double halfSize[2], double zfact[2]) |
| Extracts the information needed for transforming and projecting points from a renderer. More...
|
|
static void | ProjectPoint (double point[3], vtkRenderer *ren, vtkMatrix4x4 *actorMatrix=nullptr) |
| Project the point from world coordinates into device coordinates. More...
|
|
static void | ProjectPoint (double point[4], vtkMatrix4x4 *transformMatrix, double viewportOrigin[2], double halfWidth, double halfHeight, double zfact1, double zfact2) |
|
static void | ProjectPoints (vtkPoints *points, vtkRenderer *ren, vtkMatrix4x4 *actorMatrix=nullptr) |
|
static void | UnprojectPoint (double point[4], vtkMatrix4x4 *invTransformMatrix, double viewportOrigin[2], double halfWidth, double halfHeight, double zfact1, double zfact2) |
| Unproject the point from device coordinates into world coordinates. More...
|
|
static void | UnprojectPoints (double *points3D, vtkIdType numPoints, vtkRenderer *ren, vtkMatrix4x4 *actorMatrix=nullptr) |
|
vtkOpenGLGL2PSHelper override implementation.
Definition at line 31 of file vtkOpenGLGL2PSHelperImpl.h.