VTK
9.4.20241104
|
#include "vtkPartitionedDataSetCollectionAlgorithm.h"
#include "vtkCellGrid.h"
#include "vtkFiltersCellGridModule.h"
#include "vtkNew.h"
#include "vtkStringToken.h"
#include "vtkUnstructuredGridFieldAnnotations.h"
#include <map>
#include <unordered_map>
#include <unordered_set>
#include <vector>
Go to the source code of this file.
Classes | |
class | vtkUnstructuredGridToCellGrid |
Create a cell-grid that approximates a collection of vtkUnstructuredGrids. More... | |
class | vtkUnstructuredGridToCellGrid::TranscribeQuery |
An internal query object for transcribing cells from input to output. More... | |
struct | vtkUnstructuredGridToCellGrid::TranscribeQuery::Claim |
A claim on input vtkCell types registered by an output vtkCellMetadata subclass. More... | |