|
ParaView
|
#include <vtkPVPlotMatrixRepresentation.h>


Definition at line 42 of file vtkPVPlotMatrixRepresentation.h.
| vtkPVPlotMatrixRepresentation::vtkPVPlotMatrixRepresentation | ( | ) | [protected] |
| vtkPVPlotMatrixRepresentation::~vtkPVPlotMatrixRepresentation | ( | ) | [protected] |
| 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::SetMarkerStyle | ( | int | style | ) |
| void vtkPVPlotMatrixRepresentation::SetActivePlotMarkerStyle | ( | int | style | ) |
| void vtkPVPlotMatrixRepresentation::SetMarkerSize | ( | double | size | ) |
| void vtkPVPlotMatrixRepresentation::SetActivePlotMarkerSize | ( | double | size | ) |
| 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.
1.7.5.1