Public Member Functions | Public Attributes | Private Attributes | List of all members
WF_vert Class Reference

#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_edgepedge_
 

Private Attributes

bool b_base_
 
bool b_fixed_
 
bool b_subg_
 
int degree_
 
int id_
 
point position_
 
point render_pos_
 

Detailed Description

Definition at line 58 of file WireFrame.h.

Constructor & Destructor Documentation

WF_vert::WF_vert ( )
inline

Definition at line 61 of file WireFrame.h.

WF_vert::WF_vert ( Vec3f  p)
inline

Definition at line 65 of file WireFrame.h.

WF_vert::WF_vert ( double  x,
double  y,
double  z 
)
inline

Definition at line 70 of file WireFrame.h.

WF_vert::~WF_vert ( )
inline

Definition at line 75 of file WireFrame.h.

Member Function Documentation

int WF_vert::Degree ( ) const
inline

Definition at line 81 of file WireFrame.h.

int WF_vert::ID ( ) const
inline

Definition at line 80 of file WireFrame.h.

void WF_vert::IncreaseDegree ( )
inline

Definition at line 92 of file WireFrame.h.

bool WF_vert::isBase ( ) const
inline

Definition at line 84 of file WireFrame.h.

bool WF_vert::isFixed ( ) const
inline

Definition at line 83 of file WireFrame.h.

bool WF_vert::isSubgraph ( ) const
inline

Definition at line 85 of file WireFrame.h.

point WF_vert::Position ( ) const
inline

Definition at line 78 of file WireFrame.h.

point WF_vert::RenderPos ( ) const
inline

Definition at line 79 of file WireFrame.h.

void WF_vert::SetBase ( bool  b_base)
inline

Definition at line 95 of file WireFrame.h.

void WF_vert::SetFixed ( bool  b_fixed)
inline

Definition at line 94 of file WireFrame.h.

void WF_vert::SetID ( int  id)
inline

Definition at line 91 of file WireFrame.h.

void WF_vert::SetPosition ( point  p)
inline

Definition at line 87 of file WireFrame.h.

void WF_vert::SetPosition ( double  x,
double  y,
double  z 
)
inline

Definition at line 88 of file WireFrame.h.

void WF_vert::SetRenderPos ( point  p)
inline

Definition at line 89 of file WireFrame.h.

void WF_vert::SetRenderPos ( double  x,
double  y,
double  z 
)
inline

Definition at line 90 of file WireFrame.h.

void WF_vert::SetSubgraph ( bool  b_subg)
inline

Definition at line 96 of file WireFrame.h.

Member Data Documentation

bool WF_vert::b_base_
private

Definition at line 108 of file WireFrame.h.

bool WF_vert::b_fixed_
private

Definition at line 109 of file WireFrame.h.

bool WF_vert::b_subg_
private

Definition at line 110 of file WireFrame.h.

int WF_vert::degree_
private

Definition at line 106 of file WireFrame.h.

int WF_vert::id_
private

Definition at line 105 of file WireFrame.h.

WF_edge* WF_vert::pedge_

Definition at line 99 of file WireFrame.h.

point WF_vert::position_
private

Definition at line 102 of file WireFrame.h.

point WF_vert::render_pos_
private

Definition at line 103 of file WireFrame.h.


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


choreo_task_sequence_planner
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:03:15