|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
Minimal concrete context for Constant — no extra fields beyond the base. More...
Inheritance diagram for MayaFlux::Nodes::Constant::ConstantContext:
Collaboration diagram for MayaFlux::Nodes::Constant::ConstantContext:Public Member Functions | |
| ConstantContext () | |
Public Member Functions inherited from MayaFlux::Nodes::NodeContext | |
| virtual | ~NodeContext ()=default |
| template<typename T > | |
| T * | as () |
| Safely cast to a derived context type. | |
Additional Inherited Members | |
Public Attributes inherited from MayaFlux::Nodes::NodeContext | |
| double | value |
| Current sample value. | |
| std::string | type_id |
| Type identifier for runtime type checking. | |
Protected Member Functions inherited from MayaFlux::Nodes::NodeContext | |
| NodeContext (double value, std::string type) | |
| Protected constructor for NodeContext. | |
Minimal concrete context for Constant — no extra fields beyond the base.
Definition at line 125 of file Constant.hpp.