|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::pair< int, int > MayaFlux::Nodes::Filters::shift_parser | ( | const std::string & | str | ) |
Parses a string representation of filter order into input/output shift configuration.
| str | String in format "N_M" where N is input order and M is output order |
This utility function converts a simple string representation of filter order into the corresponding shift configuration for the filter's internal buffers.
Definition at line 7 of file Filter.cpp.
Referenced by MayaFlux::Nodes::Filters::Filter::Filter(), MayaFlux::Nodes::Filters::Filter::Filter(), and MayaFlux::Nodes::Filters::Filter::set_shift().
Here is the caller graph for this function: