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

#include <vtkPVPlotMatrixView.h>

Inheritance diagram for vtkPVPlotMatrixView:
Inheritance graph
[legend]
Collaboration diagram for vtkPVPlotMatrixView:
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)
vtkAbstractContextItemGetContextItem ()
void SetActivePlot (int i, int j)
int GetActiveRow ()
int GetActiveColumn ()
void ClearAnimationPath ()
void AddAnimationPath (int i, int j)
void StartAnimationPath ()
void AdvanceAnimationPath ()
void SetScatterPlotTitle (const char *title)
const char * GetScatterPlotTitle ()
void SetScatterPlotTitleFont (const char *family, int pointSize, bool bold, bool italic)
const char * GetScatterPlotTitleFontFamily ()
int GetScatterPlotTitleFontSize ()
int GetScatterPlotTitleFontBold ()
int GetScatterPlotTitleFontItalic ()
void SetScatterPlotTitleColor (double red, double green, double blue)
doubleGetScatterPlotTitleColor ()
void SetScatterPlotTitleAlignment (int alignment)
int GetScatterPlotTitleAlignment ()
virtual void SetGutter (float x, float y)
virtual void SetBorders (int left, int bottom, int right, int top)
void SetGridVisibility (int plotType, bool visible)
int GetGridVisibility (int plotType)
void SetBackgroundColor (int plotType, double red, double green, double blue, double alpha=0.0)
doubleGetBackgroundColor (int plotType)
void SetAxisColor (int plotType, double red, double green, double blue)
doubleGetAxisColor (int plotType)
void SetGridColor (int plotType, double red, double green, double blue)
doubleGetGridColor (int plotType)
void SetAxisLabelVisibility (int plotType, bool visible)
int GetAxisLabelVisibility (int plotType)
void SetAxisLabelFont (int plotType, const char *family, int pointSize, bool bold, bool italic)
const char * GetAxisLabelFontFamily (int plotType)
int GetAxisLabelFontSize (int plotType)
int GetAxisLabelFontBold (int plotType)
int GetAxisLabelFontItalic (int plotType)
void SetAxisLabelColor (int plotType, double red, double green, double blue)
doubleGetAxisLabelColor (int plotType)
void SetAxisLabelNotation (int plotType, int notation)
int GetAxisLabelNotation (int plotType)
void SetAxisLabelPrecision (int plotType, int precision)
int GetAxisLabelPrecision (int plotType)
void SetTooltipNotation (int plotType, int notation)
void SetTooltipPrecision (int plotType, int precision)
int GetTooltipNotation (int plotType)
int GetTooltipPrecision (int plotType)
void SetScatterPlotSelectedRowColumnColor (double red, double green, double blue, double alpha)
doubleGetScatterPlotSelectedRowColumnColor ()
void SetScatterPlotSelectedActiveColor (double red, double green, double blue, double alpha)
doubleGetScatterPlotSelectedActiveColor ()
void UpdateSettings ()

Static Public Member Functions

static vtkPVPlotMatrixViewNew ()
static int IsTypeOf (const char *type)
static vtkPVPlotMatrixViewSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPVPlotMatrixView ()
 ~vtkPVPlotMatrixView ()
void PlotMatrixSelectionCallback (vtkObject *, unsigned long, void *)

Detailed Description

Definition at line 23 of file vtkPVPlotMatrixView.h.


Constructor & Destructor Documentation

vtkPVPlotMatrixView::vtkPVPlotMatrixView ( ) [protected]
vtkPVPlotMatrixView::~vtkPVPlotMatrixView ( ) [protected]

Member Function Documentation

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

Reimplemented from vtkView.

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

Reimplemented from vtkPVContextView.

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

Reimplemented from vtkPVContextView.

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

Reimplemented from vtkPVContextView.

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

Reimplemented from vtkPVContextView.

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

Reimplemented from vtkPVContextView.

vtkAbstractContextItem* vtkPVPlotMatrixView::GetContextItem ( ) [virtual]

Get the context item.

Implements vtkPVContextView.

void vtkPVPlotMatrixView::SetActivePlot ( int  i,
int  j 
)
int vtkPVPlotMatrixView::GetActiveRow ( )
int vtkPVPlotMatrixView::GetActiveColumn ( )
void vtkPVPlotMatrixView::ClearAnimationPath ( )
void vtkPVPlotMatrixView::AddAnimationPath ( int  i,
int  j 
)
void vtkPVPlotMatrixView::StartAnimationPath ( )
void vtkPVPlotMatrixView::AdvanceAnimationPath ( )
void vtkPVPlotMatrixView::SetScatterPlotTitle ( const char *  title)
const char* vtkPVPlotMatrixView::GetScatterPlotTitle ( )
void vtkPVPlotMatrixView::SetScatterPlotTitleFont ( const char *  family,
int  pointSize,
bool  bold,
bool  italic 
)
const char* vtkPVPlotMatrixView::GetScatterPlotTitleFontFamily ( )
int vtkPVPlotMatrixView::GetScatterPlotTitleFontSize ( )
int vtkPVPlotMatrixView::GetScatterPlotTitleFontBold ( )
int vtkPVPlotMatrixView::GetScatterPlotTitleFontItalic ( )
void vtkPVPlotMatrixView::SetScatterPlotTitleColor ( double  red,
double  green,
double  blue 
)
double* vtkPVPlotMatrixView::GetScatterPlotTitleColor ( )
void vtkPVPlotMatrixView::SetScatterPlotTitleAlignment ( int  alignment)
int vtkPVPlotMatrixView::GetScatterPlotTitleAlignment ( )
virtual void vtkPVPlotMatrixView::SetGutter ( float  x,
float  y 
) [virtual]
virtual void vtkPVPlotMatrixView::SetBorders ( int  left,
int  bottom,
int  right,
int  top 
) [virtual]
void vtkPVPlotMatrixView::SetGridVisibility ( int  plotType,
bool  visible 
)
int vtkPVPlotMatrixView::GetGridVisibility ( int  plotType)
void vtkPVPlotMatrixView::SetBackgroundColor ( int  plotType,
double  red,
double  green,
double  blue,
double  alpha = 0.0 
)
double* vtkPVPlotMatrixView::GetBackgroundColor ( int  plotType)
void vtkPVPlotMatrixView::SetAxisColor ( int  plotType,
double  red,
double  green,
double  blue 
)
double* vtkPVPlotMatrixView::GetAxisColor ( int  plotType)
void vtkPVPlotMatrixView::SetGridColor ( int  plotType,
double  red,
double  green,
double  blue 
)
double* vtkPVPlotMatrixView::GetGridColor ( int  plotType)
void vtkPVPlotMatrixView::SetAxisLabelVisibility ( int  plotType,
bool  visible 
)
int vtkPVPlotMatrixView::GetAxisLabelVisibility ( int  plotType)
void vtkPVPlotMatrixView::SetAxisLabelFont ( int  plotType,
const char *  family,
int  pointSize,
bool  bold,
bool  italic 
)
const char* vtkPVPlotMatrixView::GetAxisLabelFontFamily ( int  plotType)
int vtkPVPlotMatrixView::GetAxisLabelFontSize ( int  plotType)
int vtkPVPlotMatrixView::GetAxisLabelFontBold ( int  plotType)
int vtkPVPlotMatrixView::GetAxisLabelFontItalic ( int  plotType)
void vtkPVPlotMatrixView::SetAxisLabelColor ( int  plotType,
double  red,
double  green,
double  blue 
)
double* vtkPVPlotMatrixView::GetAxisLabelColor ( int  plotType)
void vtkPVPlotMatrixView::SetAxisLabelNotation ( int  plotType,
int  notation 
)
int vtkPVPlotMatrixView::GetAxisLabelNotation ( int  plotType)
void vtkPVPlotMatrixView::SetAxisLabelPrecision ( int  plotType,
int  precision 
)
int vtkPVPlotMatrixView::GetAxisLabelPrecision ( int  plotType)
void vtkPVPlotMatrixView::SetTooltipNotation ( int  plotType,
int  notation 
)
void vtkPVPlotMatrixView::SetTooltipPrecision ( int  plotType,
int  precision 
)
int vtkPVPlotMatrixView::GetTooltipNotation ( int  plotType)
int vtkPVPlotMatrixView::GetTooltipPrecision ( int  plotType)
void vtkPVPlotMatrixView::SetScatterPlotSelectedRowColumnColor ( double  red,
double  green,
double  blue,
double  alpha 
)
double* vtkPVPlotMatrixView::GetScatterPlotSelectedRowColumnColor ( )
void vtkPVPlotMatrixView::SetScatterPlotSelectedActiveColor ( double  red,
double  green,
double  blue,
double  alpha 
)
double* vtkPVPlotMatrixView::GetScatterPlotSelectedActiveColor ( )
void vtkPVPlotMatrixView::UpdateSettings ( )
void vtkPVPlotMatrixView::PlotMatrixSelectionCallback ( vtkObject ,
unsigned  long,
void *   
) [protected]

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