HDK
|
#include <GU_MotionClipUtil.h>
Static Public Member Functions | |
static UT_StringHolder | attribName () |
Get name of clipinfo detail attribute. More... | |
Definition at line 130 of file GU_MotionClipUtil.h.
|
default |
|
static |
Get name of clipinfo detail attribute.
void GU_MotionClipInfo::initFromTimeMap | ( | const GU_MotionClipTimeMap & | time_map, |
fpreal | source_rate | ||
) |
Initialize from given ClipTimeMap, filling in missing information from CHgetManager() as required.
|
inline |
The end behavior should the clip be evaluated before the first frame
Definition at line 207 of file GU_MotionClipUtil.h.
GU_MotionClipEndBehavior GU_MotionClipInfo::leftEndBehaviorEnum | ( | ) | const |
The end behavior should the clip be evaluated before the first frame
bool GU_MotionClipInfo::load | ( | const GEO_Detail & | geo | ) |
Load values from geometry.
|
inline |
Name of the clip.
Definition at line 183 of file GU_MotionClipUtil.h.
|
inline |
Definition at line 232 of file GU_MotionClipUtil.h.
|
inline |
Definition at line 217 of file GU_MotionClipUtil.h.
|
inline |
Scene clip range in seconds
Definition at line 169 of file GU_MotionClipUtil.h.
|
inline |
Scene clip range in seconds
Definition at line 170 of file GU_MotionClipUtil.h.
|
inline |
Scene rate in frames per second
Definition at line 177 of file GU_MotionClipUtil.h.
|
inline |
Reset to default constructed state.
Definition at line 136 of file GU_MotionClipUtil.h.
|
inline |
The end behavior should the clip be evaluate after the last frame
Definition at line 196 of file GU_MotionClipUtil.h.
GU_MotionClipEndBehavior GU_MotionClipInfo::rightEndBehaviorEnum | ( | ) | const |
The end behavior should the clip be evaluate after the last frame
bool GU_MotionClipInfo::save | ( | GEO_Detail & | geo | ) |
Save values to geometry.
void GU_MotionClipInfo::setLeftEndBehavior | ( | const UT_StringHolder & | behavior | ) |
The end behavior should the clip be evaluated before the first frame
void GU_MotionClipInfo::setLeftEndBehavior | ( | const GU_MotionClipEndBehavior & | behavior | ) |
The end behavior should the clip be evaluated before the first frame
Scene clip range in seconds
Definition at line 171 of file GU_MotionClipUtil.h.
Scene rate in frames per second
Definition at line 178 of file GU_MotionClipUtil.h.
void GU_MotionClipInfo::setRightEndBehavior | ( | const UT_StringHolder & | behavior | ) |
The end behavior should the clip be evaluate after the last frame
void GU_MotionClipInfo::setRightEndBehavior | ( | const GU_MotionClipEndBehavior & | behavior | ) |
The end behavior should the clip be evaluate after the last frame
void GU_MotionClipInfo::setSopPath | ( | const UT_StringHolder & | path | ) |
SOP path used to create the clip.
Source clip range in seconds
Definition at line 156 of file GU_MotionClipUtil.h.
Source clip rate in frames per second
Definition at line 163 of file GU_MotionClipUtil.h.
|
inline |
SOP path used to create the clip.
Definition at line 190 of file GU_MotionClipUtil.h.
|
inline |
Source clip range in seconds
Definition at line 155 of file GU_MotionClipUtil.h.
|
inline |
Source clip rate in frames per second
Definition at line 162 of file GU_MotionClipUtil.h.