29 #ifndef GRT_GRT_BASE_HEADER
30 #define GRT_GRT_BASE_HEADER
48 #include "../Util/GRTCommon.h"
133 static std::string
getGRTVersion(
bool returnRevision =
true);
157 inline Float SQR(
const Float &x)
const{
return x*x; }
159 std::string classType;
163 TrainingLog trainingLog;
171 #endif //GRT_GRT_BASE_HEADER
GRTBase * getGRTBasePointer()
static std::string getGRTRevison()
bool setErrorLoggingEnabled(const bool loggingEnabled)
std::string getLastErrorMessage() const
std::string getLastWarningMessage() const
std::string getLastInfoMessage() const
bool setInfoLoggingEnabled(const bool loggingEnabled)
bool copyGRTBaseVariables(const GRTBase *GRTBase)
bool setWarningLoggingEnabled(const bool loggingEnabled)
static std::string getGRTVersion(bool returnRevision=true)
std::string getClassType() const