openModeller  Version 1.5.0
om_cmd_utils.hh File Reference
#include <openmodeller/Log.hh>
#include <string>
Include dependency graph for om_cmd_utils.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  progress_data
 

Macros

#define MIN_PROGRESS_INTERVAL   2.0
 

Functions

Log::Level getLogLevel (std::string level)
 
void progressDisplayCallback (float progress, void *extraParam)
 
void progressFileCallback (float progress, void *progressFile)
 

Macro Definition Documentation

#define MIN_PROGRESS_INTERVAL   2.0

Definition at line 38 of file om_cmd_utils.hh.

Referenced by progressFileCallback().

Function Documentation

Log::Level getLogLevel ( std::string  level)

Definition at line 33 of file om_cmd_utils.cpp.

References Log::Debug, Log::Default, Log::Error, Log::Info, and Log::Warn.

Referenced by main().

void progressDisplayCallback ( float  progress,
void *  extraParam 
)

Definition at line 59 of file om_cmd_utils.cpp.

Referenced by main().

void progressFileCallback ( float  progress,
void *  progressFile 
)