BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
BALL::RingPerceptionProcessor::PathMessage_ Struct Reference

#include <BALL/QSAR/ringPerceptionProcessor.h>

Public Member Functions

void push (EdgeItem< Index, Index > *bond, TNode_ *node)
 

Public Attributes

BitVector beep
 
TNode_nfirst
 pointer to the first node this message was sent from More...
 
TNode_nlast
 
EdgeItem< Index, Index > * efirst
 pointer to the first edge of the message path More...
 

Detailed Description

Definition at line 196 of file ringPerceptionProcessor.h.

Member Function Documentation

void BALL::RingPerceptionProcessor::PathMessage_::push ( EdgeItem< Index, Index > *  bond,
TNode_ node 
)

Member Data Documentation

BitVector BALL::RingPerceptionProcessor::PathMessage_::beep

Definition at line 201 of file ringPerceptionProcessor.h.

EdgeItem<Index, Index>* BALL::RingPerceptionProcessor::PathMessage_::efirst

pointer to the first edge of the message path

Definition at line 210 of file ringPerceptionProcessor.h.

TNode_* BALL::RingPerceptionProcessor::PathMessage_::nfirst

pointer to the first node this message was sent from

Definition at line 204 of file ringPerceptionProcessor.h.

TNode_* BALL::RingPerceptionProcessor::PathMessage_::nlast

Definition at line 207 of file ringPerceptionProcessor.h.