Essentia  2.1-beta6-dev
ProcessStep Class Reference

#include <streamingalgorithmcomposite.h>

Inheritance diagram for ProcessStep:
ChainFrom SingleShot

Public Member Functions

 ProcessStep (const std::string &type, Algorithm *algo)
 
const std::string & type () const
 
Algorithmalgorithm ()
 

Protected Attributes

std::string _type
 
Algorithm_algo
 

Constructor & Destructor Documentation

◆ ProcessStep()

ProcessStep ( const std::string &  type,
Algorithm algo 
)
inline

Member Function Documentation

◆ algorithm()

Algorithm* algorithm ( )
inline

References ProcessStep::_algo.

◆ type()

const std::string& type ( ) const
inline

References ProcessStep::_type.

Member Data Documentation

◆ _algo

Algorithm* _algo
protected

Referenced by ProcessStep::algorithm().

◆ _type

std::string _type
protected

Referenced by ProcessStep::type().


The documentation for this class was generated from the following file: