Open CASCADE Technology  7.9.3
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 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:23
Describes a shape which.
Definition: TopoDS_Shape.hxx:40
TopoDS_AlertWithShape(const TopoDS_Shape &theShape)
Constructor with shape argument.

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