|
ParaView
|
Clip filter. More...
#include <vtkPVClipDataSet.h>


Clip filter.
This is a subclass of vtkTableBasedClipDataSet that allows selection of input scalars.
Definition at line 28 of file vtkPVClipDataSet.h.
| vtkPVClipDataSet::vtkPVClipDataSet | ( | vtkImplicitFunction * | cf = NULL | ) | [protected] |
| vtkPVClipDataSet::~vtkPVClipDataSet | ( | ) | [protected] |
| virtual const char* vtkPVClipDataSet::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkTableBasedClipDataSet.
| static int vtkPVClipDataSet::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkTableBasedClipDataSet.
| virtual int vtkPVClipDataSet::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkTableBasedClipDataSet.
| static vtkPVClipDataSet* vtkPVClipDataSet::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkTableBasedClipDataSet.
| void vtkPVClipDataSet::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkTableBasedClipDataSet.
| static vtkPVClipDataSet* vtkPVClipDataSet::New | ( | ) | [static] |
Reimplemented from vtkTableBasedClipDataSet.
| virtual int vtkPVClipDataSet::ProcessRequest | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [virtual] |
Reimplemented from vtkTableBasedClipDataSet.
| virtual void vtkPVClipDataSet::SetUseAMRDualClipForAMR | ( | bool | ) | [virtual] |
This filter uses vtkAMRDualClip for clipping AMR datasets. Do disable that behavior, turn this flag off.
| virtual bool vtkPVClipDataSet::GetUseAMRDualClipForAMR | ( | ) | [virtual] |
This filter uses vtkAMRDualClip for clipping AMR datasets. Do disable that behavior, turn this flag off.
| virtual void vtkPVClipDataSet::UseAMRDualClipForAMROn | ( | ) | [virtual] |
This filter uses vtkAMRDualClip for clipping AMR datasets. Do disable that behavior, turn this flag off.
| virtual void vtkPVClipDataSet::UseAMRDualClipForAMROff | ( | ) | [virtual] |
This filter uses vtkAMRDualClip for clipping AMR datasets. Do disable that behavior, turn this flag off.
| virtual int vtkPVClipDataSet::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkTableBasedClipDataSet.
| virtual int vtkPVClipDataSet::RequestDataObject | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
| virtual int vtkPVClipDataSet::FillInputPortInformation | ( | int | , |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkTableBasedClipDataSet.
| virtual int vtkPVClipDataSet::FillOutputPortInformation | ( | int | , |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| int vtkPVClipDataSet::ClipUsingSuperclass | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected] |
Uses superclass to clip the input. This also handles composite datasets (since superclass does not handle composite datasets). This method loops over the composite dataset calling superclass repeatedly.
| int vtkPVClipDataSet::ClipUsingThreshold | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected] |
Uses superclass to clip the input. This also handles composite datasets (since superclass does not handle composite datasets). This method loops over the composite dataset calling superclass repeatedly.
bool vtkPVClipDataSet::UseAMRDualClipForAMR [protected] |
Definition at line 77 of file vtkPVClipDataSet.h.
1.7.5.1