15 const char*
name()
const;
16 const char*
name(
int,
int&)
const;
23 void set(
const char*,
double val,
int arrayindex = 0);
29 double get(
const char*,
int arrayindex = 0);
31 void save(
const char*, std::ostream*);
44 void mschk(
const char*);
void in(Section *, double x=-1.)
virtual ~MechanismStandard()
void out(Section *, double x=-1.)
MechanismStandard(const char *, int vartype)
void save(const char *, std::ostream *)
void action(const char *, Object *pyact)
const char * name() const
void set(const char *, double val, int arrayindex=0)
double get(const char *, int arrayindex=0)
void panel(const char *label=NULL)
void point_process(Object **)
Point_process * pp_begin()
bool is_netcon_target(int)
MechanismType(bool point_process)
Point_process * pp_next()
void select(const char *)
void action(const char *, Object *pyact)
A point process is computed just like regular mechanisms.