Open CASCADE Technology  6.9.0
Macros

BRepMesh_PluginMacro.hxx File Reference

Macros

#define DISCRETPLUGIN(name)
 

Macro Definition Documentation

#define DISCRETPLUGIN (   name)
Value:
extern "C" { \
Standard_EXPORT Standard_Integer DISCRETALGO(const TopoDS_Shape& , \
const Standard_Real, \
const Standard_Real, \
} \
\
Standard_Integer DISCRETALGO(const TopoDS_Shape& theShape, \
const Standard_Real theLinDeflection, \
const Standard_Real theAngDeflection, \
BRepMesh_DiscretRoot* &theAlgo) \
{ \
return name::Discret(theShape, theLinDeflection, \
theAngDeflection, theAlgo); \
} \
\
Describes a shape which.
Definition: TopoDS_Shape.hxx:36
This is a common interface for meshing algorithms instantiated by Mesh Factory and implemented by plu...
Definition: BRepMesh_DiscretRoot.hxx:24
int Standard_Integer
Definition: Standard_TypeDef.hxx:59
double Standard_Real
Definition: Standard_TypeDef.hxx:60