26#ifndef vtkExtractSelection_h 
   27#define vtkExtractSelection_h 
   30#include "vtkFiltersExtractionModule.h"  
   35VTK_ABI_NAMESPACE_BEGIN
 
   66  vtkSetMacro(PreserveTopology, 
bool);
 
   67  vtkGetMacro(PreserveTopology, 
bool);
 
   68  vtkBooleanMacro(PreserveTopology, 
bool);
 
   78  vtkGetMacro(HyperTreeGridToUnstructuredGrid, 
bool);
 
   79  vtkSetMacro(HyperTreeGridToUnstructuredGrid, 
bool);
 
   80  vtkBooleanMacro(HyperTreeGridToUnstructuredGrid, 
bool);
 
  176  bool PreserveTopology = 
false;
 
  183  bool HyperTreeGridToUnstructuredGrid = 
false;
 
Proxy object to connect input/output ports.
 
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
 
Superclass for algorithms that produce only data object as output.
 
general representation of visualization data
 
AttributeTypes
Possible attribute types.
 
abstract class to specify dataset behavior
 
a simple class to control print indentation
 
a node in a vtkSelection the defines the selection criteria.
 
SelectionContent
Indicate the means by which data is selected.
 
data object that represents a "selection" in VTK.
 
dynamic, self-adjusting array of signed char
 
Hold a reference to a vtkObjectBase instance.
 
A table, which contains similar-typed columns of data.
 
dynamic, self-adjusting array of unsigned char
 
dataset represents arbitrary combinations of all possible cell types