MayaFlux
0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
as()
[2/2]
template<typename T >
const T * MayaFlux::Nodes::NodeContext::as
(
)
const
inline
Definition at line
77
of file
Node.hpp
.
78
{
79
if
(
typeid
(T).name() ==
type_id
) {
80
return
static_cast<
const
T
*
>
(
this
);
81
}
82
return
nullptr
;
83
}
MayaFlux::Nodes::NodeContext::type_id
std::string type_id
Type identifier for runtime type checking.
Definition
Node.hpp:48
MayaFlux::IO::Keys::T
@ T
MayaFlux
Nodes
NodeContext
Generated by
1.9.8