Clipper
|
Resolution container. More...
#include <container_types.h>
Public Member Functions | |
CResolution (const String name="", const Resolution &resol=NullResolution) | |
constructor: make null object or top object in tree | |
CResolution (Container &parent, const String name="", const Resolution &resol=NullResolution) | |
constructor: make child object | |
void | init (const Resolution &resolution_) |
initialiser: from Resolution |
Resolution container.
CResolution: This has a name and a resolution. It overrides the base resolution for any objects below it.
void clipper::CResolution::init | ( | const Resolution & | resolution_ | ) |
initialiser: from Resolution
The object is initialised, and children are updated.
resolution_ | The value to give to the contained object. |
References clipper::Container::update().