blockfactory  0.8
A framework for wrapping algorithms for dataflow programming
Parameter.h File Reference
#include <string>
#include <vector>
Include dependency graph for Parameter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  blockfactory::core::Parameter< T >
 Class for storing a generic parameter. More...
 
class  blockfactory::core::ParameterMetadata
 Class for storing parameter metadata. More...
 
class  blockfactory::core::Parameter< T >
 Class for storing a generic parameter. More...
 

Namespaces

 blockfactory
 
 blockfactory::core
 

Enumerations

enum  blockfactory::core::ParameterType {
  blockfactory::core::ParameterType::INT, blockfactory::core::ParameterType::BOOL, blockfactory::core::ParameterType::DOUBLE, blockfactory::core::ParameterType::STRING,
  blockfactory::core::ParameterType::CELL_INT, blockfactory::core::ParameterType::CELL_BOOL, blockfactory::core::ParameterType::CELL_DOUBLE, blockfactory::core::ParameterType::CELL_STRING,
  blockfactory::core::ParameterType::STRUCT_INT, blockfactory::core::ParameterType::STRUCT_BOOL, blockfactory::core::ParameterType::STRUCT_DOUBLE, blockfactory::core::ParameterType::STRUCT_STRING,
  blockfactory::core::ParameterType::STRUCT_CELL_INT, blockfactory::core::ParameterType::STRUCT_CELL_BOOL, blockfactory::core::ParameterType::STRUCT_CELL_DOUBLE, blockfactory::core::ParameterType::STRUCT_CELL_STRING
}
 Defines the types of parameters supported by core::Parameter. More...