Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
Loading...
Searching...
No Matches
VertexProperty Struct Reference

Struct for vertex attributes. More...

#include <Global.h>

Public Attributes

string type
 
double x
 
double y
 
string objectID
 
string name
 
int servers = 0
 
int trunks = 0
 
string segments
 
bool active
 

Detailed Description

Struct for vertex attributes.

Definition at line 251 of file Global.h.

Member Data Documentation

◆ active

bool VertexProperty::active

Definition at line 265 of file Global.h.

◆ name

string VertexProperty::name

Definition at line 259 of file Global.h.

◆ objectID

string VertexProperty::objectID

Definition at line 258 of file Global.h.

◆ segments

string VertexProperty::segments

Definition at line 262 of file Global.h.

◆ servers

int VertexProperty::servers = 0

Definition at line 260 of file Global.h.

◆ trunks

int VertexProperty::trunks = 0

Definition at line 261 of file Global.h.

◆ type

string VertexProperty::type

Definition at line 253 of file Global.h.

◆ x

double VertexProperty::x

Definition at line 254 of file Global.h.

◆ y

double VertexProperty::y

Definition at line 255 of file Global.h.


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