|
ParaView
|
#include <vtkMarkSelectedRows.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetFieldAssociation (int) |
| virtual int | GetFieldAssociation () |
Static Public Member Functions | |
| static vtkMarkSelectedRows * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkMarkSelectedRows * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkMarkSelectedRows () | |
| ~vtkMarkSelectedRows () | |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
| int | FieldAssociation |
vtkMarkSelectedRows is used by vtkSpreadSheetView to marks rows from the vtkTable generated by vtkSortedTableStreamer or vtkBlockDeliveryPreprocessor as selected (done by adding a new vtkCharArray named "__vtkIsSelected__"). It has two input ports:
Definition at line 30 of file vtkMarkSelectedRows.h.
| vtkMarkSelectedRows::vtkMarkSelectedRows | ( | ) | [protected] |
| vtkMarkSelectedRows::~vtkMarkSelectedRows | ( | ) | [protected] |
| static vtkMarkSelectedRows* vtkMarkSelectedRows::New | ( | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| virtual const char* vtkMarkSelectedRows::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| static int vtkMarkSelectedRows::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| virtual int vtkMarkSelectedRows::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| static vtkMarkSelectedRows* vtkMarkSelectedRows::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| void vtkMarkSelectedRows::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| virtual void vtkMarkSelectedRows::SetFieldAssociation | ( | int | ) | [virtual] |
Select the field to process. Only selection associated with the chosen field are considered. Accepted values are
| virtual int vtkMarkSelectedRows::GetFieldAssociation | ( | ) | [virtual] |
Select the field to process. Only selection associated with the chosen field are considered. Accepted values are
| virtual int vtkMarkSelectedRows::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkTableAlgorithm.
| virtual int vtkMarkSelectedRows::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkTableAlgorithm.
int vtkMarkSelectedRows::FieldAssociation [protected] |
Definition at line 62 of file vtkMarkSelectedRows.h.
1.7.5.1