#include <vector>
#include <algorithm>
#include "Vector.h"
#include "Rotation.h"
#include "buffer.h"
Go to the source code of this file.
Classes | |
class | FacetTriIndex |
class | FacetTriData |
class | FacetBaseData |
class | TriPolyData |
Namespaces | |
namespace | jbxl |
Typedefs | |
typedef std::vector< Vector < double > > | FACET_VECTOR_ARRAY |
typedef std::vector< Vector < float > > | FACET_VECTOR_ARRAY32 |
typedef std::vector < FacetTriIndex > | FACET_TRIINDX_ARRAY |
typedef std::vector< FacetTriData > | FACET_TRIDATA_ARRAY |
Functions | |
void | freeFacetBaseData (FacetBaseData *&facet) |
TriPolyData * | dupTriPolyData (TriPolyData *data, int num) |
TriPolyData * | joinTriPolyData (TriPolyData *&first, int num_f, TriPolyData *&next, int num_n) |
void | freeTriPolyData (TriPolyData *&tridata) |
void | freeTriPolyData (TriPolyData *&tridata, int n) |