49 #ifndef vtkClipClosedSurface_h 50 #define vtkClipClosedSurface_h 52 #include "vtkFiltersGeneralModule.h" 64 class vtkCCSEdgeLocator;
94 vtkSetMacro(Tolerance,
double);
95 vtkGetMacro(Tolerance,
double);
142 vtkGetMacro(ScalarMode,
int);
143 const char* GetScalarModeAsString();
153 vtkSetVector3Macro(BaseColor,
double);
154 vtkGetVector3Macro(BaseColor,
double);
163 vtkSetVector3Macro(ClipColor,
double);
164 vtkGetVector3Macro(ClipColor,
double);
173 vtkSetMacro(ActivePlaneId,
int);
174 vtkGetMacro(ActivePlaneId,
int);
183 vtkSetVector3Macro(ActivePlaneColor,
double);
184 vtkGetVector3Macro(ActivePlaneColor,
double);
194 vtkSetMacro(TriangulationErrorDisplay,
vtkTypeBool);
195 vtkBooleanMacro(TriangulationErrorDisplay,
vtkTypeBool);
196 vtkGetMacro(TriangulationErrorDisplay,
vtkTypeBool);
214 double ActivePlaneColor[3];
240 vtkCCSEdgeLocator* edgeLocator,
int triangulate,
vtkCellArray* inputCells,
251 vtkCCSEdgeLocator* edgeLocator,
double tol,
vtkIdType i0,
vtkIdType i1,
double v0,
double v1,
305 static void SqueezeOutputPoints(
311 static void CreateColorValues(
const double color1[3],
const double color2[3],
312 const double color3[3],
unsigned char colors[3][3]);
void SetScalarModeToColors()
Set whether to add cell scalars, so that new faces and outlines can be distinguished from original fa...
void SetScalarModeToNone()
Set whether to add cell scalars, so that new faces and outlines can be distinguished from original fa...
represent and manipulate point attribute data
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
represent and manipulate cell attribute data
maintain a list of planes
vtkTypeBool GenerateOutline
virtual int ComputePipelineMTime(vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, vtkMTimeType *mtime)
A special version of ProcessRequest meant specifically for the pipeline modified time request...
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkTypeBool TriangulationErrorDisplay
dynamic, self-adjusting array of double
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void SetScalarModeToLabels()
Set whether to add cell scalars, so that new faces and outlines can be distinguished from original fa...
list of point or cell ids
a cell that represents an n-sided polygon
vtkTypeBool GenerateFaces
dynamic, self-adjusting array of unsigned char
object to represent cell connectivity
vtkTypeBool PassPointData
vtkPlaneCollection * ClippingPlanes
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Clip a closed surface with a plane collection.