MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
with()
[1/2]
template<ComputeData StartType>
FluentExecutor
<
ComputeMatrix
, StartType > MayaFlux::Yantra::ComputeMatrix::with
(
const StartType &
input
)
inline
Create a fluent executor for chaining operations.
Template Parameters
StartType
Initial data type
Parameters
input
Initial input data
Returns
FluentExecutor
for this matrix
Definition at line
345
of file
ComputeMatrix.hpp
.
346
{
347
return
FluentExecutor<ComputeMatrix, StartType>(shared_from_this(), input);
348
}
MayaFlux
Yantra
ComputeMatrix
Generated by
1.9.8