JunkBox_Lib++ (for Windows) 1.10.1
Loading...
Searching...
No Matches
ContourTriIndex Class Reference

#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
 

Detailed Description

Definition at line 43 of file ContourBaseData.h.

Constructor & Destructor Documentation

◆ ContourTriIndex()

ContourTriIndex ( int w1 = 0,
int w2 = 0,
int w3 = 0,
int m1 = 0,
int m2 = 0,
int m3 = 0 )
inline

Definition at line 51 of file ContourBaseData.h.

51{ init(w1,w2,w3,m1,m2,m3);}
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)

References ContourTriIndex::init().

Here is the call graph for this function:

◆ ~ContourTriIndex()

virtual ~ContourTriIndex ( void )
inlinevirtual

Definition at line 52 of file ContourBaseData.h.

52{}

Member Function Documentation

◆ init()

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 )
inline

Definition at line 54 of file ContourBaseData.h.

54{ set(w1,w2,w3,m1,m2,m3,u1,u2,u3);}
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)

References ContourTriIndex::set().

Referenced by ContourTriIndex::ContourTriIndex().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mlt_set()

◆ set()

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.

13{
14 v1 = w1; v2 = w2; v3 = w3;
15 n1 = m1; n2 = m2; n3 = m3;
16 uv1 = u1; uv2 = u2, uv3 = u3;
17}

References ContourTriIndex::n1, ContourTriIndex::n2, ContourTriIndex::n3, ContourTriIndex::uv1, ContourTriIndex::uv2, ContourTriIndex::uv3, ContourTriIndex::v1, ContourTriIndex::v2, and ContourTriIndex::v3.

Referenced by ContourTriIndex::init().

Here is the caller graph for this function:

◆ SurfaceNormal() [1/2]

Vector< double > SurfaceNormal ( CONTOUR_VECTOR_ARRAY * coords)
inline

Definition at line 59 of file ContourBaseData.h.

59 {
60 Vector<double> normal = NewellMethod<double>((*coords)[v1],(*coords)[v2],(*coords)[v3]);
61 return normal.normalize();
62 }

References Vector< T >::normalize(), ContourTriIndex::v1, ContourTriIndex::v2, and ContourTriIndex::v3.

Here is the call graph for this function:

◆ SurfaceNormal() [2/2]

Vector< float > SurfaceNormal ( CONTOUR_VECTOR_ARRAY32 * coords)
inline

Definition at line 64 of file ContourBaseData.h.

64 {
65 Vector<float> normal = NewellMethod<float>((*coords)[v1], (*coords)[v2], (*coords)[v3]);
66 return normal.normalize();
67 }

References Vector< T >::normalize(), ContourTriIndex::v1, ContourTriIndex::v2, and ContourTriIndex::v3.

Here is the call graph for this function:

Member Data Documentation

◆ n1

int n1

Definition at line 47 of file ContourBaseData.h.

Referenced by ContourTriIndex::mlt_set(), and ContourTriIndex::set().

◆ n2

int n2

Definition at line 47 of file ContourBaseData.h.

Referenced by ContourTriIndex::mlt_set(), and ContourTriIndex::set().

◆ n3

int n3

Definition at line 47 of file ContourBaseData.h.

Referenced by ContourTriIndex::mlt_set(), and ContourTriIndex::set().

◆ uv1

int uv1

Definition at line 48 of file ContourBaseData.h.

Referenced by ContourTriIndex::mlt_set(), and ContourTriIndex::set().

◆ uv2

int uv2

Definition at line 48 of file ContourBaseData.h.

Referenced by ContourTriIndex::mlt_set(), and ContourTriIndex::set().

◆ uv3

int uv3

Definition at line 48 of file ContourBaseData.h.

Referenced by ContourTriIndex::mlt_set(), and ContourTriIndex::set().

◆ v1

◆ v2

◆ v3


The documentation for this class was generated from the following files: