ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSMContextViewProxy Class Reference

abstract base class for all Chart Views. More...

#include <vtkSMContextViewProxy.h>

Inheritance diagram for vtkSMContextViewProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSMContextViewProxy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
vtkContextViewGetContextView ()
virtual void ResetDisplay ()
vtkRenderWindowGetRenderWindow ()
virtual vtkAbstractContextItemGetContextItem ()

Static Public Member Functions

static vtkSMContextViewProxyNew ()
static int IsTypeOf (const char *type)
static vtkSMContextViewProxySafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMContextViewProxy ()
 ~vtkSMContextViewProxy ()
virtual vtkImageDataCaptureWindowInternal (int magnification)
virtual void CreateVTKObjects ()
void OnInteractionEvent ()

Protected Attributes

vtkContextViewChartView

Detailed Description

abstract base class for all Chart Views.

vtkSMContextViewProxy is an abstract base class for all vtkContextView subclasses.

Definition at line 32 of file vtkSMContextViewProxy.h.


Constructor & Destructor Documentation

vtkSMContextViewProxy::vtkSMContextViewProxy ( ) [protected]
vtkSMContextViewProxy::~vtkSMContextViewProxy ( ) [protected]

Member Function Documentation

static vtkSMContextViewProxy* vtkSMContextViewProxy::New ( ) [static]

Reimplemented from vtkSMViewProxy.

Reimplemented in vtkSMPlotMatrixViewProxy.

virtual const char* vtkSMContextViewProxy::GetClassName ( ) [virtual]

Reimplemented from vtkSMViewProxy.

Reimplemented in vtkSMPlotMatrixViewProxy.

static int vtkSMContextViewProxy::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkSMViewProxy.

Reimplemented in vtkSMPlotMatrixViewProxy.

virtual int vtkSMContextViewProxy::IsA ( const char *  type) [virtual]

Reimplemented from vtkSMViewProxy.

Reimplemented in vtkSMPlotMatrixViewProxy.

static vtkSMContextViewProxy* vtkSMContextViewProxy::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkSMViewProxy.

Reimplemented in vtkSMPlotMatrixViewProxy.

void vtkSMContextViewProxy::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkSMViewProxy.

Reimplemented in vtkSMPlotMatrixViewProxy.

vtkContextView* vtkSMContextViewProxy::GetContextView ( )

Provides access to the vtk chart view.

virtual vtkAbstractContextItem* vtkSMContextViewProxy::GetContextItem ( ) [virtual]

Provides access to the vtk chart.

Reimplemented in vtkSMPlotMatrixViewProxy.

virtual void vtkSMContextViewProxy::ResetDisplay ( ) [virtual]

Resets the zoom level to 100%

vtkRenderWindow* vtkSMContextViewProxy::GetRenderWindow ( )

Return the render window from which offscreen rendering and interactor can be accessed

virtual vtkImageData* vtkSMContextViewProxy::CaptureWindowInternal ( int  magnification) [protected, virtual]

Subclasses should override this method to do the actual image capture.

virtual void vtkSMContextViewProxy::CreateVTKObjects ( ) [protected, virtual]

Called at the end of CreateVTKObjects().

Reimplemented from vtkSMViewProxy.

Reimplemented in vtkSMPlotMatrixViewProxy.

void vtkSMContextViewProxy::OnInteractionEvent ( ) [protected]

Used to update the axis range properties on each interaction event. This also fires the vtkCommand::InteractionEvent.


Member Data Documentation

The context view that is used for all context derived charts.

Definition at line 72 of file vtkSMContextViewProxy.h.


The documentation for this class was generated from the following file: