VTK  9.6.20260614
vtkCellGridEvaluator.h File Reference
#include "vtkCellAttribute.h"
#include "vtkCellGridQuery.h"
#include "vtkNew.h"
#include "vtkStringToken.h"
#include "vtkTypeUInt32Array.h"
#include "vtkTypeUInt64Array.h"
#include <array>
#include <unordered_map>
#include <vector>
Include dependency graph for vtkCellGridEvaluator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkCellGridEvaluator
 Evaluate a field (vtkCellAttribute) at some points inside cells. More...
 
struct  vtkCellGridEvaluator::AllocationsByCellType
 Hold per-type input point assignment and an offset for output arrays. More...
 
struct  vtkCellGridEvaluator::AllocationsByCellType::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...