GlobeEngine
|
#include <ArrayTriangle.h>
Public Member Functions | |
ArrayTriangle () | |
ArrayTriangle (const T *_data) | |
~ArrayTriangle () | |
void | setArray (const T *_data) |
const T * | getArray () |
Protected Attributes | |
T | data [3 *D] |
Friends | |
std::ostream & | operator<< (std::ostream &out, const ArrayTriangle< D, T > &triangle) |
This class is used for triangle data which is supposed to be copied by triangle. The information is not stored by vertex objects, it is stored by vertex components and therefore one triangle can be copied as a whole array.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
protected |