PerceMon
percemon::topo::BoundingBox Struct Reference

Public Member Functions

 BoundingBox (const BoundingBox &)=default
 
 BoundingBox (BoundingBox &&)=default
 
BoundingBoxoperator= (const BoundingBox &)=default
 
BoundingBoxoperator= (BoundingBox &&)=default
 
 BoundingBox (double xmin_, double xmax_, double ymin_, double ymax_, bool lopen_=false, bool ropen_=false, bool topen_=false, bool bopen_=false)
 
 BoundingBox (percemon::datastream::BoundingBox bbox)
 
BoundingBoxoperator= (percemon::datastream::BoundingBox bbox)
 

Public Attributes

double xmin
 
double xmax
 
double ymin
 
double ymax
 
bool lopen = false
 
bool ropen = false
 
bool topen = false
 
bool bopen = false
 

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