VTK
|
represent the vtkLogoWidget More...
#include <vtkLogoRepresentation.h>
represent the vtkLogoWidget
This class provides support for interactively positioning a logo. A logo is defined by an instance of vtkImage. The properties of the image, including transparency, can be set with an instance of vtkProperty2D. To position the logo, use the superclass's Position and Position2 coordinates.
Definition at line 47 of file vtkLogoRepresentation.h.
Standard VTK class methods.
Reimplemented from vtkBorderRepresentation.
Definition at line 55 of file vtkLogoRepresentation.h.
vtkLogoRepresentation::vtkLogoRepresentation | ( | ) | [protected] |
vtkLogoRepresentation::~vtkLogoRepresentation | ( | ) | [protected] |
static vtkLogoRepresentation* vtkLogoRepresentation::New | ( | ) | [static] |
Instantiate this class.
Reimplemented from vtkBorderRepresentation.
static int vtkLogoRepresentation::IsTypeOf | ( | const char * | type | ) | [static] |
Standard VTK class methods.
Reimplemented from vtkBorderRepresentation.
virtual int vtkLogoRepresentation::IsA | ( | const char * | type | ) | [virtual] |
Standard VTK class methods.
Reimplemented from vtkBorderRepresentation.
static vtkLogoRepresentation* vtkLogoRepresentation::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Standard VTK class methods.
Reimplemented from vtkBorderRepresentation.
virtual vtkObjectBase* vtkLogoRepresentation::NewInstanceInternal | ( | ) | const [protected, virtual] |
Standard VTK class methods.
Reimplemented from vtkBorderRepresentation.
Standard VTK class methods.
Reimplemented from vtkBorderRepresentation.
void vtkLogoRepresentation::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Standard VTK class methods.
Reimplemented from vtkBorderRepresentation.
virtual void vtkLogoRepresentation::SetImage | ( | vtkImageData * | img | ) | [virtual] |
Specify/retrieve the image to display in the balloon.
virtual vtkImageData* vtkLogoRepresentation::GetImage | ( | ) | [virtual] |
Specify/retrieve the image to display in the balloon.
virtual void vtkLogoRepresentation::SetImageProperty | ( | vtkProperty2D * | p | ) | [virtual] |
Set/get the image property (relevant only if an image is shown).
virtual vtkProperty2D* vtkLogoRepresentation::GetImageProperty | ( | ) | [virtual] |
Set/get the image property (relevant only if an image is shown).
virtual void vtkLogoRepresentation::BuildRepresentation | ( | ) | [virtual] |
Satisfy the superclasses' API.
Reimplemented from vtkBorderRepresentation.
virtual void vtkLogoRepresentation::GetActors2D | ( | vtkPropCollection * | pc | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual void vtkLogoRepresentation::ReleaseGraphicsResources | ( | vtkWindow * | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkLogoRepresentation::RenderOverlay | ( | vtkViewport * | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
void vtkLogoRepresentation::AdjustImageSize | ( | double | o[2], |
double | borderSize[2], | ||
double | imageSize[2] | ||
) | [protected] |
vtkImageData* vtkLogoRepresentation::Image [protected] |
Definition at line 87 of file vtkLogoRepresentation.h.
vtkProperty2D* vtkLogoRepresentation::ImageProperty [protected] |
Definition at line 88 of file vtkLogoRepresentation.h.
vtkTexture* vtkLogoRepresentation::Texture [protected] |
Definition at line 91 of file vtkLogoRepresentation.h.
vtkPoints* vtkLogoRepresentation::TexturePoints [protected] |
Definition at line 92 of file vtkLogoRepresentation.h.
vtkPolyData* vtkLogoRepresentation::TexturePolyData [protected] |
Definition at line 93 of file vtkLogoRepresentation.h.
vtkPolyDataMapper2D* vtkLogoRepresentation::TextureMapper [protected] |
Definition at line 94 of file vtkLogoRepresentation.h.
vtkActor2D* vtkLogoRepresentation::TextureActor [protected] |
Definition at line 95 of file vtkLogoRepresentation.h.