62 #ifndef __vtkClipHyperOctree_h
63 #define __vtkClipHyperOctree_h
65 #include "vtkFiltersHyperTreeModule.h"
98 vtkSetMacro(Value,
double);
99 vtkGetMacro(Value,
double);
108 vtkSetMacro(InsideOut,
int);
109 vtkGetMacro(InsideOut,
int);
110 vtkBooleanMacro(InsideOut,
int);
126 vtkSetMacro(GenerateClipScalars,
int);
127 vtkGetMacro(GenerateClipScalars,
int);
128 vtkBooleanMacro(GenerateClipScalars,
int);
134 vtkSetMacro(GenerateClippedOutput,
int);
135 vtkGetMacro(GenerateClippedOutput,
int);
136 vtkBooleanMacro(GenerateClippedOutput,
int);
151 void CreateDefaultLocator();