struct LIST

Object to be used as node in a linked list.

[more]LOCATOR L
General information about this node and links to the next node
[more]int Qty
Used by T_LAYER to track how many instances of a particular T_CELL to create
[more]char* label
Used by T_CELL to assign a unique label to a T_CMP
[more]double x
Used by T_CELL to assign a T_CMP to an x-coordinate within a cell
[more]double y
Used by T_CELL to assign a T_CMP to an y-coordinate within a cell
[more]double z
Used by T_CELL to assign a T_CMP to an z-coordinate within a cell


Documentation

Object to be used as node in a linked list. The Locator contained in this object is used for the actual linking since that locator contains a pointer to the next LIST object.
oLOCATOR L
General information about this node and links to the next node

oint Qty
Used by T_LAYER to track how many instances of a particular T_CELL to create

ochar* label
Used by T_CELL to assign a unique label to a T_CMP

odouble x
Used by T_CELL to assign a T_CMP to an x-coordinate within a cell

odouble y
Used by T_CELL to assign a T_CMP to an y-coordinate within a cell

odouble z
Used by T_CELL to assign a T_CMP to an z-coordinate within a cell

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.