Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
BlendShape8 Struct Reference

#include <BlendShapes.h>

Public Member Functions

 BlendShape8 ()
 
 BlendShape8 (int a, int b, int c, int d, int e, int f, int g, int h)
 
int & operator[] (size_t index)
 
const int & operator[] (size_t index) const
 
bool operator== (const BlendShape8 &lhs) const
 
void Rotate90 (BlendShape8 &dst) const
 
void Rotate180 (BlendShape8 &dst) const
 
void Rotate270 (BlendShape8 &dst) const
 
void FlipU (BlendShape8 &dst) const
 
void FlipV (BlendShape8 &dst) const
 

Private Attributes

int m_Data [8]
 

Detailed Description

Definition at line 76 of file BlendShapes.h.

Constructor & Destructor Documentation

BlendShape8::BlendShape8 ( )
inline

Definition at line 79 of file BlendShapes.h.

BlendShape8::BlendShape8 ( int  a,
int  b,
int  c,
int  d,
int  e,
int  f,
int  g,
int  h 
)
inline

Definition at line 80 of file BlendShapes.h.

Member Function Documentation

void BlendShape8::FlipU ( BlendShape8 dst) const
inline

Definition at line 125 of file BlendShapes.h.

void BlendShape8::FlipV ( BlendShape8 dst) const
inline

Definition at line 136 of file BlendShapes.h.

bool BlendShape8::operator== ( const BlendShape8 lhs) const
inline

Definition at line 88 of file BlendShapes.h.

int& BlendShape8::operator[] ( size_t  index)
inline

Definition at line 85 of file BlendShapes.h.

const int& BlendShape8::operator[] ( size_t  index) const
inline

Definition at line 86 of file BlendShapes.h.

void BlendShape8::Rotate180 ( BlendShape8 dst) const
inline

Definition at line 103 of file BlendShapes.h.

void BlendShape8::Rotate270 ( BlendShape8 dst) const
inline

Definition at line 114 of file BlendShapes.h.

void BlendShape8::Rotate90 ( BlendShape8 dst) const
inline

Definition at line 92 of file BlendShapes.h.

Member Data Documentation

int BlendShape8::m_Data[8]
private

Definition at line 148 of file BlendShapes.h.


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