#include <HinesMatrix.h>
Public Member Functions | |
JunctionStruct (unsigned int i, unsigned int r) | |
bool | operator< (const JunctionStruct &other) const |
Public Attributes | |
unsigned int | index |
Hines index of the compartment. | |
unsigned int | rank |
JunctionStruct::JunctionStruct | ( | unsigned int | i, | |
unsigned int | r | |||
) | [inline] |
bool JunctionStruct::operator< | ( | const JunctionStruct & | other | ) | const [inline] |
References index.
unsigned int JunctionStruct::index |
Hines index of the compartment.
Referenced by operator<().
unsigned int JunctionStruct::rank |
Number of elements "remaining" in this compartment's group: i.e., number of children with a larger Hines index, +1 for the parent.