Open CASCADE Technology 7.9.0
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.
 

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) \
};
Alert object storing TopoDS shape in its field.
Definition TopoDS_AlertWithShape.hxx:24
TopoDS_AlertWithShape(const TopoDS_Shape &theShape)
Constructor with shape argument.
Describes a shape which.
Definition TopoDS_Shape.hxx:41

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