VIS

RcInfo_s Struct Reference

Data Fields

int pos
int lNum
int lMin
int lMax
int gNum
int gMin
int gMax
int prevG
int nextG
union {
   struct {
      bdd_t *   func
      array_t *   nsVarBddArray
   }   row
   struct {
      bdd_t *   var
      int   type
   }   col
data

Detailed Description

Struct**********************************************************************

Synopsis [This structure contains the information of each row and column.]

Description []

Definition at line 63 of file imgMlp.c.


Field Documentation

struct { ... } RcInfo_s::col
union { ... } RcInfo_s::data

Definition at line 75 of file imgMlp.c.

Definition at line 70 of file imgMlp.c.

Definition at line 69 of file imgMlp.c.

Definition at line 68 of file imgMlp.c.

Definition at line 67 of file imgMlp.c.

Definition at line 66 of file imgMlp.c.

Definition at line 65 of file imgMlp.c.

Definition at line 72 of file imgMlp.c.

Definition at line 76 of file imgMlp.c.

Definition at line 64 of file imgMlp.c.

Definition at line 71 of file imgMlp.c.

struct { ... } RcInfo_s::row

Definition at line 80 of file imgMlp.c.

bdd_t* RcInfo_s::var

Definition at line 79 of file imgMlp.c.


The documentation for this struct was generated from the following file: