#include <ExCVertex.h>
Public Methods | |
ExCVertex (void) | |
ExCVertex (double x, double y, double z) | |
ExCVertex (double x, double y, double z, double u, double v) | |
ExCVertex (double x, double y, double z, double r, double g, double b, double a) | |
ExCVertex (double x, double y, double z, double u, double v, double r, double g, double b, double a) | |
~ExCVertex (void) | |
void | SetX (double val) |
void | SetY (double val) |
void | SetZ (double val) |
void | SetU (double val) |
void | SetV (double val) |
void | SetR (double val) |
void | SetG (double val) |
void | SetB (double val) |
void | SetA (double val) |
void | SetW (double val) |
double | GetX (void) |
double | GetY (void) |
double | GetZ (void) |
double | GetU (void) |
double | GetV (void) |
double | GetA (void) |
double | GetB (void) |
double | GetG (void) |
double | GetR (void) |
double | GetW (void) |
void | IncX (double val) |
void | IncY (double val) |
void | IncZ (double val) |
void | DecX (double val) |
void | DecY (double val) |
void | DecZ (double val) |
void | Affich (void) |
Private Attributes | |
double | m_dA |
double | m_dB |
double | m_dG |
double | m_dR |
double | m_dU |
double | m_dV |
double | m_dW |
double | m_dX |
double | m_dY |
double | m_dZ |
|
Definition at line 26 of file ExCVertex.cpp. References m_dA, m_dB, m_dG, m_dR, m_dU, m_dV, m_dX, m_dY, and m_dZ.
|
|
Definition at line 39 of file ExCVertex.cpp. References SetA(), SetB(), SetG(), SetR(), SetU(), SetV(), SetX(), SetY(), and SetZ().
|
|
Definition at line 52 of file ExCVertex.cpp. References m_dA, m_dB, m_dG, m_dR, m_dU, m_dV, m_dX, m_dY, and m_dZ.
|
|
Definition at line 65 of file ExCVertex.cpp. References m_dA, m_dB, m_dG, m_dR, m_dU, m_dV, m_dX, m_dY, and m_dZ.
|
|
Definition at line 78 of file ExCVertex.cpp. References m_dA, m_dB, m_dG, m_dR, m_dU, m_dV, m_dX, m_dY, and m_dZ.
|
|
Definition at line 104 of file ExCVertex.cpp.
00105 { 00106 } |
|
Definition at line 89 of file ExCVertex.h. References m_dX, m_dY, and m_dZ.
|
|
Definition at line 84 of file ExCVertex.h. References m_dX.
|
|
Definition at line 85 of file ExCVertex.h. References m_dY.
|
|
Definition at line 86 of file ExCVertex.h. References m_dZ.
|
|
Definition at line 74 of file ExCVertex.h. References m_dA.
00074 {return m_dA;} |
|
Definition at line 75 of file ExCVertex.h. References m_dB.
00075 {return m_dB;} |
|
Definition at line 76 of file ExCVertex.h. References m_dG.
00076 {return m_dG;} |
|
Definition at line 77 of file ExCVertex.h. References m_dR.
00077 {return m_dR;} |
|
Definition at line 72 of file ExCVertex.h. References m_dU.
00072 {return m_dU;} |
|
Definition at line 73 of file ExCVertex.h. References m_dV.
00073 {return m_dV;} |
|
Definition at line 78 of file ExCVertex.h. References m_dW.
00078 {return m_dW;} |
|
Definition at line 69 of file ExCVertex.h. References m_dX. Referenced by ExCOctree::BuildBox(), ExCOctree::Draw(), ExCOctree::MeshInOctree(), and ExCOctree::SubDivise().
00069 {return m_dX;} |
|
Definition at line 70 of file ExCVertex.h. References m_dY. Referenced by ExCOctree::BuildBox(), ExCOctree::Draw(), ExCOctree::MeshInOctree(), and ExCOctree::SubDivise().
00070 {return m_dY;} |
|
Definition at line 71 of file ExCVertex.h. References m_dZ. Referenced by ExCOctree::BuildBox(), ExCOctree::Draw(), ExCOctree::MeshInOctree(), and ExCOctree::SubDivise().
00071 {return m_dZ;} |
|
Definition at line 80 of file ExCVertex.h. References m_dX.
|
|
Definition at line 81 of file ExCVertex.h. References m_dY.
|
|
Definition at line 82 of file ExCVertex.h. References m_dZ.
|
|
Definition at line 66 of file ExCVertex.h. References m_dA. Referenced by ExCVertex().
00066 {m_dA=val;} |
|
Definition at line 65 of file ExCVertex.h. References m_dB. Referenced by ExCVertex().
00065 {m_dB=val;} |
|
Definition at line 64 of file ExCVertex.h. References m_dG. Referenced by ExCVertex().
00064 {m_dG=val;} |
|
Definition at line 63 of file ExCVertex.h. References m_dR. Referenced by ExCVertex().
00063 {m_dR=val;} |
|
Definition at line 61 of file ExCVertex.h. References m_dU. Referenced by ExCVertex(), ExCEntite::LoadAsc(), ExCComposed::LoadAsc(), and ExCMap::LoadMap().
00061 {m_dU=val;} |
|
Definition at line 62 of file ExCVertex.h. References m_dV. Referenced by ExCVertex(), ExCEntite::LoadAsc(), ExCComposed::LoadAsc(), and ExCMap::LoadMap().
00062 {m_dV=val;} |
|
Definition at line 67 of file ExCVertex.h. References m_dW.
00067 {m_dW=val;} |
|
Definition at line 58 of file ExCVertex.h. References m_dX. Referenced by ExCOctree::BuildBox(), ExCOctree::BuildFirstBox(), ExCEntite::BuildPvsBox(), ExCVertex(), ExCEntite::LoadAsc(), ExCComposed::LoadAsc(), ExCMap::LoadMap(), and ExCOctree::SubDivise().
00058 {m_dX=val;} |
|
Definition at line 59 of file ExCVertex.h. References m_dY. Referenced by ExCOctree::BuildBox(), ExCOctree::BuildFirstBox(), ExCEntite::BuildPvsBox(), ExCVertex(), ExCEntite::LoadAsc(), ExCComposed::LoadAsc(), ExCMap::LoadMap(), and ExCOctree::SubDivise().
00059 {m_dY=val;} |
|
Definition at line 60 of file ExCVertex.h. References m_dZ. Referenced by ExCOctree::BuildBox(), ExCOctree::BuildFirstBox(), ExCEntite::BuildPvsBox(), ExCVertex(), ExCEntite::LoadAsc(), ExCComposed::LoadAsc(), ExCMap::LoadMap(), and ExCOctree::SubDivise().
00060 {m_dZ=val;} |
|
Definition at line 33 of file ExCVertex.h. |
|
Definition at line 34 of file ExCVertex.h. |
|
Definition at line 35 of file ExCVertex.h. |
|
Definition at line 36 of file ExCVertex.h. |
|
Definition at line 37 of file ExCVertex.h. |
|
Definition at line 38 of file ExCVertex.h. |
|
Definition at line 39 of file ExCVertex.h. |
|
Definition at line 40 of file ExCVertex.h. Referenced by Affich(), DecX(), ExCVertex(), GetX(), IncX(), and SetX(). |
|
Definition at line 41 of file ExCVertex.h. Referenced by Affich(), DecY(), ExCVertex(), GetY(), IncY(), and SetY(). |
|
Definition at line 42 of file ExCVertex.h. Referenced by Affich(), DecZ(), ExCVertex(), GetZ(), IncZ(), and SetZ(). |