|
ParaView
|
Meta class for clip filter that will allow the user to switch between a regular clip filter or an extract cell by region filter. More...
#include <vtkPVMetaClipDataSet.h>


Public Types | |
| typedef vtkPVDataSetAlgorithmSelectorFilter | Superclass |
Public Types inherited from vtkPVDataSetAlgorithmSelectorFilter | |
| typedef vtkAlgorithm | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | PreserveInputCells (int keepCellAsIs) |
| Enable or disable the Extract Cells By Regions. More... | |
| void | SetImplicitFunction (vtkImplicitFunction *func) |
| void | SetInsideOut (int insideOut) |
| void | SetClipFunction (vtkImplicitFunction *func) |
| Expose method from vtkCutter. More... | |
| void | SetValue (double value) |
| Expose method from vtkClip. More... | |
| virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name) |
| virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType) |
| virtual void | SetInputArrayToProcess (int idx, vtkInformation *info) |
| virtual void | SetInputArrayToProcess (int idx, int port, int connection, const char *fieldName, const char *fieldType) |
| void | SetUseValueAsOffset (int) |
| Expose method from vtkClip. More... | |
| virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
| Add validation for active filter so that the vtkExtractGeometry won't be used without ImplicifFuntion being set. More... | |
| virtual int | ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo) |
| Forward those methods to the underneath filters. More... | |
Public Member Functions inherited from vtkPVDataSetAlgorithmSelectorFilter | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| int | RegisterFilter (vtkAlgorithm *filter) |
| Register a new filter that can be used underneath in the requestData call. More... | |
| void | UnRegisterFilter (int index) |
| UnRegister an existing filter that was previously registered. More... | |
| void | ClearFilters () |
| Remove all the registered filters. More... | |
| int | GetNumberOfFilters () |
| Return the current number of registered filters. More... | |
| vtkAlgorithm * | GetFilter (int index) |
| Return the filter that lies at the given index of the filters registration queue. More... | |
| vtkAlgorithm * | GetActiveFilter () |
| Return the current active filter if any otherwise return NULL. More... | |
| virtual vtkAlgorithm * | SetActiveFilter (int index) |
| Set the active filter based on the given index of the filters registration queue. More... | |
| vtkMTimeType | GetMTime () |
| Override GetMTime because we delegate to other filters to do the real work. More... | |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkPVMetaClipDataSet * | SafeDownCast (vtkObject *o) |
| static vtkPVMetaClipDataSet * | New () |
Static Public Member Functions inherited from vtkPVDataSetAlgorithmSelectorFilter | |
| static int | IsTypeOf (const char *type) |
| static vtkPVDataSetAlgorithmSelectorFilter * | SafeDownCast (vtkObject *o) |
| static vtkPVDataSetAlgorithmSelectorFilter * | New () |
Protected Member Functions | |
| vtkPVMetaClipDataSet () | |
| ~vtkPVMetaClipDataSet () | |
| bool | SwitchFilterForCrinkle () |
Protected Member Functions inherited from vtkPVDataSetAlgorithmSelectorFilter | |
| vtkPVDataSetAlgorithmSelectorFilter () | |
| ~vtkPVDataSetAlgorithmSelectorFilter () | |
| virtual int | RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *outputVector) |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
| virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
| virtual int | GetOutputType () |
| virtual void | SetOutputType (int) |
Additional Inherited Members | |
Protected Attributes inherited from vtkPVDataSetAlgorithmSelectorFilter | |
| int | OutputType |
Meta class for clip filter that will allow the user to switch between a regular clip filter or an extract cell by region filter.
Definition at line 29 of file vtkPVMetaClipDataSet.h.
Definition at line 33 of file vtkPVMetaClipDataSet.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkPVDataSetAlgorithmSelectorFilter.
|
static |
|
virtual |
Reimplemented from vtkPVDataSetAlgorithmSelectorFilter.
|
static |
| void vtkPVMetaClipDataSet::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
static |
| void vtkPVMetaClipDataSet::PreserveInputCells | ( | int | keepCellAsIs | ) |
Enable or disable the Extract Cells By Regions.
| void vtkPVMetaClipDataSet::SetImplicitFunction | ( | vtkImplicitFunction * | func | ) |
| void vtkPVMetaClipDataSet::SetInsideOut | ( | int | insideOut | ) |
|
inline |
Expose method from vtkCutter.
Definition at line 52 of file vtkPVMetaClipDataSet.h.
| void vtkPVMetaClipDataSet::SetValue | ( | double | value | ) |
Expose method from vtkClip.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| void vtkPVMetaClipDataSet::SetUseValueAsOffset | ( | int | ) |
Expose method from vtkClip.
|
virtual |
Add validation for active filter so that the vtkExtractGeometry won't be used without ImplicifFuntion being set.
Reimplemented from vtkPVDataSetAlgorithmSelectorFilter.
|
virtual |
Forward those methods to the underneath filters.
Reimplemented from vtkPVDataSetAlgorithmSelectorFilter.
|
protected |
1.8.12