Open CASCADE Technology
7.5.0
|
Macros | |
#define | GetCasted(atype, start) Handle(atype)::DownCast(start) |
#define | DeclareAndCast(atype, result, start) Handle(atype) result = Handle(atype)::DownCast(start) |
#define | FastCast(atype, result, start) Handle(atype) result; result = (*(Handle(atype)*))& start |
#define DeclareAndCast | ( | atype, | |
result, | |||
start | |||
) | Handle(atype) result = Handle(atype)::DownCast(start) |
#define GetCasted | ( | atype, | |
start | |||
) | Handle(atype)::DownCast(start) |