|
| virtual void | Initialize () |
| virtual void | DeepCopy (vtkSelectionNode *src) |
| | Copy properties, selection list and children of the input.
|
| virtual void | ShallowCopy (vtkSelectionNode *src) |
| | Copy properties, selection list and children of the input.
|
| vtkMTimeType | GetMTime () override |
| | Return the MTime taking into account changes to the properties.
|
| static vtkInformationIntegerKey * | CONTENT_TYPE () |
| | Get the (primary) property that describes the content of a selection node's data.
|
| static const char * | GetContentTypeAsString (int type) |
| | Get the content type as a string.
|
| static vtkInformationIntegerKey * | FIELD_TYPE () |
| | Controls whether cell, point, or field data determine what is inside and out.
|
| static const char * | GetFieldTypeAsString (int type) |
| | Get the field type as a string.
|
| static int | GetFieldTypeFromString (const char *type) |
| | Get field type from string.
|
| static vtkInformationDoubleKey * | EPSILON () |
| | For location selection of points, if distance is greater than this reject.
|
| static vtkInformationDoubleKey * | ZBUFFER_VALUE () |
| | If present, closest zbuffer value of this selection.
|
| static vtkInformationIntegerKey * | CONTAINING_CELLS () |
| | This flag tells the extraction filter, when FIELD_TYPE==POINT, that it should also extract the cells that contain any of the extracted points.
|
| static vtkInformationIntegerKey * | CONNECTED_LAYERS () |
| | When specified, this indicates how many layers of connected elements in addition to those chosen explicitly are being selected.
|
| static vtkInformationIntegerKey * | CONNECTED_LAYERS_REMOVE_SEED () |
| | When specified and also using CONNECTED_LAYERS(), this indicates if the initial selection should be kept or not.
|
| static vtkInformationIntegerKey * | CONNECTED_LAYERS_REMOVE_INTERMEDIATE_LAYERS () |
| | When specified and also using CONNECTED_LAYERS(), this indicates if the intermediate layers should be kept or not.
|
| static vtkInformationIntegerKey * | COMPONENT_NUMBER () |
| | When ContentType==THRESHOLDS or ContentType==VALUES i.e.
|
| static vtkInformationIntegerKey * | INVERSE () |
| | This flag tells the extraction filter to exclude the selection.
|
| static vtkInformationIntegerKey * | PIXEL_COUNT () |
| | A helper for visible cell selector, this is the number of pixels covered by the actor whose cells are listed in the selection.
|
| static vtkInformationObjectBaseKey * | SOURCE () |
| | Pointer to the data or algorithm the selection belongs to.
|
| static vtkInformationIntegerKey * | SOURCE_ID () |
| | ID of the data or algorithm the selection belongs to.
|
| static vtkInformationObjectBaseKey * | PROP () |
| | Pointer to the prop the selection belongs to.
|
| static vtkInformationIntegerKey * | PROP_ID () |
| | ID of the prop the selection belongs to.
|
| static vtkInformationIntegerKey * | PROCESS_ID () |
| | Process id the selection is on.
|
| static vtkInformationIntegerKey * | COMPOSITE_INDEX () |
| | Used to identify a node in composite datasets.
|
| void | UnionSelectionList (vtkSelectionNode *other) |
| | Merges the selection list between self and the other.
|
| void | SubtractSelectionList (vtkSelectionNode *other) |
| | Subtracts the items in the selection list, other, from this selection list.
|
| bool | EqualProperties (vtkSelectionNode *other, bool fullcompare=true) |
| | Compares Properties of self and other to ensure that they are exactly same.
|
| | vtkSelectionNode () |
| | ~vtkSelectionNode () override |
| virtual void | SetSelectionList (vtkAbstractArray *) |
| | Get/Set the selection list.
|
| virtual vtkAbstractArray * | GetSelectionList () |
| | Get/Set the selection list.
|
| virtual void | SetSelectionData (vtkDataSetAttributes *data) |
| | Sets the selection table.
|
| virtual vtkDataSetAttributes * | GetSelectionData () |
| | Sets the selection table.
|
| virtual vtkInformation * | GetProperties () |
| | Returns the property map.
|
| virtual void | SetContentType (int type) |
| | Get or set the content type of the selection.
|
| virtual int | GetContentType () |
| | Get or set the content type of the selection.
|
| virtual void | SetFieldType (int type) |
| | Get or set the field type of the selection.
|
| virtual int | GetFieldType () |
| | Get or set the field type of the selection.
|
| static int | ConvertSelectionFieldToAttributeType (int val) |
| | Methods to convert vtkSelectionNode::SelectionField to vtkDataSetAttribute::AttributeTypes and vice-versa.
|
| static int | ConvertAttributeTypeToSelectionField (int val) |
| | Methods to convert vtkSelectionNode::SelectionField to vtkDataSetAttribute::AttributeTypes and vice-versa.
|
| virtual void | SetQueryString (const char *) |
| | Set/Get the query expression string.
|
| virtual char * | GetQueryString () |
| | Set/Get the query expression string.
|
| static vtkInformationStringKey * | ASSEMBLY_NAME () |
| | Keys for selector-based identification of blocks to choose from a composite dataset.
|
| static vtkInformationStringVectorKey * | SELECTORS () |
| | Keys for selector-based identification of blocks to choose from a composite dataset.
|
| static vtkInformationIntegerKey * | HIERARCHICAL_LEVEL () |
| | Used to identify a dataset in a hiererchical box dataset.
|
| static vtkInformationIntegerKey * | HIERARCHICAL_INDEX () |
| | Used to identify a dataset in a hiererchical box dataset.
|
| static vtkInformationIntegerKey * | CELLGRID_CELL_TYPE_INDEX () |
| | Used to identify a cell type and whether picked entity is a side in a vtkCellGrid.
|
| static vtkInformationIntegerKey * | CELLGRID_SOURCE_SPECIFICATION_INDEX () |
| | Used to identify a cell type and whether picked entity is a side in a vtkCellGrid.
|