82#ifndef vtkIntersectionPolyDataFilter_h
83#define vtkIntersectionPolyDataFilter_h
85#include "vtkFiltersGeneralModule.h"
99 vtkGetMacro(NumberOfIntersectionPoints,
int);
100 vtkGetMacro(NumberOfIntersectionLines,
int);
158 vtkGetMacro(Status,
int);
165 vtkGetMacro(Tolerance,
double);
166 vtkSetMacro(Tolerance,
double);
175 vtkGetMacro(RelativeSubtriangleArea,
double);
176 vtkSetMacro(RelativeSubtriangleArea,
double);
190 double q2[3],
double r2[3],
int& coplanar,
double pt1[3],
double pt2[3],
double surfaceid[2],
216 int NumberOfIntersectionPoints;
217 int NumberOfIntersectionLines;
225 double RelativeSubtriangleArea;
a simple class to control print indentation
vtkIntersectionPolyDataFilter computes the intersection between two vtkPolyData objects.
~vtkIntersectionPolyDataFilter() override
vtkIntersectionPolyDataFilter()
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static void CleanAndCheckSurface(vtkPolyData *pd, double stats[2], double tolerance)
Function to clean and check the output surfaces for bad triangles and free edges.
static vtkIntersectionPolyDataFilter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static int TriangleTriangleIntersection(double p1[3], double q1[3], double r1[3], double p2[3], double q2[3], double r2[3], int &coplanar, double pt1[3], double pt2[3], double surfaceid[2], double tolerance)
Given two triangles defined by points (p1, q1, r1) and (p2, q2, r2), returns whether the two triangle...
static void CleanAndCheckInput(vtkPolyData *pd, double tolerance)
Function to clean and check the inputs.
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips