GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
Describes an entry in the Sparse-Break-Matrix. We have a (sorted) list of individual entries, which save a force and an individual break-list. the sorting is just be number of lines (which is just the length of the associated list) More...
Public Member Functions | |
GRPenaltyEntry (float fpenalty, int pindex1, int pindex2) | |
GRPenaltyEntry (GRPenaltyEntry *ptpe1, GRPenaltyEntry *ptpe2) | |
intlist * | GetBreakList (intlist *mybreaklist) |
Protected Attributes | |
float | penalty |
union { | |
GRPenaltyEntry * pe | |
int index | |
} | entry1 |
union { | |
GRPenaltyEntry * pe | |
int index | |
} | entry2 |
int | ispointerentry |
Friends | |
class | GRBreakMatrix |
Describes an entry in the Sparse-Break-Matrix. We have a (sorted) list of individual entries, which save a force and an individual break-list. the sorting is just be number of lines (which is just the length of the associated list)
GRPenaltyEntry::GRPenaltyEntry | ( | float | fpenalty, |
int | pindex1, | ||
int | pindex2 | ||
) |
GRPenaltyEntry::GRPenaltyEntry | ( | GRPenaltyEntry * | ptpe1, |
GRPenaltyEntry * | ptpe2 | ||
) |
|
friend |
union { ... } GRPenaltyEntry::entry1 |
union { ... } GRPenaltyEntry::entry2 |
int GRPenaltyEntry::index |
|
protected |
GRPenaltyEntry* GRPenaltyEntry::pe |
|
protected |