23 #ifndef BRMESH2DCONTROL_H_INCLUDED 
   24 #define BRMESH2DCONTROL_H_INCLUDED 
#define ODBR_TOOLKIT_EXPORT_STATIC
 
#define ODBR_TOOLKIT_EXPORT
 
OdBrErrorStatus setMaxAspectRatio(double maxAspectRatio=0)
 
static const ODBR_TOOLKIT_EXPORT_STATIC OdBrMesh2dControl OdBrMesh2dControlDefault
 
OdBrMesh2dControl(const OdBrMesh2dControl &src)
 
OdBrErrorStatus getMaxAspectRatio(double &maxAspectRatio) const
 
OdBrErrorStatus setElementShape(Element2dShape elementShape=kDefault)
 
OdBrErrorStatus getElementShape(Element2dShape &elementShape) const