Go to the documentation of this file.
13 #ifndef __MAX_TRIGGER_H
14 #define __MAX_TRIGGER_H
41 bool Off(
const map<int,Vec3>& );
42 bool On(
const map<int,Vec3>& );
45 #endif // __MAX_TRIGGER_H
int tail_size
Definition: MaxTrigger.h:29
MaxTrigger(double, double)
Definition: MaxTrigger.cpp:17
double trig_on_value
Definition: MaxTrigger.h:26
Definition: MaxTrigger.h:33
double trig_off_value
Definition: MaxTrigger.h:27
int buff_size
Definition: MaxTrigger.h:28
double m_on_level
Definition: MaxTrigger.h:35
boost::python::object iter(const boost::python::object &pyOb)
Definition: Util.h:25
bool Off(const map< int, Vec3 > &)
Definition: MaxTrigger.cpp:24
double m_off_level
Definition: MaxTrigger.h:36
bool On(const map< int, Vec3 > &)
Definition: MaxTrigger.cpp:38
Definition: MaxTrigger.h:25