#include <vtkExtractSelectedRows.h>
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 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 vtkExtractSelectedRows * | New () |
static int | IsTypeOf (const char *type) |
static vtkExtractSelectedRows * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkExtractSelectedRows () | |
~vtkExtractSelectedRows () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
bool | AddOriginalRowIdsArray |
vtkExtractSelectedRows::vtkExtractSelectedRows | ( | ) | [protected] |
vtkExtractSelectedRows::~vtkExtractSelectedRows | ( | ) | [protected] |
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.
bool vtkExtractSelectedRows::AddOriginalRowIdsArray [protected] |
Definition at line 75 of file vtkExtractSelectedRows.h.