VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkExtractSelectedRows Class Reference

return selected rows of a table More...

#include <vtkExtractSelectedRows.h>

Inherits vtkTableAlgorithm.

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 vtkObjectBase * NewInstanceInternal () 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

typedef vtkTableAlgorithm vtkExtractSelectedRows::Superclass

Definition at line 42 of file vtkExtractSelectedRows.h.

Constructor & Destructor Documentation

vtkExtractSelectedRows::vtkExtractSelectedRows ( )
protected
vtkExtractSelectedRows::~vtkExtractSelectedRows ( )
protected

Member Function Documentation

static vtkExtractSelectedRows* vtkExtractSelectedRows::New ( )
static
static int vtkExtractSelectedRows::IsTypeOf ( const char *  type)
static
virtual int vtkExtractSelectedRows::IsA ( const char *  type)
virtual
static vtkExtractSelectedRows* vtkExtractSelectedRows::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkExtractSelectedRows::NewInstanceInternal ( ) const
protectedvirtual
vtkExtractSelectedRows* vtkExtractSelectedRows::NewInstance ( ) const
void vtkExtractSelectedRows::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
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 
)

Specify the first vtkGraph input and the second vtkSelection input.

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 *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

Member Data Documentation

bool vtkExtractSelectedRows::AddOriginalRowIdsArray
protected

Definition at line 73 of file vtkExtractSelectedRows.h.


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