45 #ifndef __vtkSelectEnclosedPoints_h
46 #define __vtkSelectEnclosedPoints_h
48 #include "vtkFiltersModelingModule.h"
51 class vtkUnsignedCharArray;
63 void PrintSelf(ostream& os, vtkIndent indent);
80 vtkPolyData *GetSurface(vtkInformationVector *sourceInfo);
87 vtkSetMacro(InsideOut,
int);
88 vtkBooleanMacro(InsideOut,
int);
89 vtkGetMacro(InsideOut,
int);
95 vtkSetMacro(CheckSurface,
int);
96 vtkBooleanMacro(CheckSurface,
int);
97 vtkGetMacro(CheckSurface,
int);
102 int IsInside(vtkIdType inputPtId);
107 vtkSetClampMacro(Tolerance,
double,0.0,VTK_FLOAT_MAX);
108 vtkGetMacro(Tolerance,
double);
117 int IsInsideSurface(
double x,
double y,
double z);
118 int IsInsideSurface(
double x[3]);
141 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkUnsignedCharArray * InsideOutsideArray
mark points as to whether they are inside a closed surface
concrete dataset represents vertices, lines, polygons, and triangle strips
provides thread-safe access to cells
Proxy object to connect input/output ports.
virtual void ReportReferences(vtkGarbageCollector *)
octree-based spatial search object to quickly locate cells
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkCellLocator * CellLocator
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()