Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
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) \
{ \
} \
};
STL input iterator that wraps an OCCT More()/Next() iterator.
Definition NCollection_ForwardRange.hxx:142
NCollection_ForwardRangeIterator(HostType *theHost)
Construct from a pointer to the host iterator.
Definition NCollection_ForwardRange.hxx:156
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.