#include <region_base.h>
Inheritance diagram for Arroyo::region_base:

Public Member Functions | |
| region_base () | |
| virtual | ~region_base () |
| virtual void | print (ostream &os, const char *prefix="", long precision=6) const =0 |
| virtual void | print (ostream &os, const three_frame &tf, const char *prefix="", long precision=6) const =0 |
Static Public Attributes | |
| int | verbose_level |
| Verbose level for printing messages. | |
|
|
Null constructor |
|
|
Virtual destructor |
|
||||||||||||||||||||
|
Implemented in Arroyo::rectangular_region. |
|
||||||||||||||||
|
Virtual print Implemented in Arroyo::rectangular_region. |
|
|
Verbose level for printing messages. At some point in the future we may want to add an alexandrescu-like double dispatcher here, which is why this base class exists. |
1.3.9.1