26 #ifndef GUM_I_CPT_GENERATOR_H 27 #define GUM_I_CPT_GENERATOR_H 41 template <
typename GUM_SCALAR >
56 virtual ~ICPTGenerator();
68 virtual void generateCPT(
const Idx& varId,
69 const Potential< GUM_SCALAR >& cpt) = 0;
73 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS 74 extern template class ICPTGenerator< double >;
gum is the global namespace for all aGrUM entities
Header of the Potential class.
Source implementation of gumCPTGenerator.