#include <CL_DynamicTimeWarp.h>
|  | 
|  | CL_DynamicTimeWarp () | 
|  | 
|  | CL_DynamicTimeWarp (const CL_DynamicTimeWarp &dtw) | 
|  | 
|  | ~CL_DynamicTimeWarp () override | 
|  | 
| void | warpClip (bool loop_reference, UT_WorkBuffer &error_msg) | 
|  | 
| fpreal | warpSubClip (int src_start, int src_length, int ref_start, int ref_length, bool compute_warp, UT_AutoInterrupt &boss) | 
|  | 
| bool | boundMaxStep (int max_step) | 
|  | 
| bool | boundMaxStall (int max_stall) | 
|  | 
| void | unboundWarp () | 
|  | 
| bool | computeWeightFnRotations () | 
|  | 
| bool | computeWeightFnEulerDistance () | 
|  | 
|  | 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 28 of file CL_DynamicTimeWarp.h.
 
      
        
          | CL_DynamicTimeWarp::CL_DynamicTimeWarp | ( |  | ) |  | 
      
 
 
  
  | 
        
          | CL_DynamicTimeWarp::~CL_DynamicTimeWarp | ( |  | ) |  |  | override | 
 
 
      
        
          | bool CL_DynamicTimeWarp::boundMaxStall | ( | int | max_stall | ) |  | 
      
 
 
      
        
          | bool CL_DynamicTimeWarp::boundMaxStep | ( | int | max_step | ) |  | 
      
 
 
      
        
          | bool CL_DynamicTimeWarp::computeWeightFnEulerDistance | ( |  | ) |  | 
      
 
 
      
        
          | bool CL_DynamicTimeWarp::computeWeightFnRotations | ( |  | ) |  | 
      
 
 
      
        
          | void CL_DynamicTimeWarp::unboundWarp | ( |  | ) |  | 
      
 
 
The documentation for this class was generated from the following file: