|
ParaView
|
#include <vtkSpreadSheetRepresentation.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | MarkModified () |
| vtkAlgorithmOutput * | GetDataProducer () |
| vtkAlgorithmOutput * | GetExtractedDataProducer () |
| vtkAlgorithmOutput * | GetSelectionProducer () |
| void | SetFieldAssociation (int val) |
| int | GetFieldAssociation () |
| void | SetCompositeDataSetIndex (int val) |
Static Public Member Functions | |
| static vtkSpreadSheetRepresentation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSpreadSheetRepresentation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSpreadSheetRepresentation () | |
| ~vtkSpreadSheetRepresentation () | |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
| vtkBlockDeliveryPreprocessor * | DataConditioner |
| vtkBlockDeliveryPreprocessor * | ExtractedDataConditioner |
Representation for showing data in a vtkSpreadSheetView. Unlike typical ParaView representations, this one does not do any data movement, it merely updates the input and provides access to the input data objects (rather clones of those). This filer has 3 input ports:
Definition at line 34 of file vtkSpreadSheetRepresentation.h.
| vtkSpreadSheetRepresentation::vtkSpreadSheetRepresentation | ( | ) | [protected] |
| vtkSpreadSheetRepresentation::~vtkSpreadSheetRepresentation | ( | ) | [protected] |
| static vtkSpreadSheetRepresentation* vtkSpreadSheetRepresentation::New | ( | ) | [static] |
Reimplemented from vtkDataRepresentation.
| virtual const char* vtkSpreadSheetRepresentation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVDataRepresentation.
| static int vtkSpreadSheetRepresentation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVDataRepresentation.
| virtual int vtkSpreadSheetRepresentation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVDataRepresentation.
| static vtkSpreadSheetRepresentation* vtkSpreadSheetRepresentation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVDataRepresentation.
| void vtkSpreadSheetRepresentation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVDataRepresentation.
| virtual void vtkSpreadSheetRepresentation::MarkModified | ( | ) | [inline, virtual] |
Since this has no delivery, just mark ourselves modified.
Reimplemented from vtkPVDataRepresentation.
Definition at line 42 of file vtkSpreadSheetRepresentation.h.
| vtkAlgorithmOutput* vtkSpreadSheetRepresentation::GetDataProducer | ( | ) |
| vtkAlgorithmOutput* vtkSpreadSheetRepresentation::GetExtractedDataProducer | ( | ) |
| vtkAlgorithmOutput* vtkSpreadSheetRepresentation::GetSelectionProducer | ( | ) |
| void vtkSpreadSheetRepresentation::SetFieldAssociation | ( | int | val | ) |
| int vtkSpreadSheetRepresentation::GetFieldAssociation | ( | ) |
| void vtkSpreadSheetRepresentation::SetCompositeDataSetIndex | ( | int | val | ) |
| virtual int vtkSpreadSheetRepresentation::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Fill input port information.
Reimplemented from vtkDataRepresentation.
| virtual int vtkSpreadSheetRepresentation::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Overridden to invoke vtkCommand::UpdateDataEvent.
Reimplemented from vtkPVDataRepresentation.
Definition at line 68 of file vtkSpreadSheetRepresentation.h.
Definition at line 69 of file vtkSpreadSheetRepresentation.h.
1.7.5.1