29 #ifndef __vtkExtractBlock_h
30 #define __vtkExtractBlock_h
50 void AddIndex(
unsigned int index);
51 void RemoveIndex(
unsigned int index);
52 void RemoveAllIndices();
58 vtkSetMacro(PruneOutput,
int);
59 vtkGetMacro(PruneOutput,
int);
60 vtkBooleanMacro(PruneOutput,
int);
68 vtkSetMacro(MaintainStructure,
int);
69 vtkGetMacro(MaintainStructure,
int);
70 vtkBooleanMacro(MaintainStructure,
int);
102 vtkSet *ActiveIndices;
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkMultiBlockDataSetAlgorithm * New()
superclass for composite data iterators
a simple class to control print indentation
composite dataset to encapsulates pieces of dataset.
Composite dataset that organizes datasets into blocks.
void PrintSelf(ostream &os, vtkIndent indent)
general representation of visualization data