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

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) {} \
};
Definition NCollection_UBTree.hxx:64
NCollection_UBTree()
Definition NCollection_UBTree.hxx:243
Alert object storing TopoDS shape in its field.
Definition TopoDS_AlertWithShape.hxx:24
Describes a shape which.
Definition TopoDS_Shape.hxx:41

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