Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Node_Data Struct Reference
Collaboration diagram for Node_Data:
[legend]

Public Member Functions

 Node_Data ()
 

Public Attributes

int number
 
string name
 
double x
 
double y
 
double hr
 
double vr
 
bool shadow
 
bool without
 
double xoffset
 
double yoffset
 
DynDlist< Tag_Datatag_list
 

Detailed Description

Definition at line 327 of file graphpic.C.

Constructor & Destructor Documentation

◆ Node_Data()

Node_Data::Node_Data ( )
inline

Definition at line 340 of file graphpic.C.

References xoffset, and yoffset.

Member Data Documentation

◆ hr

double Node_Data::hr

Definition at line 332 of file graphpic.C.

◆ name

string Node_Data::name

Definition at line 330 of file graphpic.C.

◆ number

int Node_Data::number

Definition at line 329 of file graphpic.C.

◆ shadow

bool Node_Data::shadow

Definition at line 333 of file graphpic.C.

◆ tag_list

DynDlist<Tag_Data> Node_Data::tag_list

Definition at line 338 of file graphpic.C.

◆ vr

double Node_Data::vr

Definition at line 332 of file graphpic.C.

◆ without

bool Node_Data::without

Definition at line 334 of file graphpic.C.

◆ x

double Node_Data::x

Definition at line 331 of file graphpic.C.

◆ xoffset

double Node_Data::xoffset

Definition at line 336 of file graphpic.C.

Referenced by Node_Data().

◆ y

double Node_Data::y

Definition at line 331 of file graphpic.C.

◆ yoffset

double Node_Data::yoffset

Definition at line 336 of file graphpic.C.

Referenced by Node_Data().


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