Go to the documentation of this file.
38 #ifndef vtkExtractSelection_h
39 #define vtkExtractSelection_h
41 #include "vtkFiltersExtractionModule.h"
76 vtkSetMacro(PreserveTopology,
bool);
77 vtkGetMacro(PreserveTopology,
bool);
78 vtkBooleanMacro(PreserveTopology,
bool);
88 VTK_LEGACY(
void SetShowBounds(
bool));
89 VTK_LEGACY(
bool GetShowBounds());
90 VTK_LEGACY(
void ShowBoundsOn());
91 VTK_LEGACY(
void ShowBoundsOff());
100 VTK_LEGACY(
void SetUseProbeForLocations(
bool));
101 VTK_LEGACY(
bool GetUseProbeForLocations());
102 VTK_LEGACY(
void UseProbeForLocationsOn());
103 VTK_LEGACY(
void UseProbeForLocationsOff());
166 void ExtractSelectedRows(
vtkTable* input,
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A node in a selection tree. Used to store selection results.
A table, which contains similar-typed columns of data.
Superclass for algorithms that produce only data object as output.
Hold a reference to a vtkObjectBase instance.
dynamic, self-adjusting array of signed char
data object that represents a "selection" in VTK.
SelectionContent
Indicate the means by which data is selected.
a simple class to control print indentation
abstract class to specify dataset behavior
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
Proxy object to connect input/output ports.
static vtkDataObjectAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
dataset represents arbitrary combinations of all possible cell types
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
general representation of visualization data
AttributeTypes
Possible attribute types.