Pyrogenesis  trunk
Public Member Functions | Private Attributes | List of all members
BlendShape4 Struct Reference

#include <BlendShapes.h>

Public Member Functions

 BlendShape4 ()
 
 BlendShape4 (int a, int b, int c, int d)
 
int & operator[] (int index)
 
const int & operator[] (int index) const
 
bool operator== (const BlendShape4 &lhs) const
 
void Rotate90 (BlendShape4 &dst) const
 
void Rotate180 (BlendShape4 &dst) const
 
void Rotate270 (BlendShape4 &dst) const
 
void FlipU (BlendShape4 &dst) const
 
void FlipV (BlendShape4 &dst) const
 

Private Attributes

int m_Data [4]
 

Constructor & Destructor Documentation

BlendShape4::BlendShape4 ( )
inline
BlendShape4::BlendShape4 ( int  a,
int  b,
int  c,
int  d 
)
inline

Member Function Documentation

void BlendShape4::FlipU ( BlendShape4 dst) const
inline
void BlendShape4::FlipV ( BlendShape4 dst) const
inline
bool BlendShape4::operator== ( const BlendShape4 lhs) const
inline
int& BlendShape4::operator[] ( int  index)
inline
const int& BlendShape4::operator[] ( int  index) const
inline
void BlendShape4::Rotate180 ( BlendShape4 dst) const
inline
void BlendShape4::Rotate270 ( BlendShape4 dst) const
inline
void BlendShape4::Rotate90 ( BlendShape4 dst) const
inline

Member Data Documentation

int BlendShape4::m_Data[4]
private

The documentation for this struct was generated from the following file: