38 #ifndef vtkExtractSelection_h
39 #define vtkExtractSelection_h
42 #include "vtkFiltersExtractionModule.h"
76 vtkSetMacro(PreserveTopology,
bool);
77 vtkGetMacro(PreserveTopology,
bool);
78 vtkBooleanMacro(PreserveTopology,
bool);
126 void ExtractSelectedCells(
133 void ExtractSelectedPoints(
141 bool PreserveTopology =
false;
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a node in a vtkSelection the defines the selection criteria.
abstract class to specify dataset behavior
static vtkDataObjectAlgorithm * New()
data object that represents a "selection" in VTK.
Hold a reference to a vtkObjectBase instance.
Proxy object to connect input/output ports.
SelectionContent
Indicate the means by which data is selected.
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
dynamic, self-adjusting array of signed char
Superclass for algorithms that produce only data object as output.
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
general representation of visualization data
AttributeTypes
Possible attribute types.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.