| HDK
    | 
#include <MC_MocapStreamImpl.h>
| Public Attributes | |
| GU_Detail | myEvalTarget | 
| GU_Detail | myClipGeo | 
| UT_UniquePtr< GU_MotionClipRW > | myClip | 
| MC_MocapStreamCookParms | myStreamCookParms | 
| UT_WorkBuffer | myErrorMsg | 
| bool | myHasStartTime = false | 
| fpreal64 | myStartTime = 0.0f | 
| uint64 | mySkeletonVersion = 0 | 
A structure used to store the MotionClip geometry that is created when recording a motion capture stream. This structure also has its own MC_MocapStreamCookparms which is a snapshot of the value of those parms on the MocapStream SOP from when the recording started.
Definition at line 57 of file MC_MocapStreamImpl.h.
| UT_UniquePtr<GU_MotionClipRW> MC_MocapRecorder::myClip | 
Definition at line 61 of file MC_MocapStreamImpl.h.
| GU_Detail MC_MocapRecorder::myClipGeo | 
Definition at line 60 of file MC_MocapStreamImpl.h.
| UT_WorkBuffer MC_MocapRecorder::myErrorMsg | 
Definition at line 65 of file MC_MocapStreamImpl.h.
| GU_Detail MC_MocapRecorder::myEvalTarget | 
Definition at line 59 of file MC_MocapStreamImpl.h.
| bool MC_MocapRecorder::myHasStartTime = false | 
Definition at line 66 of file MC_MocapStreamImpl.h.
| uint64 MC_MocapRecorder::mySkeletonVersion = 0 | 
Definition at line 68 of file MC_MocapStreamImpl.h.
| fpreal64 MC_MocapRecorder::myStartTime = 0.0f | 
Definition at line 67 of file MC_MocapStreamImpl.h.
| MC_MocapStreamCookParms MC_MocapRecorder::myStreamCookParms | 
Definition at line 63 of file MC_MocapStreamImpl.h.