Clipper
Public Member Functions | Protected Attributes
clipper::Xmap_base::Map_reference_base Class Reference

Map reference base class. More...

#include <xmap.h>

Inheritance diagram for clipper::Xmap_base::Map_reference_base:
clipper::Xmap_base::Map_reference_coord clipper::Xmap_base::Map_reference_index

List of all members.

Public Member Functions

const Xmap_basebase_xmap () const
 return the parent Xmap
const int & index () const
 Get the index into the map data array.
bool last () const
 Check for end of map.

Protected Attributes

const Xmap_basemap_
 pointer to map for which this Map_reference_index is defined
int index_
 integer index_ into map data array

Detailed Description

Map reference base class.

This is a reference to an Map. It forms a base class for index-like and coordinate-like Map references. If you write a method which will work with either, then specify this instead of either of the derived classed.


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