JunkBox_Lib++ (for Windows) 1.10.1
Loading...
Searching...
No Matches
ContourBaseData.h File Reference
#include <vector>
#include <algorithm>
#include "Vector.h"
#include "Rotation.h"
#include "AffineTrans.h"
#include "buffer.h"
Include dependency graph for ContourBaseData.h:
This graph shows which files directly or indirectly include this file:

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< ContourTriIndexCONTOUR_TRIINDX_ARRAY
 
typedef std::vector< ContourTriDataCONTOUR_TRIDATA_ARRAY
 

Functions

TriPolygonDatadupTriPolygonData (TriPolygonData *data, int num)
 
TriPolygonDatajoinTriPolygonData (TriPolygonData *&first, int num_f, TriPolygonData *&next, int num_n)
 
void freeTriPolygonData (TriPolygonData *&tridata)
 
void freeTriPolygonData (TriPolygonData *&tridata, int n)
 
void freeContourBaseData (ContourBaseData *&contour)