Public Member Functions | Public Attributes
towr::Nodes::IndexInfo Struct Reference

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

#include <nodes.h>

List of all members.

Public Member Functions

 IndexInfo ()
 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.
int node_dim_
 the dimension (x,y,z) of that optimization index.
int node_id_
 The ID of the node of the optimization index.

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 ( 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

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

Definition at line 63 of file nodes.h.

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

Definition at line 64 of file nodes.h.

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 Mon Apr 9 2018 03:12:44