|
Open CASCADE Technology 6.5.2
|
Stores a set of Curves from Geom2d in binary format
#include <BinTools_Curve2dSet.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BinTools_Curve2dSet () | |
| Returns an empty set of Curves. | |
| void | Clear () |
| Clears the content of the set. | |
| Standard_Integer | Add (const Handle< Geom2d_Curve > &C) |
| Incorporate a new Curve in the set and returns its index. | |
| Handle_Geom2d_Curve | Curve2d (const Standard_Integer I) const |
| Returns the Curve of index . | |
| Standard_Integer | Index (const Handle< Geom2d_Curve > &C) const |
| Returns the index of <L>. | |
| void | Dump (Standard_OStream &OS) const |
| Dumps the content of me on the stream <OS>. | |
| 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. | |
| void | Read (Standard_IStream &IS) |
| Reads the content of me from the stream <IS>. me is first cleared. | |
Static Public Member Functions | |
| static void | WriteCurve2d (const Handle< Geom2d_Curve > &C, Standard_OStream &OS) |
| Dumps the curve on the binary stream, that can be read back. | |
| static Standard_IStream & | ReadCurve2d (Standard_IStream &IS, Handle< Geom2d_Curve > &C) |
| Reads the curve from the stream. The curve is assumed to have been written with the Write method. | |
| BinTools_Curve2dSet::BinTools_Curve2dSet | ( | ) |
| Standard_Integer BinTools_Curve2dSet::Add | ( | const Handle< Geom2d_Curve > & | C | ) |
| void BinTools_Curve2dSet::Clear | ( | ) |
| Handle_Geom2d_Curve BinTools_Curve2dSet::Curve2d | ( | const Standard_Integer | I | ) | const |
| void BinTools_Curve2dSet::Dump | ( | Standard_OStream & | OS | ) | const |
| Standard_Integer BinTools_Curve2dSet::Index | ( | const Handle< Geom2d_Curve > & | C | ) | const |
| void BinTools_Curve2dSet::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BinTools_Curve2dSet::operator new | ( | size_t | size | ) | [inline] |
| void* BinTools_Curve2dSet::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void BinTools_Curve2dSet::Read | ( | Standard_IStream & | IS | ) |
| static Standard_IStream& BinTools_Curve2dSet::ReadCurve2d | ( | Standard_IStream & | IS, |
| Handle< Geom2d_Curve > & | C | ||
| ) | [static] |
| void BinTools_Curve2dSet::Write | ( | Standard_OStream & | OS | ) | const |
| static void BinTools_Curve2dSet::WriteCurve2d | ( | const Handle< Geom2d_Curve > & | C, |
| Standard_OStream & | OS | ||
| ) | [static] |
1.7.4