JunkBox_Lib++ (for Windows) 1.10.1
|
#include <ContourBaseData.h>
Public Member Functions | |
TriPolygonData (void) | |
virtual | ~TriPolygonData (void) |
void | init (void) |
void | free (void) |
void | dup (TriPolygonData a) |
void | execScale (Vector< double > scale) |
void | execShift (Vector< double > shift) |
void | execRotate (Quaternion< double > quat) |
void | ComputeTriNormal () |
Public Attributes | |
int | polygonNum |
ポリゴン番号 | |
bool | has_normal |
配列データの場合,一番最初のデータが値を持っていれば十分である. | |
bool | has_texcrd |
配列データの場合,一番最初のデータが値を持っていれば十分である. | |
bool | has_weight |
配列データの場合,一番最初のデータが値を持っていれば十分である. | |
Vector< double > | vertex [3] |
Vector< double > | normal [3] |
UVMap< double > | texcrd [3] |
ArrayParam< int > | weight [3] |
Definition at line 107 of file ContourBaseData.h.
|
inline |
Definition at line 121 of file ContourBaseData.h.
References TriPolygonData::init().
|
inlinevirtual |
Definition at line 122 of file ContourBaseData.h.
References TriPolygonData::free().
|
inline |
Definition at line 132 of file ContourBaseData.h.
References jbxl::NewellMethod(), TriPolygonData::normal, Vector< T >::normalize(), and TriPolygonData::vertex.
void dup | ( | TriPolygonData | a | ) |
< ポリゴン番号
< 配列データの場合,一番最初のデータが値を持っていれば十分である.
< 配列データの場合,一番最初のデータが値を持っていれば十分である.
< 配列データの場合,一番最初のデータが値を持っていれば十分である.
Definition at line 218 of file ContourBaseData.cpp.
References ArrayParam< T >::dup(), TriPolygonData::has_normal, TriPolygonData::has_texcrd, TriPolygonData::has_weight, TriPolygonData::normal, TriPolygonData::polygonNum, TriPolygonData::texcrd, TriPolygonData::vertex, and TriPolygonData::weight.
Referenced by jbxl::dupTriPolygonData(), and jbxl::joinTriPolygonData().
void execRotate | ( | Quaternion< double > | quat | ) |
Definition at line 254 of file ContourBaseData.cpp.
References TriPolygonData::normal, jbxl::VectorRotation(), and TriPolygonData::vertex.
void execScale | ( | Vector< double > | scale | ) |
Definition at line 234 of file ContourBaseData.cpp.
References TriPolygonData::vertex, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
void execShift | ( | Vector< double > | shift | ) |
Definition at line 244 of file ContourBaseData.cpp.
References TriPolygonData::vertex, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
void free | ( | void | ) |
Definition at line 209 of file ContourBaseData.cpp.
References ArrayParam< T >::free(), TriPolygonData::init(), and TriPolygonData::weight.
Referenced by jbxl::freeTriPolygonData(), jbxl::freeTriPolygonData(), and TriPolygonData::~TriPolygonData().
void init | ( | void | ) |
Definition at line 193 of file ContourBaseData.cpp.
References TriPolygonData::has_normal, TriPolygonData::has_texcrd, TriPolygonData::has_weight, Vector< T >::init(), ArrayParam< T >::init(), UVMap< T >::init(), TriPolygonData::normal, TriPolygonData::polygonNum, TriPolygonData::texcrd, TriPolygonData::vertex, and TriPolygonData::weight.
Referenced by TriPolygonData::free(), and TriPolygonData::TriPolygonData().
bool has_normal |
Definition at line 111 of file ContourBaseData.h.
Referenced by TriPolygonData::dup(), and TriPolygonData::init().
bool has_texcrd |
Definition at line 112 of file ContourBaseData.h.
Referenced by TriPolygonData::dup(), and TriPolygonData::init().
bool has_weight |
Definition at line 113 of file ContourBaseData.h.
Referenced by TriPolygonData::dup(), and TriPolygonData::init().
Vector<double> normal[3] |
Definition at line 116 of file ContourBaseData.h.
Referenced by TriPolygonData::ComputeTriNormal(), TriPolygonData::dup(), TriPolygonData::execRotate(), MeshObjectData::importTriData(), and TriPolygonData::init().
int polygonNum |
Definition at line 110 of file ContourBaseData.h.
Referenced by TriPolygonData::dup(), TriPolygonData::init(), and jbxl::joinTriPolygonData().
UVMap<double> texcrd[3] |
Definition at line 117 of file ContourBaseData.h.
Referenced by TriPolygonData::dup(), MeshObjectData::importTriData(), and TriPolygonData::init().
Vector<double> vertex[3] |
Definition at line 115 of file ContourBaseData.h.
Referenced by TriPolygonData::ComputeTriNormal(), TriPolygonData::dup(), TriPolygonData::execRotate(), TriPolygonData::execScale(), TriPolygonData::execShift(), MeshObjectData::importTriData(), and TriPolygonData::init().
ArrayParam<int> weight[3] |
Definition at line 118 of file ContourBaseData.h.
Referenced by TriPolygonData::dup(), TriPolygonData::free(), and TriPolygonData::init().