#include <CH_Segment.h>
Public Member Functions | |
| CH_SegmentValues () | |
| CH_SegmentValues (CH_Segment const &seg) | |
| void | display () |
Public Attributes | |
| float | t0 |
| float | t1 |
| float | iv |
| float | ov |
| float | im |
| float | om |
| float | isl |
| float | osl |
Definition at line 95 of file CH_Segment.h.
| CH_SegmentValues::CH_SegmentValues | ( | ) | [inline] |
Definition at line 101 of file CH_Segment.h.
| CH_SegmentValues::CH_SegmentValues | ( | CH_Segment const & | seg | ) |
| void CH_SegmentValues::display | ( | ) |
| float CH_SegmentValues::im |
Definition at line 99 of file CH_Segment.h.
| float CH_SegmentValues::isl |
Definition at line 99 of file CH_Segment.h.
| float CH_SegmentValues::iv |
Definition at line 99 of file CH_Segment.h.
| float CH_SegmentValues::om |
Definition at line 99 of file CH_Segment.h.
| float CH_SegmentValues::osl |
Definition at line 99 of file CH_Segment.h.
| float CH_SegmentValues::ov |
Definition at line 99 of file CH_Segment.h.
| float CH_SegmentValues::t0 |
Definition at line 98 of file CH_Segment.h.
| float CH_SegmentValues::t1 |
Definition at line 98 of file CH_Segment.h.
1.5.9