3ds Max C++ API Reference
IMXclip Class Referenceabstract

#include <IMixer.h>

+ Inheritance diagram for IMXclip:

Public Member Functions

virtual ~IMXclip ()
 
virtual void GetOriginalBounds (int *orgstart, int *orgend)=0
 
virtual void GetTrimBounds (int *trimstart, int *trimend)=0
 
virtual void SetClipTrim (int trimstart, int trimend)=0
 
virtual void GetGlobalBounds (int *globstart, int *globend)=0
 
virtual BOOL SetClipGlobalStart (int globstart)=0
 
virtual BOOL SetClipGlobalEnd (int globend)=0
 
virtual void MoveClip (int timeInc)=0
 
virtual void ScaleClip (float scale)=0
 
virtual void SetClipScale (float scale)=0
 
virtual float GetClipScale ()=0
 
virtual int LocalToScaledLocal (int t)=0
 
virtual int ScaledLocalToLocal (int t)=0
 
virtual int LocalToGlobal (int t)=0
 
virtual int GlobalToLocal (int t)=0
 
virtual int GlobalToScaledLocal (int t)=0
 
virtual int ScaledLocalToGlobal (int t)=0
 
virtual int GlobalInpoint ()=0
 
virtual int GlobalOutpoint ()=0
 
virtual int GetNextTransitionInpoint ()=0
 
virtual BOOL SetNextTransitionInpoint (int inpt)=0
 
virtual float GetNextTransitionAngle ()=0
 
virtual void SetNextTransitionAngle (float angle)=0
 
virtual int GetNextTransitionFocus ()=0
 
virtual BOOL SetNextTransitionFocus (int focus)=0
 
virtual BOOL IsNextTransitionRolling ()=0
 
virtual void SetNextTransitionRolling ()=0
 
virtual void SetNextTransitionFixed ()=0
 
virtual void GetNextTransitionEase (float *easeIn, float *easeOut)=0
 
virtual BOOL SetNextTransitionEase (float easeIn, float easeOut)=0
 
virtual int GetPrevTransitionOutpoint ()=0
 
virtual BOOL SetPrevTransitionOutpoint (int outpt)=0
 
virtual BOOL IsPrevTransitionRolling ()=0
 
virtual void SetPrevTransitionRolling ()=0
 
virtual void SetPrevTransitionFixed ()=0
 
virtual const MaxSDK::AssetManagement::AssetUserGetFile ()=0
 
virtual BOOL LoadFile (int LoadOption, const MCHAR *fname, BOOL ZeroFootHgt)=0
 
virtual int NumWeights ()=0
 
virtual float GetWeight (int i)=0
 
virtual int GetWeightTime (int i)=0
 
virtual BOOL DeleteWeight (int i)=0
 
virtual BOOL SetWeight (int i, float w)=0
 
virtual BOOL SetWeightTime (int i, int t)=0
 
virtual float GetWeightAtTime (int t)=0
 
virtual int SetWeightAtTime (int t, float w)=0
 
virtual BOOL IsTimeWarpActive ()=0
 
virtual BOOL ActivateTimeWarp ()=0
 
virtual BOOL DeactivateTimeWarp ()=0
 
virtual BOOL InitializeTimeWarp ()=0
 
virtual int NumTimeWarps ()=0
 
virtual TimeValue GetTwOrgTime (int i)=0
 
virtual TimeValue GetTwWarpTime (int i)=0
 
virtual TimeValue GetOrgTimeAtWarpedTime (TimeValue t)=0
 
virtual TimeValue GetWarpedTimeAtOrgTime (TimeValue t)=0
 
virtual BOOL DeleteTw (int i)=0
 
virtual BOOL SetTwOrgTime (int i, TimeValue t)=0
 
virtual BOOL SetTwWarpTime (int i, TimeValue t)=0
 
virtual BOOL InsertWarpAtOrgTime (TimeValue t)=0
 

Additional Inherited Members

- Static Public Member Functions inherited from MaxHeapOperators
static UtilExport voidoperator new (size_t size)
 Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e)
 Standard new operator used to allocate objects if there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new (size_t size, const char *filename, int line)
 New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, int block_type, const char *filename, int line)
 New operator used to allocate objects that takes the type of memory, filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e, const char *filename, int line)
 New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new (size_t size, unsigned long flags)
 New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e, unsigned long flags)
 New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size, const char *filename, int line)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, int block_type, const char *filename, int line)
 New operator used to allocate arrays of objects. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e, const char *filename, int line)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size, unsigned long flags)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e, unsigned long flags)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport void operator delete (void *ptr)
 Standard delete operator used to deallocate an object If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e)
 Standard delete operator used to deallocate an object If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete (void *ptr, const char *filename, int line)
 Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, int block_type, const char *filename, int line)
 Delete operator used to deallocate an object that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e, const char *filename, int line)
 Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete (void *ptr, unsigned long flags)
 Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e, unsigned long flags)
 Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr)
 Standard delete operator used to deallocate an array of objects If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e)
 Standard delete operator used to deallocate an array of objects If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, int block_type, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr, unsigned long flags)
 Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e, unsigned long flags)
 Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, void *placement_ptr)
 Placement new operator. More...
 
static UtilExport void operator delete (void *ptr, void *placement_ptr)
 Placement delete operator. More...
 
static UtilExport voidaligned_malloc (size_t size, size_t alignment)
 Allocates memory on a specified alignment boundary. More...
 
static UtilExport voidaligned_realloc (void *ptr, size_t size, size_t alignment)
 Reallocates memory on a specified alignment boundary. More...
 
static UtilExport void aligned_free (void *ptr)
 Frees a block of memory that was allocated with aligned_malloc/aligned_realloc. More...
 

Constructor & Destructor Documentation

◆ ~IMXclip()

virtual ~IMXclip ( )
inlinevirtual
53 {;}

Member Function Documentation

◆ GetOriginalBounds()

virtual void GetOriginalBounds ( int orgstart,
int orgend 
)
pure virtual

◆ GetTrimBounds()

virtual void GetTrimBounds ( int trimstart,
int trimend 
)
pure virtual

◆ SetClipTrim()

virtual void SetClipTrim ( int  trimstart,
int  trimend 
)
pure virtual

◆ GetGlobalBounds()

virtual void GetGlobalBounds ( int globstart,
int globend 
)
pure virtual

◆ SetClipGlobalStart()

virtual BOOL SetClipGlobalStart ( int  globstart)
pure virtual

◆ SetClipGlobalEnd()

virtual BOOL SetClipGlobalEnd ( int  globend)
pure virtual

◆ MoveClip()

virtual void MoveClip ( int  timeInc)
pure virtual

◆ ScaleClip()

virtual void ScaleClip ( float  scale)
pure virtual

◆ SetClipScale()

virtual void SetClipScale ( float  scale)
pure virtual

◆ GetClipScale()

virtual float GetClipScale ( )
pure virtual

◆ LocalToScaledLocal()

virtual int LocalToScaledLocal ( int  t)
pure virtual

◆ ScaledLocalToLocal()

virtual int ScaledLocalToLocal ( int  t)
pure virtual

◆ LocalToGlobal()

virtual int LocalToGlobal ( int  t)
pure virtual

◆ GlobalToLocal()

virtual int GlobalToLocal ( int  t)
pure virtual

◆ GlobalToScaledLocal()

virtual int GlobalToScaledLocal ( int  t)
pure virtual

◆ ScaledLocalToGlobal()

virtual int ScaledLocalToGlobal ( int  t)
pure virtual

◆ GlobalInpoint()

virtual int GlobalInpoint ( )
pure virtual

◆ GlobalOutpoint()

virtual int GlobalOutpoint ( )
pure virtual

◆ GetNextTransitionInpoint()

virtual int GetNextTransitionInpoint ( )
pure virtual

◆ SetNextTransitionInpoint()

virtual BOOL SetNextTransitionInpoint ( int  inpt)
pure virtual

◆ GetNextTransitionAngle()

virtual float GetNextTransitionAngle ( )
pure virtual

◆ SetNextTransitionAngle()

virtual void SetNextTransitionAngle ( float  angle)
pure virtual

◆ GetNextTransitionFocus()

virtual int GetNextTransitionFocus ( )
pure virtual

◆ SetNextTransitionFocus()

virtual BOOL SetNextTransitionFocus ( int  focus)
pure virtual

◆ IsNextTransitionRolling()

virtual BOOL IsNextTransitionRolling ( )
pure virtual

◆ SetNextTransitionRolling()

virtual void SetNextTransitionRolling ( )
pure virtual

◆ SetNextTransitionFixed()

virtual void SetNextTransitionFixed ( )
pure virtual

◆ GetNextTransitionEase()

virtual void GetNextTransitionEase ( float *  easeIn,
float *  easeOut 
)
pure virtual

◆ SetNextTransitionEase()

virtual BOOL SetNextTransitionEase ( float  easeIn,
float  easeOut 
)
pure virtual

◆ GetPrevTransitionOutpoint()

virtual int GetPrevTransitionOutpoint ( )
pure virtual

◆ SetPrevTransitionOutpoint()

virtual BOOL SetPrevTransitionOutpoint ( int  outpt)
pure virtual

◆ IsPrevTransitionRolling()

virtual BOOL IsPrevTransitionRolling ( )
pure virtual

◆ SetPrevTransitionRolling()

virtual void SetPrevTransitionRolling ( )
pure virtual

◆ SetPrevTransitionFixed()

virtual void SetPrevTransitionFixed ( )
pure virtual

◆ GetFile()

virtual const MaxSDK::AssetManagement::AssetUser& GetFile ( )
pure virtual

◆ LoadFile()

virtual BOOL LoadFile ( int  LoadOption,
const MCHAR fname,
BOOL  ZeroFootHgt 
)
pure virtual

◆ NumWeights()

virtual int NumWeights ( )
pure virtual

◆ GetWeight()

virtual float GetWeight ( int  i)
pure virtual

◆ GetWeightTime()

virtual int GetWeightTime ( int  i)
pure virtual

◆ DeleteWeight()

virtual BOOL DeleteWeight ( int  i)
pure virtual

◆ SetWeight()

virtual BOOL SetWeight ( int  i,
float  w 
)
pure virtual

◆ SetWeightTime()

virtual BOOL SetWeightTime ( int  i,
int  t 
)
pure virtual

◆ GetWeightAtTime()

virtual float GetWeightAtTime ( int  t)
pure virtual

◆ SetWeightAtTime()

virtual int SetWeightAtTime ( int  t,
float  w 
)
pure virtual

◆ IsTimeWarpActive()

virtual BOOL IsTimeWarpActive ( )
pure virtual

◆ ActivateTimeWarp()

virtual BOOL ActivateTimeWarp ( )
pure virtual

◆ DeactivateTimeWarp()

virtual BOOL DeactivateTimeWarp ( )
pure virtual

◆ InitializeTimeWarp()

virtual BOOL InitializeTimeWarp ( )
pure virtual

◆ NumTimeWarps()

virtual int NumTimeWarps ( )
pure virtual

◆ GetTwOrgTime()

virtual TimeValue GetTwOrgTime ( int  i)
pure virtual

◆ GetTwWarpTime()

virtual TimeValue GetTwWarpTime ( int  i)
pure virtual

◆ GetOrgTimeAtWarpedTime()

virtual TimeValue GetOrgTimeAtWarpedTime ( TimeValue  t)
pure virtual

◆ GetWarpedTimeAtOrgTime()

virtual TimeValue GetWarpedTimeAtOrgTime ( TimeValue  t)
pure virtual

◆ DeleteTw()

virtual BOOL DeleteTw ( int  i)
pure virtual

◆ SetTwOrgTime()

virtual BOOL SetTwOrgTime ( int  i,
TimeValue  t 
)
pure virtual

◆ SetTwWarpTime()

virtual BOOL SetTwWarpTime ( int  i,
TimeValue  t 
)
pure virtual

◆ InsertWarpAtOrgTime()

virtual BOOL InsertWarpAtOrgTime ( TimeValue  t)
pure virtual