Version: 6.3.1
Defines | Typedefs | Functions

src/GEOMImpl/GEOMImpl_ImportDriver.cxx File Reference

#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>
Include dependency graph for GEOMImpl_ImportDriver.cxx:

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 Documentation

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

Typedef Documentation

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

Function Documentation

Standard_EXPORT Handle_Standard_Type& GEOMImpl_ImportDriver_Type_ ( )

References STANDARD_TYPE().

const Handle ( GEOMImpl_ImportDriver  )

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