Go to the documentation of this file.
30 #ifndef vtkExtractBlock_h
31 #define vtkExtractBlock_h
33 #include "vtkFiltersExtractionModule.h"
60 void AddIndex(
unsigned int index);
61 void RemoveIndex(
unsigned int index);
62 void RemoveAllIndices();
118 vtkSet *ActiveIndices;
composite dataset to encapsulates pieces of dataset.
static vtkMultiBlockDataSetAlgorithm * New()
Composite dataset that organizes datasets into blocks.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
superclass for composite data iterators
general representation of visualization data
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.