HDK
|
#include "MC_API.h"
#include "MC_MocapStreamLog.h"
#include <GU/GU_Detail.h>
#include <GU/GU_MotionClip.h>
#include <UT/UT_Array.h>
#include <UT/UT_ConcurrentQueue.h>
#include <UT/UT_Function.h>
#include <UT/UT_StopWatch.h>
#include <UT/UT_WorkBuffer.h>
#include <hboost/system/system_error.hpp>
#include <atomic>
#include <vector>
Go to the source code of this file.
Classes | |
struct | MC_MocapStreamCookParms |
struct | MC_MocapRecorder |
class | MC_MocapStreamImpl |
class | MC_MocapStreamImpl::RegisterBase |
class | MC_MocapStreamImpl::Register< T > |
struct | MC_MocapStreamImpl::ServerState |
struct | MC_MocapStreamImpl::ServerOptions |
struct | MC_MocapStreamImpl::ServerOptions::Enabled |
Functions | |
SYS_VISIBILITY_EXPORT void | newMocapStreamDevice (void *) |
Variables | |
const UT_StringHolder | theActorAttribName = "actorname" |
SYS_VISIBILITY_EXPORT void newMocapStreamDevice | ( | void * | ) |
Function called in DSO to install new functions All files found in $HOUDINI_MOCAPSTREAM_DSO_PATH are automatically scanned for this function.
Definition at line 46 of file MocapStreamRokokoHDK.C.
const UT_StringHolder theActorAttribName = "actorname" |
Definition at line 28 of file MC_MocapStreamImpl.h.