#include <IntPolyh_Couple.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | IntPolyh_Couple () |
Standard_EXPORT | IntPolyh_Couple (const Standard_Integer i1, const Standard_Integer i2) |
Standard_EXPORT Standard_Integer | FirstValue () const |
Standard_EXPORT Standard_Integer | SecondValue () const |
Standard_EXPORT Standard_Integer | AnalyseFlagValue () const |
Standard_EXPORT Standard_Real | AngleValue () const |
Standard_EXPORT void | SetCoupleValue (const Standard_Integer v, const Standard_Integer w) |
Standard_EXPORT void | SetAnalyseFlag (const Standard_Integer v) |
Standard_EXPORT void | SetAngleValue (const Standard_Real ang) |
Standard_EXPORT void | Dump (const Standard_Integer v) const |
Private Attributes | |
Standard_Integer | t1 |
Standard_Integer | t2 |
Standard_Integer | ia |
Standard_Real | angle |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|