|
ParaView
|
abstract base class for all Chart Views. More...
#include <vtkSMContextViewProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkContextView * | GetContextView () |
| virtual void | ResetDisplay () |
| vtkRenderWindow * | GetRenderWindow () |
| virtual vtkAbstractContextItem * | GetContextItem () |
Static Public Member Functions | |
| static vtkSMContextViewProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMContextViewProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMContextViewProxy () | |
| ~vtkSMContextViewProxy () | |
| virtual vtkImageData * | CaptureWindowInternal (int magnification) |
| virtual void | CreateVTKObjects () |
| void | OnInteractionEvent () |
Protected Attributes | |
| vtkContextView * | ChartView |
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.
| vtkSMContextViewProxy::vtkSMContextViewProxy | ( | ) | [protected] |
| vtkSMContextViewProxy::~vtkSMContextViewProxy | ( | ) | [protected] |
| 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.
vtkContextView* vtkSMContextViewProxy::ChartView [protected] |
The context view that is used for all context derived charts.
Definition at line 72 of file vtkSMContextViewProxy.h.
1.7.5.1