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
nameOperation name to remove
Returns
true if removed successfully

Definition at line 100 of file ComputeMatrix.hpp.

101 {
102 return m_operations.remove(name);
103 }
bool remove(const std::string &name)
Remove operation from pool.