3ds Max C++ API Reference
IMXtrack Class Referenceabstract

#include <IMixer.h>

+ Inheritance diagram for IMXtrack:

Public Member Functions

virtual ~IMXtrack ()
 
virtual int NumClips (int row)=0
 
virtual IMXclipGetClip (int index, int row=BOT_ROW)=0
 
virtual int GetTrackType ()=0
 
virtual void SetTrackType (int toType)=0
 
virtual BOOL GetMute ()=0
 
virtual BOOL SetMute (BOOL val)=0
 
virtual BOOL GetSolo ()=0
 
virtual BOOL SetSolo (BOOL val)=0
 
virtual void GetInterval (Interval &iv)=0
 
virtual void Clear ()=0
 
virtual BOOL AppendClip (const MCHAR *fname, BOOL ZeroFootHeight=true, int interval=5)=0
 
virtual BOOL IsHeightPreservedDuringTransitions ()=0
 
virtual BOOL SetTransPreserveHeight (BOOL val)=0
 
virtual BOOL OptimizeTransitions (int PreferredTransLength, BOOL SearchEntireClip, int SearchRangeBefore, int SearchRangeAfter)=0
 
virtual BOOL OptimizeClipsNextTransition (int PreferredTransLength, BOOL SearchEntireClip, int SearchRangeBefore, int SearchRangeAfter, int ClipIndex)=0
 
virtual void ComputeTransClips ()=0
 
virtual int NumTransClips ()=0
 
virtual IMXclipGetTransClip (int index)=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
 

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

◆ ~IMXtrack()

virtual ~IMXtrack ( )
inlinevirtual
214 {;}

Member Function Documentation

◆ NumClips()

virtual int NumClips ( int  row)
pure virtual

◆ GetClip()

virtual IMXclip* GetClip ( int  index,
int  row = BOT_ROW 
)
pure virtual

◆ GetTrackType()

virtual int GetTrackType ( )
pure virtual

◆ SetTrackType()

virtual void SetTrackType ( int  toType)
pure virtual

◆ GetMute()

virtual BOOL GetMute ( )
pure virtual

◆ SetMute()

virtual BOOL SetMute ( BOOL  val)
pure virtual

◆ GetSolo()

virtual BOOL GetSolo ( )
pure virtual

◆ SetSolo()

virtual BOOL SetSolo ( BOOL  val)
pure virtual

◆ GetInterval()

virtual void GetInterval ( Interval iv)
pure virtual

◆ Clear()

virtual void Clear ( )
pure virtual

◆ AppendClip()

virtual BOOL AppendClip ( const MCHAR fname,
BOOL  ZeroFootHeight = true,
int  interval = 5 
)
pure virtual

◆ IsHeightPreservedDuringTransitions()

virtual BOOL IsHeightPreservedDuringTransitions ( )
pure virtual

◆ SetTransPreserveHeight()

virtual BOOL SetTransPreserveHeight ( BOOL  val)
pure virtual

◆ OptimizeTransitions()

virtual BOOL OptimizeTransitions ( int  PreferredTransLength,
BOOL  SearchEntireClip,
int  SearchRangeBefore,
int  SearchRangeAfter 
)
pure virtual

◆ OptimizeClipsNextTransition()

virtual BOOL OptimizeClipsNextTransition ( int  PreferredTransLength,
BOOL  SearchEntireClip,
int  SearchRangeBefore,
int  SearchRangeAfter,
int  ClipIndex 
)
pure virtual

◆ ComputeTransClips()

virtual void ComputeTransClips ( )
pure virtual

◆ NumTransClips()

virtual int NumTransClips ( )
pure virtual

◆ GetTransClip()

virtual IMXclip* GetTransClip ( int  index)
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