51 #ifndef vtkClipClosedSurface_h
52 #define vtkClipClosedSurface_h
54 #include "vtkFiltersGeneralModule.h"
57 VTK_ABI_NAMESPACE_BEGIN
67 class vtkCCSEdgeLocator;
102 vtkSetMacro(Tolerance,
double);
103 vtkGetMacro(Tolerance,
double);
150 vtkGetMacro(ScalarMode,
int);
151 const char* GetScalarModeAsString();
161 vtkSetVector3Macro(BaseColor,
double);
162 vtkGetVector3Macro(BaseColor,
double);
171 vtkSetVector3Macro(ClipColor,
double);
172 vtkGetVector3Macro(ClipColor,
double);
181 vtkSetMacro(ActivePlaneId,
int);
182 vtkGetMacro(ActivePlaneId,
int);
191 vtkSetVector3Macro(ActivePlaneColor,
double);
192 vtkGetVector3Macro(ActivePlaneColor,
double);
202 vtkSetMacro(TriangulationErrorDisplay,
vtkTypeBool);
203 vtkBooleanMacro(TriangulationErrorDisplay,
vtkTypeBool);
204 vtkGetMacro(TriangulationErrorDisplay,
vtkTypeBool);
230 vtkBooleanMacro(GenerateClipFaceOutput,
vtkTypeBool);
253 double ActivePlaneColor[3];
281 vtkCCSEdgeLocator* edgeLocator,
int triangulate,
vtkCellArray* inputCells,
292 vtkCCSEdgeLocator* edgeLocator,
double tol,
vtkIdType i0,
vtkIdType i1,
double v0,
double v1,
346 static void SqueezeOutputPoints(
352 static void CreateColorValues(
const double color1[3],
const double color2[3],
353 const double color3[3],
unsigned char colors[3][3]);
360 VTK_ABI_NAMESPACE_END
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.