ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSpreadSheetRepresentation Class Reference

#include <vtkSpreadSheetRepresentation.h>

Inheritance diagram for vtkSpreadSheetRepresentation:
Inheritance graph
[legend]
Collaboration diagram for vtkSpreadSheetRepresentation:
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)
virtual void MarkModified ()
vtkAlgorithmOutputGetDataProducer ()
vtkAlgorithmOutputGetExtractedDataProducer ()
vtkAlgorithmOutputGetSelectionProducer ()
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

vtkBlockDeliveryPreprocessorDataConditioner
vtkBlockDeliveryPreprocessorExtractedDataConditioner

Detailed Description

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.


Constructor & Destructor Documentation

vtkSpreadSheetRepresentation::vtkSpreadSheetRepresentation ( ) [protected]
vtkSpreadSheetRepresentation::~vtkSpreadSheetRepresentation ( ) [protected]

Member Function Documentation

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.


Member Data Documentation

Definition at line 68 of file vtkSpreadSheetRepresentation.h.

Definition at line 69 of file vtkSpreadSheetRepresentation.h.


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