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

#include <vtkMarkSelectedRows.h>

Inheritance diagram for vtkMarkSelectedRows:
Inheritance graph
[legend]
Collaboration diagram for vtkMarkSelectedRows:
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 SetFieldAssociation (int)
virtual int GetFieldAssociation ()

Static Public Member Functions

static vtkMarkSelectedRowsNew ()
static int IsTypeOf (const char *type)
static vtkMarkSelectedRowsSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkMarkSelectedRows ()
 ~vtkMarkSelectedRows ()
virtual int FillInputPortInformation (int port, vtkInformation *info)
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

int FieldAssociation

Detailed Description

vtkMarkSelectedRows is used by vtkSpreadSheetView to marks rows from the vtkTable generated by vtkSortedTableStreamer or vtkBlockDeliveryPreprocessor as selected (done by adding a new vtkCharArray named "__vtkIsSelected__"). It has two input ports:

Definition at line 30 of file vtkMarkSelectedRows.h.


Constructor & Destructor Documentation

vtkMarkSelectedRows::vtkMarkSelectedRows ( ) [protected]
vtkMarkSelectedRows::~vtkMarkSelectedRows ( ) [protected]

Member Function Documentation

static vtkMarkSelectedRows* vtkMarkSelectedRows::New ( ) [static]

Reimplemented from vtkTableAlgorithm.

virtual const char* vtkMarkSelectedRows::GetClassName ( ) [virtual]

Reimplemented from vtkTableAlgorithm.

static int vtkMarkSelectedRows::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkTableAlgorithm.

virtual int vtkMarkSelectedRows::IsA ( const char *  type) [virtual]

Reimplemented from vtkTableAlgorithm.

static vtkMarkSelectedRows* vtkMarkSelectedRows::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkTableAlgorithm.

void vtkMarkSelectedRows::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkTableAlgorithm.

virtual void vtkMarkSelectedRows::SetFieldAssociation ( int  ) [virtual]

Select the field to process. Only selection associated with the chosen field are considered. Accepted values are

virtual int vtkMarkSelectedRows::GetFieldAssociation ( ) [virtual]

Select the field to process. Only selection associated with the chosen field are considered. Accepted values are

virtual int vtkMarkSelectedRows::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Reimplemented from vtkTableAlgorithm.

virtual int vtkMarkSelectedRows::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

Reimplemented from vtkTableAlgorithm.


Member Data Documentation

Definition at line 62 of file vtkMarkSelectedRows.h.


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