Go::CvCvIntersector Class Reference
[Intersections]

Class that performs intersection between two parametric curves. More...

#include <CvCvIntersector.h>

Inheritance diagram for Go::CvCvIntersector:

Go::Intersector2Obj Go::Intersector List of all members.

Public Member Functions

 CvCvIntersector (boost::shared_ptr< ParamGeomInt > curve1, boost::shared_ptr< ParamGeomInt > curve2, double epsge, Intersector *prev=0, int eliminated_parameter=-1, double eliminated_value=0)
 Constructor.
 CvCvIntersector (boost::shared_ptr< ParamGeomInt > curve1, boost::shared_ptr< ParamGeomInt > curve2, boost::shared_ptr< GeoTol > epsge, Intersector *prev=0, int eliminated_parameter=-1, double eliminated_value=0)
 Constructor.
virtual ~CvCvIntersector ()
 Destructor.
virtual int numParams () const
 Return the number of parameter directions for the intersection.

Protected Member Functions

virtual int repairIntersections ()

Detailed Description

Class that performs intersection between two parametric curves.

Definition at line 48 of file CvCvIntersector.h.


Constructor & Destructor Documentation

Go::CvCvIntersector::CvCvIntersector ( boost::shared_ptr< ParamGeomInt curve1,
boost::shared_ptr< ParamGeomInt curve2,
double  epsge,
Intersector prev = 0,
int  eliminated_parameter = -1,
double  eliminated_value = 0 
)

Constructor.

The last two variables pertains only if the parent has one more parameter than the Intersector to be constructed.

Parameters:
curve1 of type ParamCurveInt.
curve2 of type ParamCurveInt.
epsge the associated tolerance.
prev the "parent" Intersector (0 if there is no parent).
eliminated_parameter the index of the parameter that was removed from the parent prev.
eliminated_value the value of the parameter that was removed from the parent prev.

Go::CvCvIntersector::CvCvIntersector ( boost::shared_ptr< ParamGeomInt curve1,
boost::shared_ptr< ParamGeomInt curve2,
boost::shared_ptr< GeoTol epsge,
Intersector prev = 0,
int  eliminated_parameter = -1,
double  eliminated_value = 0 
)

Constructor.

The last two variables pertains only if the parent has one more parameter than the Intersector to be constructed.

Parameters:
curve1 of type ParamCurveInt.
curve2 of type ParamCurveInt.
epsge the associated tolerance.
prev the "parent" Intersector (0 if there is no parent).
eliminated_parameter the index of the parameter that was removed from the parent prev.
eliminated_value the value of the parameter that was removed from the parent prev.


Member Function Documentation

virtual int Go::CvCvIntersector::numParams (  )  const [inline, virtual]

Return the number of parameter directions for the intersection.

Returns:
The number of parameter directions for the intersection.

Implements Go::Intersector.

Definition at line 99 of file CvCvIntersector.h.


The documentation for this class was generated from the following file:
Generated on Fri Nov 23 12:24:33 2007 for GoTools Intersections Library by  doxygen 1.5.1