21 #ifndef vtkPVMetaSliceDataSet_h 22 #define vtkPVMetaSliceDataSet_h 25 #include "vtkPVVTKExtensionsDefaultModule.h" 27 class vtkImplicitFunction;
34 void PrintSelf(ostream& os, vtkIndent indent);
41 void PreserveInputCells(
int keepCellAsIs);
48 void SetImplicitFunction(vtkImplicitFunction* func);
55 void SetCutFunction(vtkImplicitFunction* func) { this->SetImplicitFunction(func); };
60 void SetNumberOfContours(
int nbContours);
65 void SetValue(
int index,
double value);
70 void SetGenerateTriangles(
int status);
81 vtkInternals* Internal;
static vtkPVDataSetAlgorithmSelectorFilter * New()
is a generic vtkAlgorithm that allow the user to register several vtkAlgorithm to it and be able to s...
virtual vtkAlgorithm * SetActiveFilter(int index)
Set the active filter based on the given index of the filters registration queue. ...
void PrintSelf(ostream &os, vtkIndent indent)