|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inline |
Safely cast to a derived context type.
| T | The derived context type to cast to |
Provides type-safe access to derived context classes. If the requested type matches the actual type of this context, returns a properly cast pointer. Otherwise, returns nullptr to prevent unsafe access.
Example:
Definition at line 68 of file Node.hpp.