#include <BRepOffset_Interval.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepOffset_Interval () |
Standard_EXPORT | BRepOffset_Interval (const Standard_Real U1, const Standard_Real U2, const BRepOffset_Type Type) |
void | First (const Standard_Real U) |
void | Last (const Standard_Real U) |
void | Type (const BRepOffset_Type T) |
Standard_Real | First () const |
Standard_Real | Last () const |
BRepOffset_Type | Type () const |
Private Attributes | |
Standard_Real | f |
Standard_Real | l |
BRepOffset_Type | type |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|