30 #ifndef GUM_ID_READER_H 31 #define GUM_ID_READER_H 48 template <
typename GUM_SCALAR >
76 #endif // GUM_ID_READER_H virtual void proceed()=0
Reads the influence diagram from the file referenced by filePath given at the creation of class...
IDReader(InfluenceDiagram< GUM_SCALAR > *infdiag, const std::string &filePath)
Constructor A reader is created to reading a defined file.
Templates implementation of IDReader.h.
Class representing Influence Diagrams.
virtual ~IDReader()
Default destructor.
gum is the global namespace for all aGrUM entities
Pure virtual class for importing an ID from a file.
Class representing an Influence Diagram.