#include <Standard_Stream.hxx>#include <GEOMImpl_ImportDriver.hxx>#include <GEOMImpl_IImportExport.hxx>#include <GEOMImpl_Types.hxx>#include <GEOM_Function.hxx>#include "utilities.h"#include <TopoDS_Shape.hxx>#include <Standard_Failure.hxx>#include <StdFail_NotDone.hxx>#include <dlfcn.h>
Defines | |
| #define | LibHandle void* |
| #define | LoadLib(name) dlopen( name, RTLD_LAZY ) |
| #define | GetProc dlsym |
| #define | UnLoadLib(handle) dlclose( handle ); |
Typedefs | |
| typedef TopoDS_Shape(* | funcPoint )(const TCollection_AsciiString &, const TCollection_AsciiString &, TCollection_AsciiString &, const TDF_Label &) |
Functions | |
| Standard_EXPORT Handle_Standard_Type & | GEOMImpl_ImportDriver_Type_ () |
| const | Handle (GEOMImpl_ImportDriver) Handle(GEOMImpl_ImportDriver) |
| #define LibHandle void* |
| #define LoadLib | ( | name | ) | dlopen( name, RTLD_LAZY ) |
| #define GetProc dlsym |
| #define UnLoadLib | ( | handle | ) | dlclose( handle ); |
| typedef TopoDS_Shape(* funcPoint)(const TCollection_AsciiString &, const TCollection_AsciiString &, TCollection_AsciiString &, const TDF_Label &) |
| Standard_EXPORT Handle_Standard_Type& GEOMImpl_ImportDriver_Type_ | ( | ) |
References STANDARD_TYPE().
| const Handle | ( | GEOMImpl_ImportDriver | ) |
References Handle(), and STANDARD_TYPE().