VTK  9.5.2
vtkPassSelectedArrays.h File Reference
#include "vtkDataObject.h"
#include "vtkFiltersGeneralModule.h"
#include "vtkPassInputTypeAlgorithm.h"
#include "vtkSmartPointer.h"
Include dependency graph for vtkPassSelectedArrays.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.

Function Documentation

◆ SetEnabled()

virtual void SetEnabled ( bool )
virtual

◆ GetEnabled()

virtual bool GetEnabled ( )
virtual

◆ EnabledOn()

virtual void EnabledOn ( )
virtual

◆ EnabledOff()

virtual void EnabledOff ( )
virtual

◆ GetArraySelection()

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.

◆ GetPointDataArraySelection()

vtkDataArraySelection * GetPointDataArraySelection ( )

Convenience methods that call GetArraySelection with corresponding association type.

Definition at line 65 of file vtkPassSelectedArrays.h.

◆ GetCellDataArraySelection()

vtkDataArraySelection * GetCellDataArraySelection ( )

Convenience methods that call GetArraySelection with corresponding association type.

Definition at line 69 of file vtkPassSelectedArrays.h.

◆ GetFieldDataArraySelection()

vtkDataArraySelection * GetFieldDataArraySelection ( )

Convenience methods that call GetArraySelection with corresponding association type.

Definition at line 73 of file vtkPassSelectedArrays.h.

◆ GetVertexDataArraySelection()

vtkDataArraySelection * GetVertexDataArraySelection ( )

Convenience methods that call GetArraySelection with corresponding association type.

Definition at line 77 of file vtkPassSelectedArrays.h.

◆ GetEdgeDataArraySelection()

vtkDataArraySelection * GetEdgeDataArraySelection ( )

Convenience methods that call GetArraySelection with corresponding association type.

Definition at line 81 of file vtkPassSelectedArrays.h.

◆ GetRowDataArraySelection()

vtkDataArraySelection * GetRowDataArraySelection ( )

Convenience methods that call GetArraySelection with corresponding association type.

Definition at line 85 of file vtkPassSelectedArrays.h.

◆ vtkPassSelectedArrays()

vtkPassSelectedArrays ( )
protected

◆ ~vtkPassSelectedArrays()

~vtkPassSelectedArrays ( )
overrideprotected

◆ FillInputPortInformation()

int FillInputPortInformation ( int port,
vtkInformation * info )
overrideprotected

◆ RequestData()

int RequestData ( vtkInformation * ,
vtkInformationVector ** ,
vtkInformationVector *  )
overrideprotected

◆ HandleCellGridAttributes()

int HandleCellGridAttributes ( vtkCellGrid * output)
protected