TranInfo Class Reference
 
 
 
TranInfo Class Reference

#include <IMoFlow.h>

Inheritance diagram for TranInfo:
MaxHeapOperators

Public Member Functions

BIPExport  TranInfo ()
BIPExport TranInfo operator= (const TranInfo &TI)
BIPExport int  operator== (const TranInfo &TI)
void  Output (MFL_IOProcessor *IOProc, bool asWChar)
void  Input (MFL_IOProcessor *IOProc, bool asWChar)
int  GetSourceStart () const
void  SetSourceStart (int s)
int  GetDestStart () const
void  SetDestStart (int s)
int  GetSourceState () const
void  SetSourceState (int s)
int  GetDestState () const
void  SetDestState (int s)
int  GetLength () const
void  SetLength (int l)
float  GetAngle () const
void  SetAngle (float a)
int  GetRandPercent () const
void  SetRandPercent (float r)
float  GetCost () const
void  SetCost (float c)
float  GetEaseIn () const
void  SetEaseIn (float in)
float  GetEaseOut () const
void  SetEaseOut (float out)
int  GetTransFocus () const
void  SetTransFocus (int t)
const MCHAR *  GetNote () const
void  SetNote (const MCHAR *n)

Public Attributes

int  start1
int  start2
int  length
int  rolling1
int  rolling2
int  randpct
int  transFocus
float  angle
float  easein
float  easeout
float  cost
float  flow_angle
path_properties  prop
MCHAR  note [MAXTRANNOTE]

Constructor & Destructor Documentation

BIPExport TranInfo ( )

Member Function Documentation

BIPExport TranInfo& operator= ( const TranInfo TI )
BIPExport int operator== ( const TranInfo TI )
void Output ( MFL_IOProcessor *  IOProc,
bool  asWChar 
)
void Input ( MFL_IOProcessor *  IOProc,
bool  asWChar 
)
int GetSourceStart ( ) const [inline]
void SetSourceStart ( int  s ) [inline]
int GetDestStart ( ) const [inline]
void SetDestStart ( int  s ) [inline]
int GetSourceState ( ) const [inline]
void SetSourceState ( int  s ) [inline]
int GetDestState ( ) const [inline]
void SetDestState ( int  s ) [inline]
int GetLength ( ) const [inline]
void SetLength ( int  l ) [inline]
float GetAngle ( ) const [inline]
void SetAngle ( float  a ) [inline]
int GetRandPercent ( ) const [inline]
void SetRandPercent ( float  r ) [inline]
float GetCost ( ) const [inline]
void SetCost ( float  c ) [inline]
float GetEaseIn ( ) const [inline]
void SetEaseIn ( float  in ) [inline]
float GetEaseOut ( ) const [inline]
void SetEaseOut ( float  out ) [inline]
int GetTransFocus ( ) const [inline]
void SetTransFocus ( int  t ) [inline]
const MCHAR* GetNote ( ) const [inline]
void SetNote ( const MCHAR *  n ) [inline]

Member Data Documentation

MCHAR note[MAXTRANNOTE]