Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members

BTreeFromSoftPacking::SymbolicNodeType Class Reference

#include <btreefromsstree.h>

Collaboration diagram for BTreeFromSoftPacking::SymbolicNodeType:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SymbolicNodeType (int s, int BL, int TL, int R, double w)

Public Attributes

int sign
int BL_block
int TL_block
int R_block
double width

Constructor & Destructor Documentation

BTreeFromSoftPacking::SymbolicNodeType::SymbolicNodeType int  s,
int  BL,
int  TL,
int  R,
double  w
[inline]
 

Definition at line 69 of file btreefromsstree.h.

References BL_block, R_block, sign, TL_block, and width.

00070          : sign(s), BL_block(BL), TL_block(TL), R_block(R), width(w) {}


Member Data Documentation

int BTreeFromSoftPacking::SymbolicNodeType::BL_block
 

Definition at line 73 of file btreefromsstree.h.

Referenced by BTreeFromSoftPacking::EvaluateTree(), and SymbolicNodeType().

int BTreeFromSoftPacking::SymbolicNodeType::R_block
 

Definition at line 75 of file btreefromsstree.h.

Referenced by BTreeFromSoftPacking::EvaluateTree(), and SymbolicNodeType().

int BTreeFromSoftPacking::SymbolicNodeType::sign
 

Definition at line 72 of file btreefromsstree.h.

Referenced by SymbolicNodeType().

int BTreeFromSoftPacking::SymbolicNodeType::TL_block
 

Definition at line 74 of file btreefromsstree.h.

Referenced by BTreeFromSoftPacking::EvaluateTree(), and SymbolicNodeType().

double BTreeFromSoftPacking::SymbolicNodeType::width
 

Definition at line 76 of file btreefromsstree.h.

Referenced by BTreeFromSoftPacking::EvaluateTree(), and SymbolicNodeType().


The documentation for this class was generated from the following file:
Generated on Mon Apr 25 01:14:01 2005 for Parquete by doxygen 1.3.2