The GeomTools package provides utilities for Geometry.
* SurfaceSet, CurveSet, Curve2dSet : Tools used
for dumping, writing and reading.
* Methods to dump, write, read curves and surfaces.
#include <GeomTools.hxx>
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 void | Dump (const Handle< Geom_Surface > &S, Standard_OStream &OS) |
| | Dumps the surface on the stream.
|
| static void | Write (const Handle< Geom_Surface > &S, Standard_OStream &OS) |
| | Writes the surface on the stream.
|
| static void | Read (Handle< Geom_Surface > &S, Standard_IStream &IS) |
| | Reads the surface from the stream.
|
| static void | Dump (const Handle< Geom_Curve > &C, Standard_OStream &OS) |
| | Dumps the Curve on the stream.
|
| static void | Write (const Handle< Geom_Curve > &C, Standard_OStream &OS) |
| | Writes the Curve on the stream.
|
| static void | Read (Handle< Geom_Curve > &C, Standard_IStream &IS) |
| | Reads the Curve from the stream.
|
| static void | Dump (const Handle< Geom2d_Curve > &C, Standard_OStream &OS) |
| | Dumps the Curve on the stream.
|
| static void | Write (const Handle< Geom2d_Curve > &C, Standard_OStream &OS) |
| | Writes the Curve on the stream.
|
| static void | Read (Handle< Geom2d_Curve > &C, Standard_IStream &IS) |
| | Reads the Curve from the stream.
|
| static void | SetUndefinedTypeHandler (const Handle< GeomTools_UndefinedTypeHandler > &aHandler) |
static
Handle_GeomTools_UndefinedTypeHandler | GetUndefinedTypeHandler () |
Member Function Documentation
| static Handle_GeomTools_UndefinedTypeHandler GeomTools::GetUndefinedTypeHandler |
( |
| ) |
[static] |
| void GeomTools::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* GeomTools::operator new |
( |
size_t |
size | ) |
[inline] |
| void* GeomTools::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
| static void GeomTools::Read |
( |
Handle< Geom_Curve > & |
C, |
|
|
Standard_IStream & |
IS |
|
) |
| [static] |
| static void GeomTools::Read |
( |
Handle< Geom2d_Curve > & |
C, |
|
|
Standard_IStream & |
IS |
|
) |
| [static] |
| static void GeomTools::Read |
( |
Handle< Geom_Surface > & |
S, |
|
|
Standard_IStream & |
IS |
|
) |
| [static] |
The documentation for this class was generated from the following file: