Clipper
Public Member Functions
clipper::CResolution Class Reference

Resolution container. More...

#include <container_types.h>

Inheritance diagram for clipper::CResolution:
clipper::Container clipper::Resolution

List of all members.

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

Detailed Description

Resolution container.

CResolution: This has a name and a resolution. It overrides the base resolution for any objects below it.


Member Function Documentation

void clipper::CResolution::init ( const Resolution resolution_)

initialiser: from Resolution

The object is initialised, and children are updated.

Parameters:
resolution_The value to give to the contained object.

References clipper::Container::update().


The documentation for this class was generated from the following files: