Clipper
Public Member Functions | Protected Attributes | List of all members
clipper::NXmap_base::Map_reference_base Class Reference

Map reference base class. More...

#include <nxmap.h>

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

Public Member Functions

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

Protected Attributes

const NXmap_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: