Go to the documentation of this file.
32 #ifndef vtkLogoRepresentation_h
33 #define vtkLogoRepresentation_h
35 #include "vtkInteractionWidgetsModule.h"
represent and manipulate 3D points
static vtkLogoRepresentation * New()
Instantiate this class.
void GetActors2D(vtkPropCollection *pc) override
These methods are necessary to make this representation behave as a vtkProp.
draw vtkPolyData onto the image plane
represent the vtkLogoWidget
represent a vtkBorderWidget
actor that draws 2D data with texture support
virtual void AdjustImageSize(double o[2], double borderSize[2], double imageSize[2])
window superclass for vtkRenderWindow
vtkProperty2D * ImageProperty
handles properties associated with a texture map
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetImage(vtkImageData *img)
Specify/retrieve the image to display in the balloon.
topologically and geometrically regular array of data
a simple class to control print indentation
vtkPoints * TexturePoints
abstract specification for Viewports
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
represent surface properties of a 2D image
~vtkLogoRepresentation() override
void BuildRepresentation() override
Satisfy the superclasses' API.
vtkTexturedActor2D * TextureActor
vtkPolyData * TexturePolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
int RenderOverlay(vtkViewport *) override
virtual void SetImageProperty(vtkProperty2D *p)
Set/get the image property (relevant only if an image is shown).
vtkPolyDataMapper2D * TextureMapper