#include <CL_TimeWarp.h>
|
| CL_TimeWarp () |
|
virtual | ~CL_TimeWarp () |
|
fpreal | linearWarp (fpreal sample, int warp_length) |
|
void | interpolateWarp () |
|
fpreal | warpSample (fpreal sample) |
|
bool | warpIsValid () |
|
int | warpLength () |
|
bool | setNumChannels (int num_channels, int src_channel_length, int ref_channel_length) |
|
bool | addChannel (const fpreal *input_src_channel, const fpreal *input_ref_channel) |
|
bool | addMotionChannels (const fpreal *src_tx_channel, const fpreal *src_ty_channel, const fpreal *src_tz_channel, const fpreal *ref_tx_channel, const fpreal *ref_ty_channel, const fpreal *ref_tz_channel) |
|
void | setRootTrnChannels (const fpreal *tx_channel, const fpreal *ty_channel, const fpreal *tz_channel, bool set_src) |
|
void | setRootRotChannels (const fpreal *rx_channel, const fpreal *ry_channel, const fpreal *rz_channel, bool set_src) |
|
void | processMotionChannels () |
|
fpreal * | srcChannel (int i) |
|
fpreal * | refChannel (int i) |
|
Definition at line 27 of file CL_TimeWarp.h.
CL_TimeWarp::CL_TimeWarp |
( |
| ) |
|
virtual CL_TimeWarp::~CL_TimeWarp |
( |
| ) |
|
|
virtual |
bool CL_TimeWarp::addChannel |
( |
const fpreal * |
input_src_channel, |
|
|
const fpreal * |
input_ref_channel |
|
) |
| |
bool CL_TimeWarp::addMotionChannels |
( |
const fpreal * |
src_tx_channel, |
|
|
const fpreal * |
src_ty_channel, |
|
|
const fpreal * |
src_tz_channel, |
|
|
const fpreal * |
ref_tx_channel, |
|
|
const fpreal * |
ref_ty_channel, |
|
|
const fpreal * |
ref_tz_channel |
|
) |
| |
void CL_TimeWarp::interpolateWarp |
( |
| ) |
|
void CL_TimeWarp::processMotionChannels |
( |
| ) |
|
bool CL_TimeWarp::setNumChannels |
( |
int |
num_channels, |
|
|
int |
src_channel_length, |
|
|
int |
ref_channel_length |
|
) |
| |
void CL_TimeWarp::setRootRotChannels |
( |
const fpreal * |
rx_channel, |
|
|
const fpreal * |
ry_channel, |
|
|
const fpreal * |
rz_channel, |
|
|
bool |
set_src |
|
) |
| |
void CL_TimeWarp::setRootTrnChannels |
( |
const fpreal * |
tx_channel, |
|
|
const fpreal * |
ty_channel, |
|
|
const fpreal * |
tz_channel, |
|
|
bool |
set_src |
|
) |
| |
bool CL_TimeWarp::warpIsValid |
( |
| ) |
|
|
inline |
int CL_TimeWarp::warpLength |
( |
| ) |
|
|
inline |
int CL_TimeWarp::myCurrentNumChannels |
|
protected |
int CL_TimeWarp::myNumChannels |
|
protected |
int CL_TimeWarp::myRefChannelLength |
|
protected |
int CL_TimeWarp::mySrcChannelLength |
|
protected |
bool CL_TimeWarp::myWarpIsValid |
|
protected |
int CL_TimeWarp::myWarpLength |
|
protected |
The documentation for this class was generated from the following file: