ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPVPlotMatrixRepresentation Class Reference

#include <vtkPVPlotMatrixRepresentation.h>

Inheritance diagram for vtkPVPlotMatrixRepresentation:
Inheritance graph
[legend]
Collaboration diagram for vtkPVPlotMatrixRepresentation:
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)
virtual void SetVisibility (bool visible)
virtual const char * GetSeriesName (int series)
void SetColor (double r, double g, double b)
void SetActivePlotColor (double r, double g, double b)
void SetHistogramColor (double r, double g, double b)
void SetMarkerStyle (int style)
void SetActivePlotMarkerStyle (int style)
void SetMarkerSize (double size)
void SetActivePlotMarkerSize (double size)
void MoveInputTableColumn (int fromCol, int toCol)
vtkScatterPlotMatrixGetPlotMatrix () const

Static Public Member Functions

static
vtkPVPlotMatrixRepresentation
New ()
static int IsTypeOf (const char *type)
static
vtkPVPlotMatrixRepresentation
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPVPlotMatrixRepresentation ()
 ~vtkPVPlotMatrixRepresentation ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual bool AddToView (vtkView *view)
virtual bool RemoveFromView (vtkView *view)

Detailed Description

Definition at line 42 of file vtkPVPlotMatrixRepresentation.h.


Constructor & Destructor Documentation

vtkPVPlotMatrixRepresentation::vtkPVPlotMatrixRepresentation ( ) [protected]
vtkPVPlotMatrixRepresentation::~vtkPVPlotMatrixRepresentation ( ) [protected]

Member Function Documentation

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

Reimplemented from vtkChartRepresentation.

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

Reimplemented from vtkChartRepresentation.

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

Reimplemented from vtkChartRepresentation.

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

Reimplemented from vtkChartRepresentation.

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

Reimplemented from vtkChartRepresentation.

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

Reimplemented from vtkChartRepresentation.

virtual void vtkPVPlotMatrixRepresentation::SetVisibility ( bool  visible) [virtual]

Set visibility of the representation.

Reimplemented from vtkChartRepresentation.

virtual const char* vtkPVPlotMatrixRepresentation::GetSeriesName ( int  series) [virtual]

Get the name of the series with the given index. Returns 0 if the index is out of range. The returned pointer is only valid until the next call to GetSeriesName.

Reimplemented from vtkChartRepresentation.

void vtkPVPlotMatrixRepresentation::SetColor ( double  r,
double  g,
double  b 
)
void vtkPVPlotMatrixRepresentation::SetActivePlotColor ( double  r,
double  g,
double  b 
)
void vtkPVPlotMatrixRepresentation::SetHistogramColor ( double  r,
double  g,
double  b 
)
void vtkPVPlotMatrixRepresentation::SetMarkerStyle ( int  style)
void vtkPVPlotMatrixRepresentation::SetActivePlotMarkerStyle ( int  style)
void vtkPVPlotMatrixRepresentation::SetMarkerSize ( double  size)
void vtkPVPlotMatrixRepresentation::SetActivePlotMarkerSize ( double  size)
void vtkPVPlotMatrixRepresentation::MoveInputTableColumn ( int  fromCol,
int  toCol 
)
vtkScatterPlotMatrix* vtkPVPlotMatrixRepresentation::GetPlotMatrix ( ) const
virtual int vtkPVPlotMatrixRepresentation::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

Subclasses should override this to connect inputs to the internal pipeline as necessary. Since most representations are "meta-filters" (i.e. filters containing other filters), you should create shallow copies of your input before connecting to the internal pipeline. The convenience method GetInternalOutputPort will create a cached shallow copy of a specified input for you. The related helper functions GetInternalAnnotationOutputPort, GetInternalSelectionOutputPort should be used to obtain a selection or annotation port whose selections are localized for a particular input data object.

Reimplemented from vtkChartRepresentation.

virtual bool vtkPVPlotMatrixRepresentation::AddToView ( vtkView view) [protected, virtual]

Adds the representation to the view. This is called from vtkView::AddRepresentation(). Subclasses should override this method. Returns true if the addition succeeds.

Reimplemented from vtkChartRepresentation.

virtual bool vtkPVPlotMatrixRepresentation::RemoveFromView ( vtkView view) [protected, virtual]

Removes the representation to the view. This is called from vtkView::RemoveRepresentation(). Subclasses should override this method. Returns true if the removal succeeds.

Reimplemented from vtkChartRepresentation.


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