MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
remove_operation()
bool MayaFlux::Yantra::ComputeMatrix::remove_operation
(
const std::string &
name
)
inline
Remove a named operation from this matrix.
Parameters
name
Operation name to remove
Returns
true if removed successfully
Definition at line
100
of file
ComputeMatrix.hpp
.
101
{
102
return
m_operations
.
remove
(name);
103
}
MayaFlux::Yantra::ComputeMatrix::m_operations
OperationPool m_operations
Definition
ComputeMatrix.hpp:506
MayaFlux::Yantra::OperationPool::remove
bool remove(const std::string &name)
Remove operation from pool.
Definition
OperationPool.hpp:182
MayaFlux
Yantra
ComputeMatrix
Generated by
1.9.8