Additional Inherited Members | |
Public Member Functions inherited from ConvexDecomposition::Array< Type > | |
Type & | Add (Type) |
void | AddUnique (Type) |
void | allocate (int s) |
Array (int s=0) | |
Array (Array< Type > &array) | |
Array (ArrayRet< Type > &array) | |
int | Contains (Type) |
void | DelIndex (int i) |
int | IndexOf (Type) |
void | Insert (Type, int) |
Array< Type > & | operator= (Array< Type > &array) |
Array< Type > & | operator= (ArrayRet< Type > &array) |
const Type & | operator[] (int i) const |
Type & | operator[] (int i) |
void | Pack () |
Type & | Pop () |
void | Remove (Type) |
void | SetSize (int s) |
~Array () | |
Public Attributes inherited from ConvexDecomposition::Array< Type > | |
int | array_size |
int | count |
Type * | element |
Definition at line 90 of file cd_hull.cpp.