ScriptItem Class 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...
 

Constructor & Destructor Documentation

Member Function Documentation

Snippet* GetSnippet ( )
inline
323 { return snip; }
Snippet * snip
Definition: IMoFlow.h:311
void SetSnippet ( Snippet s)
inline
324 { snip = s; }
Snippet * snip
Definition: IMoFlow.h:311
int GetTransIndex ( ) const
inline
325 { return transindex; }
int transindex
Definition: IMoFlow.h:312
void SetTransIndex ( int  i)
inline
326 { transindex = i; }
int transindex
Definition: IMoFlow.h:312
vector GetFlowPos ( ) const
inline
327 { return flow_pos; }
vector flow_pos
Definition: IMoFlow.h:313
void SetFlowPos ( vector  p)
inline
328 { flow_pos = p; }
vector flow_pos
Definition: IMoFlow.h:313
vector2D GetFlowPivot ( ) const
inline
329 { return flow_pivot; }
vector2D flow_pivot
Definition: IMoFlow.h:314
void SetFlowPivot ( vector2D  p)
inline
330 { flow_pivot = p; }
vector2D flow_pivot
Definition: IMoFlow.h:314
float GetFlowYaw ( ) const
inline
331 { return flow_yaw; }
float flow_yaw
Definition: IMoFlow.h:315
void SetFlowYaw ( float  y)
inline
332 { flow_yaw = y; }
float flow_yaw
Definition: IMoFlow.h:315
int GetSnipStart ( ) const
inline
333 { return glob_snipstart; }
int glob_snipstart
Definition: IMoFlow.h:316
void SetSnipStart ( int  s)
inline
334 { glob_snipstart = s; }
int glob_snipstart
Definition: IMoFlow.h:316
BIPExport ScriptItem& operator= ( const ScriptItem SI)

Member Data Documentation

Snippet* snip
int transindex
vector flow_pos
vector2D flow_pivot
float flow_yaw
int glob_snipstart
const MCHAR* tempSnipName
int foothold_frame[2]
int footlift_frame[2]