ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
ConcreteCell Struct Reference

#include <place_base.h>

Collaboration diagram for ConcreteCell:

Public Attributes

int m_id
 
char * m_label
 
AbstractCellm_parent
 
bool m_fixed
 
float m_x
 
float m_y
 
int m_data
 

Detailed Description

Definition at line 53 of file place_base.h.

Member Data Documentation

◆ m_data

int ConcreteCell::m_data

Definition at line 62 of file place_base.h.

◆ m_fixed

bool ConcreteCell::m_fixed

Definition at line 59 of file place_base.h.

◆ m_id

int ConcreteCell::m_id

Definition at line 54 of file place_base.h.

◆ m_label

char* ConcreteCell::m_label

Definition at line 55 of file place_base.h.

◆ m_parent

AbstractCell* ConcreteCell::m_parent

Definition at line 57 of file place_base.h.

◆ m_x

float ConcreteCell::m_x

Definition at line 60 of file place_base.h.

◆ m_y

float ConcreteCell::m_y

Definition at line 60 of file place_base.h.


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