#include <WireFrame.h>
Public Member Functions | |
int | Degree () const |
int | ID () const |
void | IncreaseDegree () |
bool | isBase () const |
bool | isFixed () const |
bool | isSubgraph () const |
point | Position () const |
point | RenderPos () const |
void | SetBase (bool b_base) |
void | SetFixed (bool b_fixed) |
void | SetID (int id) |
void | SetPosition (point p) |
void | SetPosition (double x, double y, double z) |
void | SetRenderPos (point p) |
void | SetRenderPos (double x, double y, double z) |
void | SetSubgraph (bool b_subg) |
WF_vert () | |
WF_vert (Vec3f p) | |
WF_vert (double x, double y, double z) | |
~WF_vert () | |
Public Attributes | |
WF_edge * | pedge_ |
Private Attributes | |
bool | b_base_ |
bool | b_fixed_ |
bool | b_subg_ |
int | degree_ |
int | id_ |
point | position_ |
point | render_pos_ |
Definition at line 58 of file WireFrame.h.
|
inline |
Definition at line 61 of file WireFrame.h.
|
inline |
Definition at line 65 of file WireFrame.h.
|
inline |
Definition at line 70 of file WireFrame.h.
|
inline |
Definition at line 75 of file WireFrame.h.
|
inline |
Definition at line 81 of file WireFrame.h.
|
inline |
Definition at line 80 of file WireFrame.h.
|
inline |
Definition at line 92 of file WireFrame.h.
|
inline |
Definition at line 84 of file WireFrame.h.
|
inline |
Definition at line 83 of file WireFrame.h.
|
inline |
Definition at line 85 of file WireFrame.h.
|
inline |
Definition at line 78 of file WireFrame.h.
|
inline |
Definition at line 79 of file WireFrame.h.
|
inline |
Definition at line 95 of file WireFrame.h.
|
inline |
Definition at line 94 of file WireFrame.h.
Definition at line 91 of file WireFrame.h.
Definition at line 87 of file WireFrame.h.
|
inline |
Definition at line 88 of file WireFrame.h.
Definition at line 89 of file WireFrame.h.
|
inline |
Definition at line 90 of file WireFrame.h.
|
inline |
Definition at line 96 of file WireFrame.h.
|
private |
Definition at line 108 of file WireFrame.h.
|
private |
Definition at line 109 of file WireFrame.h.
|
private |
Definition at line 110 of file WireFrame.h.
|
private |
Definition at line 106 of file WireFrame.h.
|
private |
Definition at line 105 of file WireFrame.h.
WF_edge* WF_vert::pedge_ |
Definition at line 99 of file WireFrame.h.
|
private |
Definition at line 102 of file WireFrame.h.
|
private |
Definition at line 103 of file WireFrame.h.