|
ParaView
|
Proxy class for plot matrix view. More...
#include <vtkSMPlotMatrixViewProxy.h>


Proxy class for plot matrix view.
Definition at line 27 of file vtkSMPlotMatrixViewProxy.h.
| vtkSMPlotMatrixViewProxy::vtkSMPlotMatrixViewProxy | ( | ) | [protected] |
| vtkSMPlotMatrixViewProxy::~vtkSMPlotMatrixViewProxy | ( | ) | [protected] |
| static vtkSMPlotMatrixViewProxy* vtkSMPlotMatrixViewProxy::New | ( | ) | [static] |
Reimplemented from vtkSMContextViewProxy.
| virtual const char* vtkSMPlotMatrixViewProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMContextViewProxy.
| static int vtkSMPlotMatrixViewProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMContextViewProxy.
| virtual int vtkSMPlotMatrixViewProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMContextViewProxy.
| static vtkSMPlotMatrixViewProxy* vtkSMPlotMatrixViewProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMContextViewProxy.
| void vtkSMPlotMatrixViewProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMContextViewProxy.
Set the gutter that should be left between the charts in the matrix.
| void vtkSMPlotMatrixViewProxy::GetGutter | ( | float * | xy | ) |
Set the gutter that should be left between the charts in the matrix.
Set/get the borders of the chart matrix (space in pixels around each chart).
| void vtkSMPlotMatrixViewProxy::GetBorders | ( | int * | data | ) |
Set/get the borders of the chart matrix (space in pixels around each chart).
| void vtkSMPlotMatrixViewProxy::SetScatterPlotTitleFont | ( | const char * | family, |
| int | pointSize, | ||
| bool | bold, | ||
| bool | italic | ||
| ) |
Set the scatter plot title's font.
| const char* vtkSMPlotMatrixViewProxy::GetScatterPlotTitleFontFamily | ( | ) |
Set the scatter plot title's font.
| int vtkSMPlotMatrixViewProxy::GetScatterPlotTitleFontSize | ( | ) |
Set the scatter plot title's font.
| bool vtkSMPlotMatrixViewProxy::GetScatterPlotTitleFontBold | ( | ) |
Set the scatter plot title's font.
| bool vtkSMPlotMatrixViewProxy::GetScatterPlotTitleFontItalic | ( | ) |
Set the scatter plot title's font.
Set the scatter plot title's color.
| void vtkSMPlotMatrixViewProxy::GetScatterPlotTitleColor | ( | double * | rgba | ) |
Set the scatter plot title's color.
| void vtkSMPlotMatrixViewProxy::SetScatterPlotTitle | ( | const char * | title | ) |
Set the scatter plot title.
| const char* vtkSMPlotMatrixViewProxy::GetScatterPlotTitle | ( | ) |
Set the scatter plot title.
| void vtkSMPlotMatrixViewProxy::SetScatterPlotTitleAlignment | ( | int | alignment | ) |
Set the scatter plot's title alignment.
| int vtkSMPlotMatrixViewProxy::GetScatterPlotTitleAlignment | ( | ) |
Set the scatter plot's title alignment.
| void vtkSMPlotMatrixViewProxy::SetGridVisibility | ( | int | plotType, |
| bool | visible | ||
| ) |
Sets whether or not the grid for the given axis is visible given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
| bool vtkSMPlotMatrixViewProxy::GetGridVisibility | ( | int | plotType | ) |
Sets whether or not the grid for the given axis is visible given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
| void vtkSMPlotMatrixViewProxy::SetBackgroundColor | ( | int | plotType, |
| double | red, | ||
| double | green, | ||
| double | blue, | ||
| double | alpha = 0.0 |
||
| ) |
Sets the background color for the chart given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Sets the background color for the chart given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Sets the color for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Sets the color for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Sets the color for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Sets the color for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
| void vtkSMPlotMatrixViewProxy::SetAxisLabelVisibility | ( | int | plotType, |
| bool | visible | ||
| ) |
Sets whether or not the labels for the axes are visible, given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
| bool vtkSMPlotMatrixViewProxy::GetAxisLabelVisibility | ( | int | plotType | ) |
Sets whether or not the labels for the axes are visible, given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
| void vtkSMPlotMatrixViewProxy::SetAxisLabelFont | ( | int | plotType, |
| const char * | family, | ||
| int | pointSize, | ||
| bool | bold, | ||
| bool | italic | ||
| ) |
Set the axis label font for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
| const char* vtkSMPlotMatrixViewProxy::GetAxisLabelFontFamily | ( | int | plotType | ) |
Set the axis label font for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Set the axis label font for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
| bool vtkSMPlotMatrixViewProxy::GetAxisLabelFontBold | ( | int | plotType | ) |
Set the axis label font for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
| bool vtkSMPlotMatrixViewProxy::GetAxisLabelFontItalic | ( | int | plotType | ) |
Set the axis label font for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
| void vtkSMPlotMatrixViewProxy::SetAxisLabelColor | ( | int | plotType, |
| double | red, | ||
| double | green, | ||
| double | blue | ||
| ) |
Sets the axis label color for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Sets the axis label color for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Sets the axis label notation for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Sets the axis label notation for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Sets the axis label precision for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Sets the axis label precision for the axes given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Set chart's tooltip notation and precision, given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Set chart's tooltip notation and precision, given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Set chart's tooltip notation and precision, given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
Set chart's tooltip notation and precision, given a plot type, which refers to vtkScatterPlotMatrix::{SCATTERPLOT, HISTOGRAM, ACTIVEPLOT}.
| void vtkSMPlotMatrixViewProxy::SetScatterPlotSelectedRowColumnColor | ( | double | red, |
| double | green, | ||
| double | blue, | ||
| double | alpha | ||
| ) |
Set the scatter plot selected row/column charts' background color.
| void vtkSMPlotMatrixViewProxy::GetScatterPlotSelectedRowColumnColor | ( | double * | rgba | ) |
Set the scatter plot selected row/column charts' background color.
| void vtkSMPlotMatrixViewProxy::SetScatterPlotSelectedActiveColor | ( | double | red, |
| double | green, | ||
| double | blue, | ||
| double | alpha | ||
| ) |
Set the scatter plot selected active chart background color.
| void vtkSMPlotMatrixViewProxy::GetScatterPlotSelectedActiveColor | ( | double * | rgba | ) |
Set the scatter plot selected active chart background color.
| void vtkSMPlotMatrixViewProxy::UpdateSettings | ( | ) |
Update all the settings
| virtual vtkAbstractContextItem* vtkSMPlotMatrixViewProxy::GetContextItem | ( | ) | [virtual] |
Provides access to the vtk plot matrix.
Reimplemented from vtkSMContextViewProxy.
| virtual void vtkSMPlotMatrixViewProxy::CreateVTKObjects | ( | ) | [protected, virtual] |
Provides access to the vtk plot matrix.
Reimplemented from vtkSMContextViewProxy.
| void vtkSMPlotMatrixViewProxy::ActivePlotChanged | ( | ) | [protected] |
Provides access to the vtk plot matrix.
| void vtkSMPlotMatrixViewProxy::PostRender | ( | bool | ) | [protected] |
| void vtkSMPlotMatrixViewProxy::SendAnimationPath | ( | ) | [protected] |
| void vtkSMPlotMatrixViewProxy::AnimationTickEvent | ( | ) | [protected] |
| void vtkSMPlotMatrixViewProxy::SendDouble3Vector | ( | const char * | func, |
| int | plotType, | ||
| double * | data | ||
| ) | [protected] |
| void vtkSMPlotMatrixViewProxy::SendDouble4Vector | ( | const char * | func, |
| int | plotType, | ||
| double * | data | ||
| ) | [protected] |
| void vtkSMPlotMatrixViewProxy::SendIntValue | ( | const char * | func, |
| int | plotType, | ||
| int | val | ||
| ) | [protected] |
| void vtkSMPlotMatrixViewProxy::ReceiveTypeDouble4Vector | ( | const char * | func, |
| int | plotType, | ||
| double * | data | ||
| ) | [protected] |
| void vtkSMPlotMatrixViewProxy::ReceiveDouble4Vector | ( | const char * | func, |
| double * | data | ||
| ) | [protected] |
| const vtkClientServerStream& vtkSMPlotMatrixViewProxy::InvokeServerMethod | ( | const char * | method | ) | [protected] |
| const vtkClientServerStream& vtkSMPlotMatrixViewProxy::InvokeTypeServerMethod | ( | const char * | method, |
| int | chartType | ||
| ) | [protected] |
bool vtkSMPlotMatrixViewProxy::ActiveChanged [protected] |
Definition at line 179 of file vtkSMPlotMatrixViewProxy.h.
1.7.5.1