#include <Contap_TheLineOfContour.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | Contap_TheLineOfContour () |
| Standard_EXPORT void | SetLineOn2S (const Handle(IntSurf_LineOn2S)&L) |
| Standard_EXPORT void | Clear () |
| const Handle_IntSurf_LineOn2S & | LineOn2S () const |
| Standard_EXPORT void | ResetSeqOfVertex () |
| void | Add (const IntSurf_PntOn2S &P) |
| Standard_EXPORT void | SetValue (const gp_Lin &L) |
| Standard_EXPORT void | SetValue (const gp_Circ &C) |
| Standard_EXPORT void | SetValue (const Handle(Adaptor2d_HCurve2d)&A) |
| Standard_EXPORT void | Add (const Contap_ThePointOfContour &P) |
| Standard_Integer | NbVertex () const |
| Contap_ThePointOfContour & | Vertex (const Standard_Integer Index) const |
| Contap_IType | TypeContour () const |
| Standard_Integer | NbPnts () const |
| const IntSurf_PntOn2S & | Point (const Standard_Integer Index) const |
| gp_Lin | Line () const |
| gp_Circ | Circle () const |
| Standard_EXPORT const Handle_Adaptor2d_HCurve2d & | Arc () const |
| Standard_EXPORT void | SetTransitionOnS (const IntSurf_TypeTrans T) |
| Standard_EXPORT IntSurf_TypeTrans | TransitionOnS () const |
Private Attributes | |
| IntSurf_TypeTrans | Trans |
| Handle_IntSurf_LineOn2S | curv |
| Handle_Contap_TheHSequenceOfPointOfContour | svtx |
| Handle_Adaptor2d_HCurve2d | thearc |
| Contap_IType | typL |
| gp_Pnt | pt |
| gp_Dir | dir1 |
| gp_Dir | dir2 |
| Standard_Real | rad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1