#include <IntTools_PntOn2Faces.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | IntTools_PntOn2Faces () |
Empty constructor . | |
Standard_EXPORT | IntTools_PntOn2Faces (const IntTools_PntOnFace &aP1, const IntTools_PntOnFace &aP2) |
Initializes me by two points aP1 and aP2 . | |
Standard_EXPORT void | SetP1 (const IntTools_PntOnFace &aP1) |
Modifier . | |
Standard_EXPORT void | SetP2 (const IntTools_PntOnFace &aP2) |
Modifier . | |
Standard_EXPORT void | SetValid (const Standard_Boolean bF) |
Modifier . | |
Standard_EXPORT const IntTools_PntOnFace & | P1 () const |
Selector . | |
Standard_EXPORT const IntTools_PntOnFace & | P2 () const |
Selector . | |
Standard_EXPORT Standard_Boolean | IsValid () const |
Selector . | |
Private Attributes | |
Standard_Boolean | myIsValid |
IntTools_PntOnFace | myPnt1 |
IntTools_PntOnFace | myPnt2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|