vtkExtractSelectedRows Class Reference

#include <vtkExtractSelectedRows.h>

Inheritance diagram for vtkExtractSelectedRows:

Inheritance graph
[legend]
Collaboration diagram for vtkExtractSelectedRows:

Collaboration graph
[legend]

List of all members.


Detailed Description

return selected rows of a table

The first input is a vtkTable to extract rows from. The second input is a vtkSelection containing the selected indices. The third input is a vtkAnnotationLayers containing selected indices. The field type of the input selection is ignored when converted to row indices.

Tests:
vtkExtractSelectedRows (Tests)

Definition at line 40 of file vtkExtractSelectedRows.h.


Public Types

typedef vtkTableAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void SetSelectionConnection (vtkAlgorithmOutput *in)
void SetAnnotationLayersConnection (vtkAlgorithmOutput *in)
int FillInputPortInformation (int port, vtkInformation *info)
virtual void SetAddOriginalRowIdsArray (bool)
virtual bool GetAddOriginalRowIdsArray ()
virtual void AddOriginalRowIdsArrayOn ()
virtual void AddOriginalRowIdsArrayOff ()

Static Public Member Functions

static vtkExtractSelectedRowsNew ()
static int IsTypeOf (const char *type)
static vtkExtractSelectedRowsSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkExtractSelectedRows ()
 ~vtkExtractSelectedRows ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

bool AddOriginalRowIdsArray

Member Typedef Documentation

Reimplemented from vtkTableAlgorithm.

Definition at line 44 of file vtkExtractSelectedRows.h.


Constructor & Destructor Documentation

vtkExtractSelectedRows::vtkExtractSelectedRows (  )  [protected]

vtkExtractSelectedRows::~vtkExtractSelectedRows (  )  [protected]


Member Function Documentation

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

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkTableAlgorithm.

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

Reimplemented from vtkTableAlgorithm.

static int vtkExtractSelectedRows::IsTypeOf ( const char *  name  )  [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkTableAlgorithm.

virtual int vtkExtractSelectedRows::IsA ( const char *  name  )  [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkTableAlgorithm.

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

Reimplemented from vtkTableAlgorithm.

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

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkTableAlgorithm.

void vtkExtractSelectedRows::SetSelectionConnection ( vtkAlgorithmOutput in  ) 

A convenience method for setting the second input (i.e. the selection).

void vtkExtractSelectedRows::SetAnnotationLayersConnection ( vtkAlgorithmOutput in  ) 

A convenience method for setting the third input (i.e. the annotation layers).

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

Specify the first vtkGraph input and the second vtkSelection input.

Reimplemented from vtkTableAlgorithm.

virtual void vtkExtractSelectedRows::SetAddOriginalRowIdsArray ( bool   )  [virtual]

When set, a column named vtkOriginalRowIds will be added to the output. False by default.

virtual bool vtkExtractSelectedRows::GetAddOriginalRowIdsArray (  )  [virtual]

When set, a column named vtkOriginalRowIds will be added to the output. False by default.

virtual void vtkExtractSelectedRows::AddOriginalRowIdsArrayOn (  )  [virtual]

When set, a column named vtkOriginalRowIds will be added to the output. False by default.

virtual void vtkExtractSelectedRows::AddOriginalRowIdsArrayOff (  )  [virtual]

When set, a column named vtkOriginalRowIds will be added to the output. False by default.

int vtkExtractSelectedRows::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkTableAlgorithm.


Member Data Documentation

Definition at line 75 of file vtkExtractSelectedRows.h.


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

Generated on Mon Sep 27 18:23:50 2010 for VTK by  doxygen 1.5.6