Loading [MathJax]/extensions/tex2jax.js
VTK  9.4.20250416
Public Member Functions | Public Attributes | List of all members
vtkCellGridEvaluator::AllocationsByCellType Struct Reference

Hold per-type input point assignment and an offset for output arrays. More...

#include <vtkCellGridEvaluator.h>

Public Member Functions

vtkIdType GetNumberOfOutputPoints () const
 

Public Attributes

std::map< vtkIdType, std::set< vtkIdType > > InputPoints
 
vtkIdType Offset { 0 }
 

Detailed Description

Hold per-type input point assignment and an offset for output arrays.

Definition at line 138 of file vtkCellGridEvaluator.h.

Member Function Documentation

◆ GetNumberOfOutputPoints()

vtkIdType vtkCellGridEvaluator::AllocationsByCellType::GetNumberOfOutputPoints ( ) const

Member Data Documentation

◆ InputPoints

std::map<vtkIdType, std::set<vtkIdType> > vtkCellGridEvaluator::AllocationsByCellType::InputPoints

Definition at line 140 of file vtkCellGridEvaluator.h.

◆ Offset

vtkIdType vtkCellGridEvaluator::AllocationsByCellType::Offset { 0 }

Definition at line 141 of file vtkCellGridEvaluator.h.


The documentation for this struct was generated from the following file: