30#ifndef vtkExplodeDataSet_h
31#define vtkExplodeDataSet_h
33#include "vtkFiltersGeneralModule.h"
36VTK_ABI_NAMESPACE_BEGIN
67 std::map<double, vtkSmartPointer<vtkIdList>> GetIdListsByValue(
vtkDataArray* scalars);
abstract superclass for arrays of numeric data
abstract class to specify dataset behavior
Explode input dataset according to a cell scalar isovalue criteria.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Methods for subclasses to override to handle different pipeline requests.
~vtkExplodeDataSet() override=default
static vtkExplodeDataSet * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Accepts vtkDataSet as input.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
list of point or cell ids
a simple class to control print indentation
Superclass for algorithms that produce vtkPartitionedDataSetCollectionAlgorithm.
concrete class for storing a set of points