48#ifndef GUM_I_CPT_GENERATOR_H
49#define GUM_I_CPT_GENERATOR_H
64 template <
typename GUM_SCALAR >
79 virtual ~ICPTGenerator();
91 virtual void generateCPT(
const Idx& varId,
const Tensor< GUM_SCALAR >& cpt)
const = 0;
95#ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
96 extern template class ICPTGenerator< double >;
Source implementation of gumCPTGenerator.
Size Idx
Type for indexes.
gum is the global namespace for all aGrUM entities
Header of the Tensor class.