Open CASCADE Technology 6.6.0
Defines
BRepMesh_PluginMacro.hxx File Reference

Defines

#define DISCRETPLUGIN(name)

Define Documentation

#define DISCRETPLUGIN (   name)
Value:
extern "C" {Standard_EXPORT Standard_Integer DISCRETALGO(const TopoDS_Shape& ,\
                                                         const Standard_Real,\
                                                         const Standard_Real,\
                                                         BRepMesh_PDiscretRoot& );} \
Standard_Integer DISCRETALGO(const TopoDS_Shape& theShape,\
                             const Standard_Real    theDeflection,\
                             const Standard_Real    theAngle,\
                             BRepMesh_PDiscretRoot&  theAlgo) { \
  return name::Discret(theShape,\
                       theDeflection,\
                       theAngle,\
                       theAlgo);} \
\
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines