HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MC_MocapStreamImpl.h File Reference
#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>
+ Include dependency graph for MC_MocapStreamImpl.h:
+ This graph shows which files directly or indirectly include this file:

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"
 

Function Documentation

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.

Examples:
mocapstream/MocapStreamRokokoHDK.C.

Definition at line 47 of file MocapStreamRokokoHDK.C.

Variable Documentation

const UT_StringHolder theActorAttribName = "actorname"
Examples:
mocapstream/MocapStreamRokokoHDK.C.

Definition at line 28 of file MC_MocapStreamImpl.h.