|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Static Public Member Functions |
static Standard_EXPORT void | Dump (const Handle(Geom_Surface)&S, Standard_OStream &OS) |
| Dumps the surface on the stream.
.
|
static Standard_EXPORT void | Write (const Handle(Geom_Surface)&S, Standard_OStream &OS) |
| Writes the surface on the stream.
.
|
static Standard_EXPORT void | Read (Handle(Geom_Surface)&S, Standard_IStream &IS) |
| Reads the surface from the stream.
.
|
static Standard_EXPORT void | Dump (const Handle(Geom_Curve)&C, Standard_OStream &OS) |
| Dumps the Curve on the stream.
.
|
static Standard_EXPORT void | Write (const Handle(Geom_Curve)&C, Standard_OStream &OS) |
| Writes the Curve on the stream.
.
|
static Standard_EXPORT void | Read (Handle(Geom_Curve)&C, Standard_IStream &IS) |
| Reads the Curve from the stream.
.
|
static Standard_EXPORT void | Dump (const Handle(Geom2d_Curve)&C, Standard_OStream &OS) |
| Dumps the Curve on the stream.
.
|
static Standard_EXPORT void | Write (const Handle(Geom2d_Curve)&C, Standard_OStream &OS) |
| Writes the Curve on the stream.
.
|
static Standard_EXPORT void | Read (Handle(Geom2d_Curve)&C, Standard_IStream &IS) |
| Reads the Curve from the stream.
.
|
static Standard_EXPORT void | SetUndefinedTypeHandler (const Handle(GeomTools_UndefinedTypeHandler)&aHandler) |
static Standard_EXPORT Handle_GeomTools_UndefinedTypeHandler | GetUndefinedTypeHandler () |