~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/geom/GeometryList.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine, Alan Boudreault, Francesco Paolo Lovergine
  • Date: 2011-03-03 13:40:04 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110303134004-ocs5d23cuont0q61
Tags: 3.2.2-1
[ Alan Boudreault ]
* New upstream release.

[ Francesco Paolo Lovergine ]
* Policy set to 3.9.1, without changes.
* Merged log for post squeeze release.
* Repository moved to git and changed Vcs-* fields as required.
* Source format moved to 3.0 with quilt support.
* Policy changed to 3.9.1, without changes.
* Added ${misc:Depends} to bin pkgs due to dh use.
* Added -dbg package for debugging symbols.
  (closes: #582273)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**********************************************************************
2
 
 * $Id: GeometryList.cpp 1820 2006-09-06 16:54:23Z mloskot $
 
2
 * $Id: GeometryList.cpp 2951 2010-03-26 12:00:34Z mloskot $
3
3
 *
4
4
 * GEOS - Geometry Engine Open Source
5
5
 * http://geos.refractions.net
56
56
}
57
57
 
58
58
/*public*/
 
59
GeometryList::size_type
 
60
GeometryList::size() const
 
61
{
 
62
        return geoms.size();
 
63
}
 
64
 
 
65
/*public*/
59
66
Geometry *
60
67
GeometryList::operator[] (GeometryList::size_type i)
61
68
{