JunkBox_Lib++ (for Windows) 1.10.1
|
#include <ContourBaseData.h>
Public Member Functions | |
ContourTriIndex (int w1=0, int w2=0, int w3=0, int m1=0, int m2=0, int m3=0) | |
virtual | ~ContourTriIndex (void) |
void | init (int w1=0, int w2=0, int w3=0, int m1=0, int m2=0, int m3=0, int u1=0, int u2=0, int u3=0) |
void | set (int w1=0, int w2=0, int w3=0, int m1=0, int m2=0, int m3=0, int u1=0, int u2=0, int u3=0) |
void | mlt_set (int d1=0, int d2=0, int d3=0) |
Vector< double > | SurfaceNormal (CONTOUR_VECTOR_ARRAY *coords) |
Vector< float > | SurfaceNormal (CONTOUR_VECTOR_ARRAY32 *coords) |
Public Attributes | |
int | v1 |
int | v2 |
int | v3 |
int | n1 |
int | n2 |
int | n3 |
int | uv1 |
int | uv2 |
int | uv3 |
Definition at line 43 of file ContourBaseData.h.
|
inline |
Definition at line 51 of file ContourBaseData.h.
References ContourTriIndex::init().
|
inlinevirtual |
Definition at line 52 of file ContourBaseData.h.
|
inline |
Definition at line 54 of file ContourBaseData.h.
References ContourTriIndex::set().
Referenced by ContourTriIndex::ContourTriIndex().
void mlt_set | ( | int | d1 = 0, |
int | d2 = 0, | ||
int | d3 = 0 ) |
Definition at line 20 of file ContourBaseData.cpp.
References ContourTriIndex::n1, ContourTriIndex::n2, ContourTriIndex::n3, ContourTriIndex::uv1, ContourTriIndex::uv2, ContourTriIndex::uv3, ContourTriIndex::v1, ContourTriIndex::v2, and ContourTriIndex::v3.
void set | ( | int | w1 = 0, |
int | w2 = 0, | ||
int | w3 = 0, | ||
int | m1 = 0, | ||
int | m2 = 0, | ||
int | m3 = 0, | ||
int | u1 = 0, | ||
int | u2 = 0, | ||
int | u3 = 0 ) |
Definition at line 12 of file ContourBaseData.cpp.
References ContourTriIndex::n1, ContourTriIndex::n2, ContourTriIndex::n3, ContourTriIndex::uv1, ContourTriIndex::uv2, ContourTriIndex::uv3, ContourTriIndex::v1, ContourTriIndex::v2, and ContourTriIndex::v3.
Referenced by ContourTriIndex::init().
|
inline |
Definition at line 59 of file ContourBaseData.h.
References Vector< T >::normalize(), ContourTriIndex::v1, ContourTriIndex::v2, and ContourTriIndex::v3.
|
inline |
Definition at line 64 of file ContourBaseData.h.
References Vector< T >::normalize(), ContourTriIndex::v1, ContourTriIndex::v2, and ContourTriIndex::v3.
int n1 |
Definition at line 47 of file ContourBaseData.h.
Referenced by ContourTriIndex::mlt_set(), and ContourTriIndex::set().
int n2 |
Definition at line 47 of file ContourBaseData.h.
Referenced by ContourTriIndex::mlt_set(), and ContourTriIndex::set().
int n3 |
Definition at line 47 of file ContourBaseData.h.
Referenced by ContourTriIndex::mlt_set(), and ContourTriIndex::set().
int uv1 |
Definition at line 48 of file ContourBaseData.h.
Referenced by ContourTriIndex::mlt_set(), and ContourTriIndex::set().
int uv2 |
Definition at line 48 of file ContourBaseData.h.
Referenced by ContourTriIndex::mlt_set(), and ContourTriIndex::set().
int uv3 |
Definition at line 48 of file ContourBaseData.h.
Referenced by ContourTriIndex::mlt_set(), and ContourTriIndex::set().
int v1 |
Definition at line 46 of file ContourBaseData.h.
Referenced by ContourTriIndex::mlt_set(), ContourTriIndex::set(), ContourTriIndex::SurfaceNormal(), and ContourTriIndex::SurfaceNormal().
int v2 |
Definition at line 46 of file ContourBaseData.h.
Referenced by ContourTriIndex::mlt_set(), ContourTriIndex::set(), ContourTriIndex::SurfaceNormal(), and ContourTriIndex::SurfaceNormal().
int v3 |
Definition at line 46 of file ContourBaseData.h.
Referenced by ContourTriIndex::mlt_set(), ContourTriIndex::set(), ContourTriIndex::SurfaceNormal(), and ContourTriIndex::SurfaceNormal().