Version: 6.3.1
Defines | Typedefs | Functions

src/GEOMImpl/GEOMImpl_ExportDriver.cxx File Reference

#include <Standard_Stream.hxx>
#include <GEOMImpl_ExportDriver.hxx>
#include <GEOMImpl_IImportExport.hxx>
#include <GEOMImpl_Types.hxx>
#include <GEOM_Function.hxx>
#include <TopoDS_Shape.hxx>
#include <TCollection_AsciiString.hxx>
#include <Standard_Failure.hxx>
#include <dlfcn.h>
Include dependency graph for GEOMImpl_ExportDriver.cxx:

Defines

#define LibHandle   void*
#define LoadLib(name)   dlopen( name, RTLD_LAZY )
#define GetProc   dlsym
#define UnLoadLib(handle)   dlclose( handle );

Typedefs

typedef int(* funcPoint )(const TopoDS_Shape &, const TCollection_AsciiString &, const TCollection_AsciiString &)

Functions

Standard_EXPORT
Handle_Standard_Type & 
GEOMImpl_ExportDriver_Type_ ()
const Handle (GEOMImpl_ExportDriver) Handle(GEOMImpl_ExportDriver)

Define Documentation

#define LibHandle   void*
#define LoadLib (   name)    dlopen( name, RTLD_LAZY )
#define GetProc   dlsym
#define UnLoadLib (   handle)    dlclose( handle );

Typedef Documentation

typedef int(* funcPoint)(const TopoDS_Shape &, const TCollection_AsciiString &, const TCollection_AsciiString &)

Function Documentation

Standard_EXPORT Handle_Standard_Type& GEOMImpl_ExportDriver_Type_ ( )

References STANDARD_TYPE().

const Handle ( GEOMImpl_ExportDriver  )

References Handle(), and STANDARD_TYPE().

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS