|
abc-master
|
#include <mapperInt.h>
Data Fields | |
| Map_Man_t * | p |
| Map_Node_t * | pNext |
| int | Num |
| int | TravId |
| int | nRefs |
| unsigned | fMark0: 1 |
| unsigned | fMark1: 1 |
| unsigned | fUsed: 1 |
| unsigned | fInv: 1 |
| unsigned | fInvert: 1 |
| unsigned | Level:16 |
| unsigned | NumTemp:10 |
| int | nRefAct [3] |
| float | nRefEst [3] |
| float | Switching |
| Map_Node_t * | p1 |
| Map_Node_t * | p2 |
| Map_Node_t * | pNextE |
| Map_Node_t * | pRepr |
| Map_Time_t | tArrival [2] |
| Map_Time_t | tRequired [2] |
| Map_Cut_t * | pCutBest [2] |
| Map_Cut_t * | pCuts |
| char * | pData0 |
| char * | pData1 |
Definition at line 201 of file mapperInt.h.
| unsigned Map_NodeStruct_t_::fInv |
Definition at line 212 of file mapperInt.h.
| unsigned Map_NodeStruct_t_::fInvert |
Definition at line 213 of file mapperInt.h.
| unsigned Map_NodeStruct_t_::fMark0 |
Definition at line 209 of file mapperInt.h.
| unsigned Map_NodeStruct_t_::fMark1 |
Definition at line 210 of file mapperInt.h.
| unsigned Map_NodeStruct_t_::fUsed |
Definition at line 211 of file mapperInt.h.
| unsigned Map_NodeStruct_t_::Level |
Definition at line 214 of file mapperInt.h.
| int Map_NodeStruct_t_::nRefAct[3] |
Definition at line 216 of file mapperInt.h.
| float Map_NodeStruct_t_::nRefEst[3] |
Definition at line 217 of file mapperInt.h.
| int Map_NodeStruct_t_::nRefs |
Definition at line 208 of file mapperInt.h.
| int Map_NodeStruct_t_::Num |
Definition at line 206 of file mapperInt.h.
| unsigned Map_NodeStruct_t_::NumTemp |
Definition at line 215 of file mapperInt.h.
| Map_Man_t* Map_NodeStruct_t_::p |
Definition at line 204 of file mapperInt.h.
| Map_Node_t* Map_NodeStruct_t_::p1 |
Definition at line 221 of file mapperInt.h.
| Map_Node_t* Map_NodeStruct_t_::p2 |
Definition at line 222 of file mapperInt.h.
| Map_Cut_t* Map_NodeStruct_t_::pCutBest[2] |
Definition at line 239 of file mapperInt.h.
| Map_Cut_t* Map_NodeStruct_t_::pCuts |
Definition at line 240 of file mapperInt.h.
| char* Map_NodeStruct_t_::pData0 |
Definition at line 241 of file mapperInt.h.
| char* Map_NodeStruct_t_::pData1 |
Definition at line 242 of file mapperInt.h.
| Map_Node_t* Map_NodeStruct_t_::pNext |
Definition at line 205 of file mapperInt.h.
| Map_Node_t* Map_NodeStruct_t_::pNextE |
Definition at line 223 of file mapperInt.h.
| Map_Node_t* Map_NodeStruct_t_::pRepr |
Definition at line 224 of file mapperInt.h.
| float Map_NodeStruct_t_::Switching |
Definition at line 218 of file mapperInt.h.
| Map_Time_t Map_NodeStruct_t_::tArrival[2] |
Definition at line 235 of file mapperInt.h.
| int Map_NodeStruct_t_::TravId |
Definition at line 207 of file mapperInt.h.
| Map_Time_t Map_NodeStruct_t_::tRequired[2] |
Definition at line 236 of file mapperInt.h.