|
enum class | FillType { SOLID
, OUTLINE
} |
|
enum class | CutoutType { CIRCLE
, RECT
, OCTAGON
, EXACT
} |
|
|
| SubnetPlane (unsigned int i, FillType ft, CutoutType ct, double fs) |
|
void | write_subnet (std::ostream &ost) const override |
|
| Subnet (unsigned int i) |
|
void | write (std::ostream &ost) const |
|
|
FillType | fill_type |
|
CutoutType | cutout_type |
|
double | fill_size |
|
const unsigned int | index |
|
std::list< FeatureID > | feature_ids |
|
◆ write_subnet()
void horizon::ODB::EDAData::SubnetPlane::write_subnet |
( |
std::ostream & |
ost | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: