#include "DataObj.h"
#include "SimModObj.h"
Go to the source code of this file.
Compounds | |
class | AlgObj |
Alg Obj Base Class a base class for all Algorithms, this includes SourceObjs. More... | |
class | AlgObjIF |
Alg Obj Interface class This is just the public interface to the class, if you are creating a new algorithm, sub class "AlgObj" not the interface. More... |