abstract base class for all extract selection filters.
More...
#include <vtkExtractSelectionBase.h>
abstract base class for all extract selection filters.
vtkExtractSelectionBase is an abstract base class for all extract selection filters. It defines some properties common to all extract selection filters.
Definition at line 29 of file vtkExtractSelectionBase.h.
vtkExtractSelectionBase::vtkExtractSelectionBase |
( |
| ) |
|
|
protected |
vtkExtractSelectionBase::~vtkExtractSelectionBase |
( |
| ) |
|
|
protected |
static int vtkExtractSelectionBase::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkExtractSelectionBase::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkExtractSelectionBase::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkExtractSelectionBase::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkExtractSelectionBase::SetSelectionConnection |
( |
vtkAlgorithmOutput * |
algOutput | ) |
|
|
inline |
virtual void vtkExtractSelectionBase::SetPreserveTopology |
( |
int |
| ) |
|
|
virtual |
This flag tells the extraction filter not to convert the selected output into an unstructured grid, but instead to produce a vtkInsidedness array and add it to the input dataset. Default value is false(0).
virtual int vtkExtractSelectionBase::GetPreserveTopology |
( |
| ) |
|
|
virtual |
This flag tells the extraction filter not to convert the selected output into an unstructured grid, but instead to produce a vtkInsidedness array and add it to the input dataset. Default value is false(0).
virtual void vtkExtractSelectionBase::PreserveTopologyOn |
( |
| ) |
|
|
virtual |
This flag tells the extraction filter not to convert the selected output into an unstructured grid, but instead to produce a vtkInsidedness array and add it to the input dataset. Default value is false(0).
virtual void vtkExtractSelectionBase::PreserveTopologyOff |
( |
| ) |
|
|
virtual |
This flag tells the extraction filter not to convert the selected output into an unstructured grid, but instead to produce a vtkInsidedness array and add it to the input dataset. Default value is false(0).
virtual int vtkExtractSelectionBase::RequestDataObject |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
virtual int vtkExtractSelectionBase::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
int vtkExtractSelectionBase::PreserveTopology |
|
protected |
The documentation for this class was generated from the following file: