| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
g3::Modelg3::model documentation shall come here ...
namespace GNU_gama { namespace g3 {
class Model {
public:
typedef GNU_gama::PointBase<g3::Point> PointBase;
typedef GNU_gama::ObservationData<g3::Observation> ObservationData;
PointBase *points;
ObservationData *obs;
GNU_gama::Ellipsoid ellipsoid;
Model();
~Model();
Point* get_point(const Point::Name&);
void write_xml(std::ostream& out) const;
void pre_linearization();
}}
This document was generated by Ales Cepek on June 5, 2013 using texi2html 1.82.