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...
|
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...
|
|
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...
|
|
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.