Public Member Functions | Public Attributes | List of all members
towr::Nodes::IndexInfo Struct Reference

Holds information about the node the optimization index represents. More...

#include <nodes.h>

Public Member Functions

 IndexInfo ()=default
 
 IndexInfo (int node_id, Dx deriv, int node_dim)
 
int operator== (const IndexInfo &right) const
 

Public Attributes

Dx node_deriv_
 The derivative (pos,vel) of that optimziation index. More...
 
int node_dim_
 the dimension (x,y,z) of that optimization index. More...
 
int node_id_
 The ID of the node of the optimization index. More...
 

Detailed Description

Holds information about the node the optimization index represents.

Definition at line 61 of file nodes.h.

Constructor & Destructor Documentation

towr::Nodes::IndexInfo::IndexInfo ( )
default
towr::Nodes::IndexInfo::IndexInfo ( int  node_id,
Dx  deriv,
int  node_dim 
)

Definition at line 66 of file nodes.cc.

Member Function Documentation

int towr::Nodes::IndexInfo::operator== ( const IndexInfo right) const

Definition at line 220 of file nodes.cc.

Member Data Documentation

Dx towr::Nodes::IndexInfo::node_deriv_

The derivative (pos,vel) of that optimziation index.

Definition at line 63 of file nodes.h.

int towr::Nodes::IndexInfo::node_dim_

the dimension (x,y,z) of that optimization index.

Definition at line 64 of file nodes.h.

int towr::Nodes::IndexInfo::node_id_

The ID of the node of the optimization index.

Definition at line 62 of file nodes.h.


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


towr_core
Author(s): Alexander W. Winkler
autogenerated on Sat Apr 7 2018 02:15:57