Open CASCADE Technology
6.5.4
|
Defines | |
#define | DISCRETPLUGIN(name) |
#define DISCRETPLUGIN | ( | name | ) |
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);} \ \