VTK
9.4.20250113
|
#include "vtkNew.h"
#include "vtkPartitionedDataSetCollectionAlgorithm.h"
#include "vtkPassInputTypeAlgorithm.h"
#include "vtkPolyDataAlgorithm.h"
#include "vtkSetGet.h"
#include <array>
Go to the source code of this file.
Classes | |
class | vtkStaticDataSource |
Simple source that create a polydata (triangle) with point data arrays: More... | |
class | vtkStaticCompositeSource |
Simple source that create a composite (PartitionedDataSetCollection) of 2 polydata. More... | |
class | vtkConsumerDataFilter |
Simple filter that will be our cache consummer. More... | |
Namespaces | |
namespace | mockArraysName |
Variables | |
const std::string | mockArraysName::pointIds = "pointIds" |
const std::string | mockArraysName::pointData = "pointData" |