#include "mapperInt.h"
Go to the source code of this file.
Functions | |
| float | Map_SwitchCutGetDerefed (Map_Node_t *pNode, Map_Cut_t *pCut, int fPhase) |
| FUNCTION DEFINITIONS ///. | |
| float | Map_SwitchCutRef (Map_Node_t *pNode, Map_Cut_t *pCut, int fPhase) |
| float | Map_SwitchCutDeref (Map_Node_t *pNode, Map_Cut_t *pCut, int fPhase) |
| float | Map_MappingGetSwitching (Map_Man_t *pMan) |
| float Map_MappingGetSwitching | ( | Map_Man_t * | pMan | ) |
Function*************************************************************
Synopsis [Computes the array of mapping.]
Description []
SideEffects []
SeeAlso []
Definition at line 187 of file mapperSwitch.c.


| float Map_SwitchCutDeref | ( | Map_Node_t * | pNode, |
| Map_Cut_t * | pCut, | ||
| int | fPhase ) |
function*************************************************************
synopsis [References the cut.]
description []
sideeffects []
seealso []
Definition at line 82 of file mapperSwitch.c.

| float Map_SwitchCutGetDerefed | ( | Map_Node_t * | pNode, |
| Map_Cut_t * | pCut, | ||
| int | fPhase ) |
FUNCTION DEFINITIONS ///.
function*************************************************************
synopsis [Computes the exact area associated with the cut.]
description []
sideeffects []
seealso []
Definition at line 45 of file mapperSwitch.c.

| float Map_SwitchCutRef | ( | Map_Node_t * | pNode, |
| Map_Cut_t * | pCut, | ||
| int | fPhase ) |
function*************************************************************
synopsis [References the cut.]
description []
sideeffects []
seealso []
Definition at line 66 of file mapperSwitch.c.
