|
VTK
9.6.1
|
#include "vtkDataObject.h"#include "vtkFiltersGeneralModule.h"#include "vtkPassInputTypeAlgorithm.h"#include "vtkSmartPointer.h"Go to the source code of this file.
Functions | |
| vtkDataArraySelection * | GetArraySelection (int association) |
| Returns the vtkDataArraySelection instance associated with a particular array association type (vtkDataObject::FieldAssociations). | |
| vtkPassSelectedArrays () | |
| ~vtkPassSelectedArrays () override | |
| int | FillInputPortInformation (int port, vtkInformation *info) override |
| int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override |
| int | HandleCellGridAttributes (vtkCellGrid *output) |
| virtual void | SetEnabled (bool) |
| virtual bool | GetEnabled () |
| virtual void | EnabledOn () |
| virtual void | EnabledOff () |
| vtkDataArraySelection * | GetPointDataArraySelection () |
| Convenience methods that call GetArraySelection with corresponding association type. | |
| vtkDataArraySelection * | GetCellDataArraySelection () |
| Convenience methods that call GetArraySelection with corresponding association type. | |
| vtkDataArraySelection * | GetFieldDataArraySelection () |
| Convenience methods that call GetArraySelection with corresponding association type. | |
| vtkDataArraySelection * | GetVertexDataArraySelection () |
| Convenience methods that call GetArraySelection with corresponding association type. | |
| vtkDataArraySelection * | GetEdgeDataArraySelection () |
| Convenience methods that call GetArraySelection with corresponding association type. | |
| vtkDataArraySelection * | GetRowDataArraySelection () |
| Convenience methods that call GetArraySelection with corresponding association type. | |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| vtkDataArraySelection * GetArraySelection | ( | int | association | ) |
Returns the vtkDataArraySelection instance associated with a particular array association type (vtkDataObject::FieldAssociations).
Returns nullptr if the association type is invalid others the corresponding vtkDataArraySelection instance is returned.
| vtkDataArraySelection * GetPointDataArraySelection | ( | ) |
Convenience methods that call GetArraySelection with corresponding association type.
Definition at line 65 of file vtkPassSelectedArrays.h.
| vtkDataArraySelection * GetCellDataArraySelection | ( | ) |
Convenience methods that call GetArraySelection with corresponding association type.
Definition at line 69 of file vtkPassSelectedArrays.h.
| vtkDataArraySelection * GetFieldDataArraySelection | ( | ) |
Convenience methods that call GetArraySelection with corresponding association type.
Definition at line 73 of file vtkPassSelectedArrays.h.
| vtkDataArraySelection * GetVertexDataArraySelection | ( | ) |
Convenience methods that call GetArraySelection with corresponding association type.
Definition at line 77 of file vtkPassSelectedArrays.h.
| vtkDataArraySelection * GetEdgeDataArraySelection | ( | ) |
Convenience methods that call GetArraySelection with corresponding association type.
Definition at line 81 of file vtkPassSelectedArrays.h.
| vtkDataArraySelection * GetRowDataArraySelection | ( | ) |
Convenience methods that call GetArraySelection with corresponding association type.
Definition at line 85 of file vtkPassSelectedArrays.h.
|
protected |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
protected |