#include <GeomTools_Curve2dSet.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | GeomTools_Curve2dSet () |
Returns an empty set of Curves. . | |
Standard_EXPORT void | Clear () |
Clears the content of the set. . | |
Standard_EXPORT Standard_Integer | Add (const Handle(Geom2d_Curve)&C) |
Incorporate a new Curve in the set and returns its index. . | |
Standard_EXPORT Handle_Geom2d_Curve | Curve2d (const Standard_Integer I) const |
Returns the Curve of index . . | |
Standard_EXPORT Standard_Integer | Index (const Handle(Geom2d_Curve)&C) const |
Returns the index of <l>. . | |
Standard_EXPORT void | Dump (Standard_OStream &OS) const |
Dumps the content of me on the stream <os>. . | |
Standard_EXPORT void | Write (Standard_OStream &OS) const |
Writes the content of me on the stream <os> in a format that can be read back by Read. . | |
Standard_EXPORT void | Read (Standard_IStream &IS) |
Reads the content of me from the stream <is>. me is first cleared. . | |
Standard_EXPORT void | SetProgress (const Handle(Message_ProgressIndicator)&PR) |
Standard_EXPORT Handle_Message_ProgressIndicator | GetProgress () const |
Static Public Member Functions | |
static Standard_EXPORT void | PrintCurve2d (const Handle(Geom2d_Curve)&C, Standard_OStream &OS, const Standard_Boolean compact=Standard_False) |
Dumps the curve on the stream, if compact is True use the compact format that can be read back. . | |
static Standard_EXPORT Standard_IStream & | ReadCurve2d (Standard_IStream &IS, Handle(Geom2d_Curve)&C) |
Reads the curve from the stream. The curve is assumed to have been writtent with the Print method (compact = True). . | |
Private Attributes | |
TColStd_IndexedMapOfTransient | myMap |
Handle_Message_ProgressIndicator | myProgress |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|