VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkExtractSelectedRows Class Reference

return selected rows of a table More...

#include <vtkExtractSelectedRows.h>

Inheritance diagram for vtkExtractSelectedRows:
Inheritance graph
[legend]
Collaboration diagram for vtkExtractSelectedRows:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkTableAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkExtractSelectedRowsNewInstance () const
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 (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkExtractSelectedRows ()
 ~vtkExtractSelectedRows ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

bool AddOriginalRowIdsArray

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.

Definition at line 38 of file vtkExtractSelectedRows.h.


Member Typedef Documentation

Reimplemented from vtkTableAlgorithm.

Definition at line 42 of file vtkExtractSelectedRows.h.


Constructor & Destructor Documentation


Member Function Documentation

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

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.

Reimplemented from vtkTableAlgorithm.

virtual vtkObjectBase* vtkExtractSelectedRows::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkTableAlgorithm.

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.

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

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

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.

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

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

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 73 of file vtkExtractSelectedRows.h.


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