Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions
GeomTools_Curve2dSet Class Reference

Stores a set of Curves from Geom2d.

#include <GeomTools_Curve2dSet.hxx>

Public Member Functions

DEFINE_STANDARD_ALLOC GeomTools_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.


void SetProgress (const Handle< Message_ProgressIndicator > &PR)
Handle_Message_ProgressIndicator GetProgress () const

Static Public Member Functions

static 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_IStreamReadCurve2d (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).



Constructor & Destructor Documentation


Member Function Documentation

Handle_Geom2d_Curve GeomTools_Curve2dSet::Curve2d ( const Standard_Integer  I) const
Handle_Message_ProgressIndicator GeomTools_Curve2dSet::GetProgress ( ) const

The documentation for this class was generated from the following file: