|
VTK
9.6.20260615
|
Hold per-type input point assignment and an offset for output arrays. More...
#include <vtkCellGridEvaluator.h>
Classes | |
| struct | ClassifiedPoint |
| The result of classifying a single probe point: the index of the input point, the cell that contains it, and the reference-element (r, s, t) coordinates computed by Newton-Raphson during classification. More... | |
Public Member Functions | |
| vtkIdType | GetNumberOfOutputPoints () const |
| Return the number of classified points for this cell type. | |
Public Attributes | |
| std::vector< ClassifiedPoint > | InputPoints |
| Flat list of classified probe points, populated by ClassifyPoints. | |
| vtkIdType | Offset { 0 } |
| Offset into the global output arrays where this cell type's results begin. | |
Hold per-type input point assignment and an offset for output arrays.
Definition at line 139 of file vtkCellGridEvaluator.h.
|
inline |
Return the number of classified points for this cell type.
Definition at line 160 of file vtkCellGridEvaluator.h.
| std::vector<ClassifiedPoint> vtkCellGridEvaluator::AllocationsByCellType::InputPoints |
Flat list of classified probe points, populated by ClassifyPoints.
Contiguous layout enables random-access indexing for parallel interpolation: the entry at index k maps to output slot alloc.Offset + k.
Definition at line 155 of file vtkCellGridEvaluator.h.
| vtkIdType vtkCellGridEvaluator::AllocationsByCellType::Offset { 0 } |
Offset into the global output arrays where this cell type's results begin.
Definition at line 157 of file vtkCellGridEvaluator.h.