VTK
9.4.20250102
|
A claim on input vtkCell types registered by an output vtkCellMetadata subclass. More...
#include <vtkUnstructuredGridToCellGrid.h>
Public Member Functions | |
Claim ()=default | |
Claim (const Claim &)=default | |
Claim & | operator= (const Claim &)=default |
Claim (vtkIdType numberOfCells, int priority, vtkStringToken cellType) | |
Public Attributes | |
vtkIdType | NumberOfCells { 0 } |
int | CellTypePriority { 0 } |
vtkStringToken | CellType |
A claim on input vtkCell types registered by an output vtkCellMetadata subclass.
The vtkCellMetadata subclass with the highest priority replaces any prior entry with itself while subclasses with lower priorities take no action against higher-priority claims. Users may pre-populate vtkUnstructuredGridToCellGrid's TranscribeQuery with high-priority claims to affect the output.
An invalid CellType token indicates the input cells are unclaimed. The filter may be configured to fail, warn, or quietly succeed when unsupported input-cell types are present.
Definition at line 103 of file vtkUnstructuredGridToCellGrid.h.
|
default |
|
default |
|
inline |
Definition at line 108 of file vtkUnstructuredGridToCellGrid.h.
vtkIdType vtkUnstructuredGridToCellGrid::TranscribeQuery::Claim::NumberOfCells { 0 } |
Definition at line 115 of file vtkUnstructuredGridToCellGrid.h.
int vtkUnstructuredGridToCellGrid::TranscribeQuery::Claim::CellTypePriority { 0 } |
Definition at line 116 of file vtkUnstructuredGridToCellGrid.h.
vtkStringToken vtkUnstructuredGridToCellGrid::TranscribeQuery::Claim::CellType |
Definition at line 117 of file vtkUnstructuredGridToCellGrid.h.