3ds Max C++ API Reference
ScriptItem Class Reference

#include <IMoFlow.h>

+ Inheritance diagram for ScriptItem:

Public Member Functions

SnippetGetSnippet ()
 
void SetSnippet (Snippet *s)
 
int GetTransIndex () const
 
void SetTransIndex (int i)
 
vector GetFlowPos () const
 
void SetFlowPos (vector p)
 
vector2D GetFlowPivot () const
 
void SetFlowPivot (vector2D p)
 
float GetFlowYaw () const
 
void SetFlowYaw (float y)
 
int GetSnipStart () const
 
void SetSnipStart (int s)
 
BIPExport ScriptItem ()
 
BIPExport ScriptItemoperator= (const ScriptItem &SI)
 

Public Attributes

Snippetsnip
 
int transindex
 
vector flow_pos
 
vector2D flow_pivot
 
float flow_yaw
 
int glob_snipstart
 
const MCHARtempSnipName
 
int foothold_frame [2]
 
int footlift_frame [2]
 

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

◆ ScriptItem()

Member Function Documentation

◆ GetSnippet()

Snippet* GetSnippet ( )
inline
323 { return snip; }
Snippet * snip
Definition: IMoFlow.h:311

◆ SetSnippet()

void SetSnippet ( Snippet s)
inline
324 { snip = s; }

◆ GetTransIndex()

int GetTransIndex ( ) const
inline
325 { return transindex; }
int transindex
Definition: IMoFlow.h:312

◆ SetTransIndex()

void SetTransIndex ( int  i)
inline
326 { transindex = i; }

◆ GetFlowPos()

vector GetFlowPos ( ) const
inline
327 { return flow_pos; }
vector flow_pos
Definition: IMoFlow.h:313

◆ SetFlowPos()

void SetFlowPos ( vector  p)
inline
328 { flow_pos = p; }

◆ GetFlowPivot()

vector2D GetFlowPivot ( ) const
inline
329 { return flow_pivot; }
vector2D flow_pivot
Definition: IMoFlow.h:314

◆ SetFlowPivot()

void SetFlowPivot ( vector2D  p)
inline
330 { flow_pivot = p; }

◆ GetFlowYaw()

float GetFlowYaw ( ) const
inline
331 { return flow_yaw; }
float flow_yaw
Definition: IMoFlow.h:315

◆ SetFlowYaw()

void SetFlowYaw ( float  y)
inline
332 { flow_yaw = y; }

◆ GetSnipStart()

int GetSnipStart ( ) const
inline
333 { return glob_snipstart; }
int glob_snipstart
Definition: IMoFlow.h:316

◆ SetSnipStart()

void SetSnipStart ( int  s)
inline
334 { glob_snipstart = s; }

◆ operator=()

BIPExport ScriptItem& operator= ( const ScriptItem SI)

Member Data Documentation

◆ snip

Snippet* snip

◆ transindex

int transindex

◆ flow_pos

vector flow_pos

◆ flow_pivot

vector2D flow_pivot

◆ flow_yaw

float flow_yaw

◆ glob_snipstart

int glob_snipstart

◆ tempSnipName

const MCHAR* tempSnipName

◆ foothold_frame

int foothold_frame[2]

◆ footlift_frame

int footlift_frame[2]