Clip filter.
More...
#include <vtkPVClipDataSet.h>
Inherits vtkTableBasedClipDataSet.
|
| vtkPVClipDataSet (vtkImplicitFunction *cf=NULL) |
|
| ~vtkPVClipDataSet () |
|
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual int | RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual int | FillInputPortInformation (int, vtkInformation *info) |
|
virtual int | FillOutputPortInformation (int, vtkInformation *info) |
|
|
int | ClipUsingSuperclass (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| Uses superclass to clip the input. More...
|
|
int | ClipUsingThreshold (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| Uses superclass to clip the input. More...
|
|
Clip filter.
This is a subclass of vtkTableBasedClipDataSet that allows selection of input scalars.
Definition at line 30 of file vtkPVClipDataSet.h.
§ Superclass
§ vtkPVClipDataSet()
vtkPVClipDataSet::vtkPVClipDataSet |
( |
vtkImplicitFunction * |
cf = NULL | ) |
|
|
protected |
§ ~vtkPVClipDataSet()
vtkPVClipDataSet::~vtkPVClipDataSet |
( |
| ) |
|
|
protected |
§ GetClassName()
virtual const char* vtkPVClipDataSet::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkPVClipDataSet::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkPVClipDataSet::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkPVClipDataSet::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ New()
§ ProcessRequest()
virtual int vtkPVClipDataSet::ProcessRequest |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
virtual |
§ SetUseAMRDualClipForAMR()
virtual void vtkPVClipDataSet::SetUseAMRDualClipForAMR |
( |
bool |
| ) |
|
|
virtual |
This filter uses vtkAMRDualClip for clipping AMR datasets.
Do disable that behavior, turn this flag off.
§ GetUseAMRDualClipForAMR()
virtual bool vtkPVClipDataSet::GetUseAMRDualClipForAMR |
( |
| ) |
|
|
virtual |
This filter uses vtkAMRDualClip for clipping AMR datasets.
Do disable that behavior, turn this flag off.
§ UseAMRDualClipForAMROn()
virtual void vtkPVClipDataSet::UseAMRDualClipForAMROn |
( |
| ) |
|
|
virtual |
This filter uses vtkAMRDualClip for clipping AMR datasets.
Do disable that behavior, turn this flag off.
§ UseAMRDualClipForAMROff()
virtual void vtkPVClipDataSet::UseAMRDualClipForAMROff |
( |
| ) |
|
|
virtual |
This filter uses vtkAMRDualClip for clipping AMR datasets.
Do disable that behavior, turn this flag off.
§ RequestData()
virtual int vtkPVClipDataSet::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
§ RequestDataObject()
virtual int vtkPVClipDataSet::RequestDataObject |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
§ FillInputPortInformation()
virtual int vtkPVClipDataSet::FillInputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
§ FillOutputPortInformation()
virtual int vtkPVClipDataSet::FillOutputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
§ ClipUsingSuperclass()
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.
§ ClipUsingThreshold()
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.
§ UseAMRDualClipForAMR
bool vtkPVClipDataSet::UseAMRDualClipForAMR |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ParaView-v5.2.0/ParaViewCore/VTKExtensions/Default/vtkPVClipDataSet.h