VTK  9.4.2
Public Member Functions | Public Attributes | List of all members
vtkCellGridResponders::CalculatorForTagSet Struct Reference

A record of a registered calculator along with the tags it requires and values of those tags it will accept. More...

#include <vtkCellGridResponders.h>

Collaboration diagram for vtkCellGridResponders::CalculatorForTagSet:
[legend]

Public Member Functions

bool Matches (const TagSet &providedTags) const
 

Public Attributes

TagSet MatchingTags
 
vtkSmartPointer< vtkCellAttributeCalculatorCalculatorPrototype
 

Detailed Description

A record of a registered calculator along with the tags it requires and values of those tags it will accept.

Definition at line 83 of file vtkCellGridResponders.h.

Member Function Documentation

◆ Matches()

bool vtkCellGridResponders::CalculatorForTagSet::Matches ( const TagSet providedTags) const

Member Data Documentation

◆ MatchingTags

TagSet vtkCellGridResponders::CalculatorForTagSet::MatchingTags

Definition at line 85 of file vtkCellGridResponders.h.

◆ CalculatorPrototype

vtkSmartPointer<vtkCellAttributeCalculator> vtkCellGridResponders::CalculatorForTagSet::CalculatorPrototype

Definition at line 86 of file vtkCellGridResponders.h.


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