|
Open CASCADE Technology
6.5.4
|
#include <MAT_Edge.hxx>

Public Member Functions | |
| MAT_Edge () | |
| void | EdgeNumber (const Standard_Integer anumber) |
| void | FirstBisector (const Handle< MAT_Bisector > &abisector) |
| void | SecondBisector (const Handle< MAT_Bisector > &abisector) |
| void | Distance (const Standard_Real adistance) |
| void | IntersectionPoint (const Standard_Integer apoint) |
| Standard_Integer | EdgeNumber () const |
| Handle_MAT_Bisector | FirstBisector () const |
| Handle_MAT_Bisector | SecondBisector () const |
| Standard_Real | Distance () const |
| Standard_Integer | IntersectionPoint () const |
| void | Dump (const Standard_Integer ashift, const Standard_Integer alevel) const |
| void MAT_Edge::Distance | ( | const Standard_Real | adistance | ) |
| Standard_Real MAT_Edge::Distance | ( | ) | const |
| void MAT_Edge::Dump | ( | const Standard_Integer | ashift, |
| const Standard_Integer | alevel | ||
| ) | const |
| void MAT_Edge::EdgeNumber | ( | const Standard_Integer | anumber | ) |
| Standard_Integer MAT_Edge::EdgeNumber | ( | ) | const |
| void MAT_Edge::FirstBisector | ( | const Handle< MAT_Bisector > & | abisector | ) |
| Handle_MAT_Bisector MAT_Edge::FirstBisector | ( | ) | const |
| void MAT_Edge::IntersectionPoint | ( | const Standard_Integer | apoint | ) |
| Standard_Integer MAT_Edge::IntersectionPoint | ( | ) | const |
| void MAT_Edge::SecondBisector | ( | const Handle< MAT_Bisector > & | abisector | ) |
| Handle_MAT_Bisector MAT_Edge::SecondBisector | ( | ) | const |
1.8.0