#include "CH_API.h"#include <iostream.h>#include <deque>#include <UT/UT_Vector3.h>#include "CH_Channel.h"Go to the source code of this file.
Classes | |
| class | CH_SegmentFlags |
| class | CH_SegmentValues |
| class | CH_Segment |
Defines | |
| #define | CH_EXPRESSION_CONSTANT "constant()" |
| #define | CH_EXPRESSION_BEZIER "bezier()" |
| #define | CH_EXPRESSION_LINEAR "linear()" |
| #define | CH_EXPRESSION_CUBIC "cubic()" |
| #define | CH_EXPRESSION_EASE "ease()" |
| #define | CH_EXPRESSION_EASEIN "easein()" |
| #define | CH_EXPRESSION_EASEOUT "easeout()" |
| #define | CH_EXPRESSION_SPLINE "spline()" |
| #define | CH_EXPRESSION_QLINEAR "qlinear()" |
| #define | CH_EXPRESSION_QCUBIC "qcubic()" |
| #define | CH_MAX_SLOPE 1e8 |
| #define | CH_MAX_ACCEL 1e8 |
Enumerations | |
| enum | { CH_STRETCH_IN = 0x01, CH_STRETCH_OUT = 0x02 } |
| #define CH_EXPRESSION_BEZIER "bezier()" |
Definition at line 31 of file CH_Segment.h.
| #define CH_EXPRESSION_CONSTANT "constant()" |
Definition at line 30 of file CH_Segment.h.
| #define CH_EXPRESSION_CUBIC "cubic()" |
Definition at line 33 of file CH_Segment.h.
| #define CH_EXPRESSION_EASE "ease()" |
Definition at line 34 of file CH_Segment.h.
| #define CH_EXPRESSION_EASEIN "easein()" |
Definition at line 35 of file CH_Segment.h.
| #define CH_EXPRESSION_EASEOUT "easeout()" |
Definition at line 36 of file CH_Segment.h.
| #define CH_EXPRESSION_LINEAR "linear()" |
Definition at line 32 of file CH_Segment.h.
| #define CH_EXPRESSION_QCUBIC "qcubic()" |
Definition at line 39 of file CH_Segment.h.
| #define CH_EXPRESSION_QLINEAR "qlinear()" |
Definition at line 38 of file CH_Segment.h.
| #define CH_EXPRESSION_SPLINE "spline()" |
Definition at line 37 of file CH_Segment.h.
| #define CH_MAX_ACCEL 1e8 |
Definition at line 109 of file CH_Segment.h.
| #define CH_MAX_SLOPE 1e8 |
Definition at line 108 of file CH_Segment.h.
| anonymous enum |
1.5.9