[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
g3::Model
g3::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 on February 17, 2024 using texi2html 1.82.