MayaFlux
0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
get_mutable()
template<typename Executor , ComputeData DataType>
DataType &
MayaFlux::Yantra::FluentExecutor
< Executor, DataType >::get_mutable
(
)
inline
Get a mutable reference to the final raw result.
Returns
Mutable reference to the processed DataType
Definition at line
373
of file
OperationChain.hpp
.
374
{
375
if
(!
m_successful
) {
376
error<std::runtime_error>(
377
Journal::Component::Yantra
,
Journal::Context::ComputeMatrix
,
378
std::source_location::current(),
379
"Cannot get mutable result from failed chain"
);
380
}
381
return
m_data
.
data
;
382
}
MayaFlux::Yantra::FluentExecutor::m_data
Datum< DataType > m_data
Definition
OperationChain.hpp:541
MayaFlux::Yantra::FluentExecutor::m_successful
bool m_successful
Definition
OperationChain.hpp:542
MayaFlux::Journal::Context::ComputeMatrix
@ ComputeMatrix
Compute operations (Yantra - algorithms, matrices, DSP)
MayaFlux::Journal::Component::Yantra
@ Yantra
DSP algorithms, computational units, matrix operations, Grammar.
MayaFlux::Yantra::Datum::data
T data
The actual computation data.
Definition
DataIO.hpp:25
MayaFlux
Yantra
FluentExecutor
Generated by
1.9.8