|
VTK
9.4.2
|
#include "vtkFiltersGeneralModule.h"#include "vtkMath.h"#include "vtkMultiBlockDataSetAlgorithm.h"#include <map>#include <set>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | vtkMultiThreshold |
| Threshold cells within multiple intervals. More... | |
| class | vtkMultiThreshold::NormKey |
| A class with comparison operator used to index input array norms used in threshold rules. More... | |
| class | vtkMultiThreshold::Set |
| A base class for representing threshold sets. More... | |
| class | vtkMultiThreshold::Interval |
| A subset of a mesh represented by a range of acceptable attribute values. More... | |
| class | vtkMultiThreshold::BooleanSet |
| A subset of a mesh represented as a boolean set operation. More... | |