Go to the documentation of this file.
35 #ifndef vtkIntersectionPolyDataFilter_h
36 #define vtkIntersectionPolyDataFilter_h
71 double p2[3],
double q2[3],
double r2[3],
72 int &coplanar,
double pt1[3],
double pt2[3]);
87 int SplitSecondOutput;
93 #endif // vtkIntersectionPolyDataFilter_h
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])
~vtkIntersectionPolyDataFilter()
static vtkIntersectionPolyDataFilter * New()
#define vtkTypeMacro(thisClass, superclass)
vtkIntersectionPolyDataFilter()
a simple class to control print indentation
#define VTKFILTERSGENERAL_EXPORT
#define vtkGetMacro(name, type)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int FillInputPortInformation(int, vtkInformation *)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
virtual void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.