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

Parent structure to store common properties for all graph vertices. More...

#include <Global.h>

Inheritance diagram for VertexProperties:

Public Attributes

string type
 
double x
 
double y
 

Detailed Description

Parent structure to store common properties for all graph vertices.

Definition at line 234 of file Global.h.

Member Data Documentation

◆ type

string VertexProperties::type

Definition at line 235 of file Global.h.

◆ x

double VertexProperties::x

Definition at line 236 of file Global.h.

◆ y

double VertexProperties::y

Definition at line 237 of file Global.h.


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