represent the vtkPlaybackWidget
More...
#include <vtkPlaybackRepresentation.h>
|
|
virtual vtkProperty2D * | GetProperty () |
|
|
virtual void | Play () |
|
virtual void | Stop () |
|
virtual void | ForwardOneFrame () |
|
virtual void | BackwardOneFrame () |
|
virtual void | JumpToBeginning () |
|
virtual void | JumpToEnd () |
|
|
virtual void | BuildRepresentation () |
|
virtual void | GetSize (double size[2]) |
|
|
virtual void | GetActors2D (vtkPropCollection *) |
|
virtual void | ReleaseGraphicsResources (vtkWindow *) |
|
virtual int | RenderOverlay (vtkViewport *) |
|
virtual int | RenderOpaqueGeometry (vtkViewport *) |
|
virtual int | RenderTranslucentPolygonalGeometry (vtkViewport *) |
|
virtual int | HasTranslucentPolygonalGeometry () |
|
virtual vtkCoordinate * | GetPositionCoordinate () |
|
virtual void | SetPosition (float x[2]) |
|
virtual void | SetPosition (float x, float y) |
|
virtual float * | GetPosition () |
|
virtual vtkCoordinate * | GetPosition2Coordinate () |
|
virtual void | SetPosition2 (float x[2]) |
|
virtual void | SetPosition2 (float x, float y) |
|
virtual float * | GetPosition2 () |
|
virtual void | SetShowBorder (int) |
|
virtual int | GetShowBorder () |
|
void | SetShowBorderToOff () |
|
void | SetShowBorderToOn () |
|
void | SetShowBorderToActive () |
|
virtual vtkProperty2D * | GetBorderProperty () |
|
virtual void | SetProportionalResize (int) |
|
virtual int | GetProportionalResize () |
|
virtual void | ProportionalResizeOn () |
|
virtual void | ProportionalResizeOff () |
|
virtual void | SetMinimumSize (int, int) |
|
void | SetMinimumSize (int[2]) |
|
virtual int * | GetMinimumSize () |
|
virtual void | GetMinimumSize (int &, int &) |
|
virtual void | GetMinimumSize (int[2]) |
|
virtual void | SetMaximumSize (int, int) |
|
void | SetMaximumSize (int[2]) |
|
virtual int * | GetMaximumSize () |
|
virtual void | GetMaximumSize (int &, int &) |
|
virtual void | GetMaximumSize (int[2]) |
|
virtual void | SetTolerance (int) |
|
virtual int | GetTolerance () |
|
virtual double * | GetSelectionPoint () |
|
virtual void | GetSelectionPoint (double data[2]) |
|
virtual void | SetMoving (int) |
|
virtual int | GetMoving () |
|
virtual void | MovingOn () |
|
virtual void | MovingOff () |
|
virtual void | StartWidgetInteraction (double eventPos[2]) |
|
virtual void | WidgetInteraction (double eventPos[2]) |
|
virtual int | ComputeInteractionState (int X, int Y, int modify=0) |
|
vtkBorderRepresentation * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | PickingManagedOn () |
|
virtual void | PickingManagedOff () |
|
virtual void | SetPickingManaged (bool) |
|
virtual bool | GetPickingManaged () |
|
virtual void | SetRenderer (vtkRenderer *ren) |
|
virtual vtkRenderer * | GetRenderer () |
|
virtual void | PlaceWidget (double *vtkNotUsed(bounds[6])) |
|
virtual void | EndWidgetInteraction (double newEventPos[2]) |
|
virtual int | GetInteractionState () |
|
virtual void | Highlight (int vtkNotUsed(highlightOn)) |
|
virtual void | SetPlaceFactor (double) |
|
virtual double | GetPlaceFactor () |
|
virtual void | SetHandleSize (double) |
|
virtual double | GetHandleSize () |
|
virtual int | GetNeedToRender () |
|
virtual void | SetNeedToRender (int) |
|
virtual void | NeedToRenderOn () |
|
virtual void | NeedToRenderOff () |
|
virtual double * | GetBounds () |
|
virtual void | ShallowCopy (vtkProp *prop) |
|
virtual void | GetActors (vtkPropCollection *) |
|
virtual void | GetVolumes (vtkPropCollection *) |
|
virtual int | RenderOverlay (vtkViewport *vtkNotUsed(viewport)) |
|
virtual int | RenderOpaqueGeometry (vtkViewport *vtkNotUsed(viewport)) |
|
virtual int | RenderTranslucentPolygonalGeometry (vtkViewport *vtkNotUsed(viewport)) |
|
virtual int | RenderVolumetricGeometry (vtkViewport *vtkNotUsed(viewport)) |
|
vtkWidgetRepresentation * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
enum | { BORDER_OFF =0,
BORDER_ON,
BORDER_ACTIVE
} |
|
enum | _InteractionState {
Outside =0,
Inside,
AdjustingP0,
AdjustingP1,
AdjustingP2,
AdjustingP3,
AdjustingE0,
AdjustingE1,
AdjustingE2,
AdjustingE3
} |
|
typedef vtkWidgetRepresentation | Superclass |
|
typedef vtkProp | Superclass |
|
represent the vtkPlaybackWidget
This class is used to represent the vtkPlaybackWidget. Besides defining geometry, this class defines a series of virtual method stubs that are meant to be subclassed by applications for controlling playback.
- See Also
- vtkPlaybackWidget
- Tests:
- vtkPlaybackRepresentation (Tests)
Definition at line 44 of file vtkPlaybackRepresentation.h.
vtkPlaybackRepresentation::vtkPlaybackRepresentation |
( |
| ) |
|
|
protected |
vtkPlaybackRepresentation::~vtkPlaybackRepresentation |
( |
| ) |
|
|
protected |
static int vtkPlaybackRepresentation::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
Standard VTK class methods.
virtual int vtkPlaybackRepresentation::IsA |
( |
const char * |
type | ) |
|
|
virtual |
Standard VTK class methods.
virtual vtkObjectBase* vtkPlaybackRepresentation::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
Standard VTK class methods.
void vtkPlaybackRepresentation::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
Standard VTK class methods.
virtual vtkProperty2D* vtkPlaybackRepresentation::GetProperty |
( |
| ) |
|
|
virtual |
By obtaining this property you can specify the properties of the representation.
virtual void vtkPlaybackRepresentation::Play |
( |
| ) |
|
|
inlinevirtual |
virtual void vtkPlaybackRepresentation::Stop |
( |
| ) |
|
|
inlinevirtual |
virtual void vtkPlaybackRepresentation::ForwardOneFrame |
( |
| ) |
|
|
inlinevirtual |
virtual void vtkPlaybackRepresentation::BackwardOneFrame |
( |
| ) |
|
|
inlinevirtual |
virtual void vtkPlaybackRepresentation::JumpToBeginning |
( |
| ) |
|
|
inlinevirtual |
virtual void vtkPlaybackRepresentation::JumpToEnd |
( |
| ) |
|
|
inlinevirtual |
virtual void vtkPlaybackRepresentation::BuildRepresentation |
( |
| ) |
|
|
virtual |
virtual void vtkPlaybackRepresentation::GetSize |
( |
double |
size[2] | ) |
|
|
inlinevirtual |
virtual void vtkPlaybackRepresentation::GetActors2D |
( |
vtkPropCollection * |
| ) |
|
|
virtual |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual void vtkPlaybackRepresentation::ReleaseGraphicsResources |
( |
vtkWindow * |
| ) |
|
|
virtual |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkPlaybackRepresentation::RenderOverlay |
( |
vtkViewport * |
| ) |
|
|
virtual |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkPlaybackRepresentation::RenderOpaqueGeometry |
( |
vtkViewport * |
| ) |
|
|
virtual |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkPlaybackRepresentation::RenderTranslucentPolygonalGeometry |
( |
vtkViewport * |
| ) |
|
|
virtual |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkPlaybackRepresentation::HasTranslucentPolygonalGeometry |
( |
| ) |
|
|
virtual |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
vtkPoints* vtkPlaybackRepresentation::Points |
|
protected |
vtkPolyDataMapper2D* vtkPlaybackRepresentation::Mapper |
|
protected |
vtkProperty2D* vtkPlaybackRepresentation::Property |
|
protected |
vtkActor2D* vtkPlaybackRepresentation::Actor |
|
protected |
The documentation for this class was generated from the following file: