55 #ifndef vtkClipClosedSurface_h
56 #define vtkClipClosedSurface_h
58 #include "vtkFiltersGeneralModule.h"
70 class vtkCCSEdgeLocator;
105 vtkSetMacro(Tolerance,
double);
106 vtkGetMacro(Tolerance,
double);
153 vtkGetMacro(ScalarMode,
int);
154 const char* GetScalarModeAsString();
164 vtkSetVector3Macro(BaseColor,
double);
165 vtkGetVector3Macro(BaseColor,
double);
174 vtkSetVector3Macro(ClipColor,
double);
175 vtkGetVector3Macro(ClipColor,
double);
184 vtkSetMacro(ActivePlaneId,
int);
185 vtkGetMacro(ActivePlaneId,
int);
194 vtkSetVector3Macro(ActivePlaneColor,
double);
195 vtkGetVector3Macro(ActivePlaneColor,
double);
205 vtkSetMacro(TriangulationErrorDisplay,
vtkTypeBool);
206 vtkBooleanMacro(TriangulationErrorDisplay,
vtkTypeBool);
207 vtkGetMacro(TriangulationErrorDisplay,
vtkTypeBool);
225 double ActivePlaneColor[3];
251 vtkCCSEdgeLocator* edgeLocator,
int triangulate,
vtkCellArray* inputCells,
262 vtkCCSEdgeLocator* edgeLocator,
double tol,
vtkIdType i0,
vtkIdType i1,
double v0,
double v1,
316 static void SqueezeOutputPoints(
322 static void CreateColorValues(
const double color1[3],
const double color2[3],
323 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.