Utopia  2
Framework for studying models of complex & adaptive systems.
Public Attributes | List of all members
Utopia::Models::CopyMeGraph::VertexState Struct Reference

The vertex state. More...

#include <CopyMeGraph.hh>

Public Attributes

double some_state
 A useful documentation string. More...
 
int some_trait
 Another useful documentation string, yeah. More...
 
bool is_a_vip_vertex
 Whether this vertex is very important. More...
 

Detailed Description

The vertex state.

Here you should add your vertex properties as in the examples below. And do not forget to delete this comment otherwise everyone will now that you do not read commments. ;)

Member Data Documentation

◆ is_a_vip_vertex

bool Utopia::Models::CopyMeGraph::VertexState::is_a_vip_vertex

Whether this vertex is very important.

◆ some_state

double Utopia::Models::CopyMeGraph::VertexState::some_state

A useful documentation string.

◆ some_trait

int Utopia::Models::CopyMeGraph::VertexState::some_trait

Another useful documentation string, yeah.


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