64#ifndef vtkGenericClip_h
65#define vtkGenericClip_h
67#include "vtkFiltersGenericModule.h"
95 vtkGetMacro(Value,
double);
108 vtkGetMacro(InsideOut,
int);
130 vtkGetMacro(GenerateClipScalars,
int);
140 vtkGetMacro(GenerateClippedOutput,
int);
151 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
152 vtkGetMacro(MergeTolerance,
double);
190 {this->SetInputScalarsSelection(fieldName);}
211 vtkSetStringMacro(InputScalarsSelection);
represent and manipulate cell attribute data
clip any dataset with an implicit function or scalar data
vtkIncrementalPointLocator * Locator
vtkCellData * SecondaryCD
static vtkGenericClip * New()
Construct with user-specified implicit function; InsideOut turned off; value set to 0....
vtkPointData * InternalPD
int GenerateClippedOutput
vtkMTimeType GetMTime()
Return the mtime also considering the locator and clip function.
vtkPointData * SecondaryPD
char * InputScalarsSelection
virtual int GetNumberOfOutputs()
vtkUnstructuredGrid * GetClippedOutput()
Return the Clipped output.
void SelectInputScalars(const char *fieldName)
int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.
virtual void SetClipFunction(vtkImplicitFunction *)
Specify the implicit function with which to perform the clipping.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkGenericClip(vtkImplicitFunction *cf=NULL)
vtkImplicitFunction * ClipFunction
void CreateDefaultLocator()
Create default locator.
void SetLocator(vtkIncrementalPointLocator *locator)
Specify a spatial locator for merging points.
abstract interface for implicit functions
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
represent and manipulate point attribute data
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkTypeUInt64 vtkMTimeType