![]() |
Open CASCADE Technology Reference Manual 8.0.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) |
| #define DeclareAndCast | ( | atype, | |
| result, | |||
| start ) Handle(atype) result = Handle(atype)::DownCast(start) |