ParaView
|
Meta class for slice filter that will allow the user to switch between a regular cutter filter or an extract cell by region filter. More...
#include <vtkPVMetaSliceDataSet.h>
Public Types | |
typedef vtkPVDataSetAlgorithmSelectorFilter | Superclass |
![]() | |
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... | |
virtual vtkAlgorithm * | SetActiveFilter (int index) |
Override it so we can change the output type of the filter. More... | |
void | SetImplicitFunction (vtkImplicitFunction *func) |
void | SetCutFunction (vtkImplicitFunction *func) |
Expose method from vtkCutter. More... | |
void | SetNumberOfContours (int nbContours) |
Expose method from vtkCutter. More... | |
void | SetValue (int index, double value) |
Expose method from vtkCutter. More... | |
void | SetGenerateTriangles (int status) |
Expose method from vtkCutter. 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... | |
vtkMTimeType | GetMTime () |
Override GetMTime because we delegate to other filters to do the real work. More... | |
virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
Forward those methods to the underneath filters. More... | |
virtual int | ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo) |
Forward those methods to the underneath filters. More... | |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPVMetaSliceDataSet * | SafeDownCast (vtkObject *o) |
static vtkPVMetaSliceDataSet * | New () |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkPVDataSetAlgorithmSelectorFilter * | SafeDownCast (vtkObject *o) |
static vtkPVDataSetAlgorithmSelectorFilter * | New () |
Protected Member Functions | |
vtkPVMetaSliceDataSet () | |
~vtkPVMetaSliceDataSet () | |
![]() | |
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 | |
![]() | |
int | OutputType |
Meta class for slice filter that will allow the user to switch between a regular cutter filter or an extract cell by region filter.
Definition at line 29 of file vtkPVMetaSliceDataSet.h.
Definition at line 33 of file vtkPVMetaSliceDataSet.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkPVDataSetAlgorithmSelectorFilter.
|
static |
|
virtual |
Reimplemented from vtkPVDataSetAlgorithmSelectorFilter.
|
static |
void vtkPVMetaSliceDataSet::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
static |
void vtkPVMetaSliceDataSet::PreserveInputCells | ( | int | keepCellAsIs | ) |
Enable or disable the Extract Cells By Regions.
|
virtual |
Override it so we can change the output type of the filter.
Reimplemented from vtkPVDataSetAlgorithmSelectorFilter.
void vtkPVMetaSliceDataSet::SetImplicitFunction | ( | vtkImplicitFunction * | func | ) |
|
inline |
Expose method from vtkCutter.
Definition at line 55 of file vtkPVMetaSliceDataSet.h.
void vtkPVMetaSliceDataSet::SetNumberOfContours | ( | int | nbContours | ) |
Expose method from vtkCutter.
void vtkPVMetaSliceDataSet::SetValue | ( | int | index, |
double | value | ||
) |
Expose method from vtkCutter.
void vtkPVMetaSliceDataSet::SetGenerateTriangles | ( | int | status | ) |
Expose method from vtkCutter.