Horizon
|
Public Types | |
enum class | FillType { SOLID , OUTLINE } |
enum class | CutoutType { CIRCLE , RECT , OCTAGON , EXACT } |
Public Member Functions | |
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 |
Public Attributes | |
FillType | fill_type |
CutoutType | cutout_type |
double | fill_size |
![]() | |
const unsigned int | index |
std::list< FeatureID > | feature_ids |
Additional Inherited Members |