|
Open CASCADE Technology 6.5.2
|
Stores a set of Curves from Geom.
#include <GeomTools_CurveSet.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| GeomTools_CurveSet () | |
| Returns an empty set of Curves. | |
| void | Clear () |
| Clears the content of the set. | |
| Standard_Integer | Add (const Handle< Geom_Curve > &C) |
| Incorporate a new Curve in the set and returns its index. | |
| Handle_Geom_Curve | Curve (const Standard_Integer I) const |
| Returns the Curve of index . | |
| Standard_Integer | Index (const Handle< Geom_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. | |
| void | SetProgress (const Handle< Message_ProgressIndicator > &PR) |
| Handle_Message_ProgressIndicator | GetProgress () const |
Static Public Member Functions | |
| static void | PrintCurve (const Handle< Geom_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_IStream & | ReadCurve (Standard_IStream &IS, Handle< Geom_Curve > &C) |
| Reads the curve from the stream. The curve is assumed to have been writtent with the Print method (compact = True). | |
| GeomTools_CurveSet::GeomTools_CurveSet | ( | ) |
| Standard_Integer GeomTools_CurveSet::Add | ( | const Handle< Geom_Curve > & | C | ) |
| void GeomTools_CurveSet::Clear | ( | ) |
| Handle_Geom_Curve GeomTools_CurveSet::Curve | ( | const Standard_Integer | I | ) | const |
| void GeomTools_CurveSet::Dump | ( | Standard_OStream & | OS | ) | const |
| Handle_Message_ProgressIndicator GeomTools_CurveSet::GetProgress | ( | ) | const |
| Standard_Integer GeomTools_CurveSet::Index | ( | const Handle< Geom_Curve > & | C | ) | const |
| void GeomTools_CurveSet::operator delete | ( | void * | anAddress | ) | [inline] |
| void* GeomTools_CurveSet::operator new | ( | size_t | size | ) | [inline] |
| void* GeomTools_CurveSet::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| static void GeomTools_CurveSet::PrintCurve | ( | const Handle< Geom_Curve > & | C, |
| Standard_OStream & | OS, | ||
| const Standard_Boolean | compact = Standard_False |
||
| ) | [static] |
| void GeomTools_CurveSet::Read | ( | Standard_IStream & | IS | ) |
| static Standard_IStream& GeomTools_CurveSet::ReadCurve | ( | Standard_IStream & | IS, |
| Handle< Geom_Curve > & | C | ||
| ) | [static] |
| void GeomTools_CurveSet::SetProgress | ( | const Handle< Message_ProgressIndicator > & | PR | ) |
| void GeomTools_CurveSet::Write | ( | Standard_OStream & | OS | ) | const |
1.7.4