Open CASCADE Technology  7.5.0
Data Structures | Macros

TopoDS_AlertWithShape.hxx File Reference

#include <Message_Alert.hxx>
#include <TopoDS_Shape.hxx>

Data Structures

class  TopoDS_AlertWithShape
 Alert object storing TopoDS shape in its field. More...
 

Macros

#define DEFINE_ALERT_WITH_SHAPE(Alert)
 Helper macro allowing to define alert with shape argument in one line of code. More...
 

Macro Definition Documentation

◆ DEFINE_ALERT_WITH_SHAPE

#define DEFINE_ALERT_WITH_SHAPE (   Alert)
Value:
class Alert : public TopoDS_AlertWithShape \
{ \
public:\
Alert (const TopoDS_Shape& theShape) : TopoDS_AlertWithShape(theShape) {} \
DEFINE_STANDARD_RTTI_INLINE(Alert, TopoDS_AlertWithShape) \
};
Describes a shape which.
Definition: TopoDS_Shape.hxx:42
Alert object storing TopoDS shape in its field.
Definition: TopoDS_AlertWithShape.hxx:23

Helper macro allowing to define alert with shape argument in one line of code.