Blender V2.61 - r43446
|
Public Member Functions | |
HalfArray () | |
~HalfArray () | |
void | resize (unsigned int size) |
T & | operator() (unsigned int x, unsigned int y) |
void | erase_column (unsigned int x) |
void | delete_column (unsigned int x) |
void | erase_row (unsigned int y) |
A Half array is a square 2d array where cell(x, y) is undefined if x < y.
Definition at line 175 of file SG_Tree.cpp.
Definition at line 179 of file SG_Tree.cpp.
Definition at line 180 of file SG_Tree.cpp.
void HalfArray< T >::delete_column | ( | unsigned int | x | ) | [inline] |
Definition at line 203 of file SG_Tree.cpp.
Referenced by SG_TreeFactory::MakeTreeUp().
void HalfArray< T >::erase_column | ( | unsigned int | x | ) | [inline] |
Definition at line 197 of file SG_Tree.cpp.
void HalfArray< T >::erase_row | ( | unsigned int | y | ) | [inline] |
Definition at line 212 of file SG_Tree.cpp.
Referenced by SG_TreeFactory::MakeTreeUp().
T& HalfArray< T >::operator() | ( | unsigned int | x, |
unsigned int | y | ||
) | [inline] |
Definition at line 191 of file SG_Tree.cpp.
References assert.
void HalfArray< T >::resize | ( | unsigned int | size | ) | [inline] |
Definition at line 182 of file SG_Tree.cpp.
Referenced by SG_TreeFactory::MakeTreeUp().