#include <THM.hxx>
Public Member Functions | |
THM () | |
void | initialize (void *component) |
void | run () |
This class is a C++ wrapper for a while loop calling a Cle-2000 procedure named THMComponent.c2m at each iteration.
THM::THM | ( | ) |
use this constructor to create a new THM object
void THM::initialize | ( | void * | component | ) |
use this method to assign a Calcium component to the THM object
component | Calcium component reference |
void THM::run | ( | ) |
use this method to execute the THM object