Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 theDeflection,\
const Standard_Real theAngle,\
BRepMesh_PDiscretRoot& theAlgo) { \
return name::Discret(theShape,\
theDeflection,\
theAngle,\
theAlgo);} \
\
Describes a shape which
Definition: TopoDS_Shape.hxx:54
This is a common interface for meshing algorithms instantiated by Mesh Factory and implemented by p...
Definition: BRepMesh_DiscretRoot.hxx:37
int Standard_Integer
Definition: Standard_TypeDef.hxx:59
double Standard_Real
Definition: Standard_TypeDef.hxx:60