|
ParaView
|
#include <vtkPVParallelCoordinatesRepresentation.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkChartParallelCoordinates * | GetChart () |
| virtual void | SetVisibility (bool visible) |
| void | SetLineThickness (int value) |
| void | SetLineStyle (int value) |
| void | SetColor (double r, double g, double b) |
| void | SetOpacity (double opacity) |
Static Public Member Functions | |
| static vtkPVParallelCoordinatesRepresentation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVParallelCoordinatesRepresentation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVParallelCoordinatesRepresentation () | |
| ~vtkPVParallelCoordinatesRepresentation () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| virtual bool | AddToView (vtkView *view) |
| virtual bool | RemoveFromView (vtkView *view) |
Definition at line 27 of file vtkPVParallelCoordinatesRepresentation.h.
| vtkPVParallelCoordinatesRepresentation::vtkPVParallelCoordinatesRepresentation | ( | ) | [protected] |
| vtkPVParallelCoordinatesRepresentation::~vtkPVParallelCoordinatesRepresentation | ( | ) | [protected] |
| static vtkPVParallelCoordinatesRepresentation* vtkPVParallelCoordinatesRepresentation::New | ( | ) | [static] |
Reimplemented from vtkChartRepresentation.
| virtual const char* vtkPVParallelCoordinatesRepresentation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkChartRepresentation.
| static int vtkPVParallelCoordinatesRepresentation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkChartRepresentation.
| virtual int vtkPVParallelCoordinatesRepresentation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkChartRepresentation.
| static vtkPVParallelCoordinatesRepresentation* vtkPVParallelCoordinatesRepresentation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkChartRepresentation.
| void vtkPVParallelCoordinatesRepresentation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkChartRepresentation.
| vtkChartParallelCoordinates* vtkPVParallelCoordinatesRepresentation::GetChart | ( | ) |
Provides access to the underlying VTK representation.
| virtual void vtkPVParallelCoordinatesRepresentation::SetVisibility | ( | bool | visible | ) | [virtual] |
Set visibility of the representation.
Reimplemented from vtkChartRepresentation.
| void vtkPVParallelCoordinatesRepresentation::SetLineThickness | ( | int | value | ) |
| void vtkPVParallelCoordinatesRepresentation::SetLineStyle | ( | int | value | ) |
| void vtkPVParallelCoordinatesRepresentation::SetOpacity | ( | double | opacity | ) |
| virtual int vtkPVParallelCoordinatesRepresentation::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 vtkPVParallelCoordinatesRepresentation::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 vtkPVParallelCoordinatesRepresentation::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