Go::SfSfIntersector Class Reference
[Intersections]

This class performs intersection between two parametric surfaces. More...

#include <SfSfIntersector.h>

Inheritance diagram for Go::SfSfIntersector:

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

Public Member Functions

 SfSfIntersector ()
 Default constructor.
 SfSfIntersector (boost::shared_ptr< ParamGeomInt > obj1, boost::shared_ptr< ParamGeomInt > obj2, boost::shared_ptr< GeoTol > epsge, Intersector *prev=0)
 Constructor.
 SfSfIntersector (boost::shared_ptr< ParamGeomInt > obj1, boost::shared_ptr< ParamGeomInt > obj2, double epsge, Intersector *prev=0)
 Constructor.
virtual ~SfSfIntersector ()
 Destructor.
virtual int numParams () const
 Return the number of parameter directions for the object.
void postIterate3 (int nmb_orig, int dir)

Protected Member Functions

void fixCrossingLinks ()
 Fix crossing intersection links.

Friends

class SfSelfIntersector
class IntersectionPool

Detailed Description

This class performs intersection between two parametric surfaces.

Definition at line 53 of file SfSfIntersector.h.


Constructor & Destructor Documentation

Go::SfSfIntersector::SfSfIntersector ( boost::shared_ptr< ParamGeomInt obj1,
boost::shared_ptr< ParamGeomInt obj2,
boost::shared_ptr< GeoTol epsge,
Intersector prev = 0 
)

Constructor.

Both objects should refer to surfaces (this is not checked compile-time, so we rely on the user to obey this rule).

Parameters:
obj1 of type ParamSurfaceInt.
obj2 of type ParamSurfaceInt.
epsge the associated tolerance.
prev the "parent" Intersector (0 if there is no parent).

Go::SfSfIntersector::SfSfIntersector ( boost::shared_ptr< ParamGeomInt obj1,
boost::shared_ptr< ParamGeomInt obj2,
double  epsge,
Intersector prev = 0 
)

Constructor.

Both objects should refer to surfaces (this is not checked compile-time, so we rely on the user to obey this rule).

Parameters:
obj1 of type ParamSurfaceInt.
obj2 of type ParamSurfaceInt.
epsge the associated tolerance.
prev the "parent" Intersector (0 if there is no parent).


Member Function Documentation

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

Return the number of parameter directions for the object.

Returns:
the number of parameter directions

Implements Go::Intersector.

Definition at line 91 of file SfSfIntersector.h.


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