OhymosOption

OhymosOption treats specification of general options for simulation.

[ libohymos | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

DESCRIPTION

Class Summary

class OhymosOption
{

public:
enum TimeControl ;
static TimeControl Get_time_control_option(void);
protected:
}; // OhymosOption

Back to the top of OhymosOption


DESCRIPTION

OhymosOption treats specification of general options for simulation.

Simulation options are specified by the values of the data members of this class. Default options are specified in object.cc.

Member functions of Total_system can change the simulation options, because the class Total_system is a friend of this class.

keywords: option

Back to the top of OhymosOption


enum TimeControl ;

Definition of enum TimeControl
GoBeyondTerminalTime:
Can go beyond the teminal time
DoNotGoBeyondTerminalTime:
Cannot go beyond the terminal time

  enum TimeControl { GoBeyondTerminalTime, DoNotGoBeyondTerminalTime };

Back to the top of OhymosOption


TimeControl Get_time_control_option(void);

Returns the time control option

  static TimeControl Get_time_control_option(void);

Back to the top of OhymosOption


All Members

public:
enum TimeControl ;
static TimeControl Get_time_control_option(void);
protected:

Back to the top of OhymosOption


Ancestors

Class does not inherit from any other class.

Back to the top of OhymosOption


Descendants

Class is not inherited by any others.

Back to the top of OhymosOption


Generated from source by the Cocoon utilities on Sun Sep 3 22:52:03 2000 .

Report problems to jkotula@stratasys.com