klMatrix
Data Structures | Typedefs | Enumerations
kl_algorithm_paramters.h File Reference
#include <string>
#include <map>
#include <ostream>
#include "kl_matrix.h"
Include dependency graph for kl_algorithm_paramters.h:
This graph shows which files directly or indirectly include this file:

Data Structures

class  klAlgorithmParameter
 
class  klAlgorithmParameterContainer
 

Typedefs

typedef std::map< std::string,
std::map< std::string,
klAlgorithmParameter >
>::iterator 
algorithmParameter_itertator
 

Enumerations

enum  klAlgorithmParameterType {
  klIntType =1, klDoubleType =2, klStringType =3, klDoubleVectorType =4,
  klDoubleMatrixType =5
}
 

Typedef Documentation

typedef std::map<std::string, std::map<std::string, klAlgorithmParameter> >::iterator algorithmParameter_itertator

Enumeration Type Documentation

Enumerator
klIntType 
klDoubleType 
klStringType 
klDoubleVectorType 
klDoubleMatrixType