|
HDK
|
#include <GLTF_Channel.h>
Public Member Functions | |
| GLTF_Channel ()=default | |
| ~GLTF_Channel ()=default | |
| GLTF_Channel (const GLTF_Channel &) | |
| GLTF_Channel & | operator= (const GLTF_Channel &) |
| GLTF_Channel (GLTF_Channel &&) | |
| void | setChannelTarget (GLTF_ChannelTarget target) |
| void | setInterpolation (GLTF_Interpolation interp) |
| void | fillChannelComponents () |
Definition at line 99 of file GLTF_Channel.h.
|
default |
|
default |
| GLTF_Channel::GLTF_Channel | ( | const GLTF_Channel & | ) |
| GLTF_Channel::GLTF_Channel | ( | GLTF_Channel && | ) |
| void GLTF_Channel::fillChannelComponents | ( | ) |
| GLTF_Channel& GLTF_Channel::operator= | ( | const GLTF_Channel & | ) |
| void GLTF_Channel::setChannelTarget | ( | GLTF_ChannelTarget | target | ) |
|
inline |
Definition at line 110 of file GLTF_Channel.h.
| UT_Array<CL_SimpleChannel> GLTF_Channel::myChannelComponents |
Definition at line 122 of file GLTF_Channel.h.
| GLTF_ChannelTarget GLTF_Channel::myChannelTarget |
Definition at line 114 of file GLTF_Channel.h.
| GLTF_Interpolation GLTF_Channel::myInterpolation |
Definition at line 115 of file GLTF_Channel.h.
Definition at line 117 of file GLTF_Channel.h.
| GLTF_Index GLTF_Channel::myNodeTarget |
Definition at line 113 of file GLTF_Channel.h.
| UT_SharedPtr<GLTF_AnimChannelSource> GLTF_Channel::mySource |
Definition at line 124 of file GLTF_Channel.h.
Definition at line 120 of file GLTF_Channel.h.