|
JunkBox_Lib++ (for Windows) 1.10.1
|
#include <vector>#include <algorithm>#include "Vector.h"#include "Rotation.h"#include "AffineTrans.h"#include "buffer.h"

Go to the source code of this file.
Classes | |
| class | ContourTriIndex |
| class | ContourTriData |
| class | TriPolygonData |
| class | ContourBaseData |
| class | SkinJointData |
Namespaces | |
| namespace | jbxl |
Typedefs | |
| typedef std::vector< Vector< double > > | CONTOUR_VECTOR_ARRAY |
| typedef std::vector< Vector< float > > | CONTOUR_VECTOR_ARRAY32 |
| typedef std::vector< ContourTriIndex > | CONTOUR_TRIINDX_ARRAY |
| typedef std::vector< ContourTriData > | CONTOUR_TRIDATA_ARRAY |
Functions | |
| TriPolygonData * | dupTriPolygonData (TriPolygonData *data, int num) |
| TriPolygonData * | joinTriPolygonData (TriPolygonData *&first, int num_f, TriPolygonData *&next, int num_n) |
| void | freeTriPolygonData (TriPolygonData *&tridata) |
| void | freeTriPolygonData (TriPolygonData *&tridata, int n) |
| void | freeContourBaseData (ContourBaseData *&contour) |