return selected rows of a table
More...
#include <vtkExtractSelectedRows.h>
Inherits vtkTableAlgorithm.
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.
vtkExtractSelectedRows::vtkExtractSelectedRows |
( |
| ) |
|
|
protected |
vtkExtractSelectedRows::~vtkExtractSelectedRows |
( |
| ) |
|
|
protected |
static int vtkExtractSelectedRows::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkExtractSelectedRows::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkExtractSelectedRows::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
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 |
bool vtkExtractSelectedRows::AddOriginalRowIdsArray |
|
protected |
The documentation for this class was generated from the following file: