40 #ifndef _MULTISEQINDIVIDUAL_H_
41 #define _MULTISEQINDIVIDUAL_H_
85 std::map<std::string, VectorSequenceContainer*>
sequences_;
114 const unsigned short sex);
141 void setId(
const std::string
id);
148 std::string
getId()
const;
155 void setSex(
const unsigned short sex);
162 unsigned short getSex()
const;
197 void setCoord(const
double x, const
double y);
220 void setX(const
double x) throw (NullPointerException);
230 void setY(const
double y) throw (NullPointerException);
238 double getX() const throw (NullPointerException);
246 double getY() const throw (NullPointerException);
295 const throw (Exception);
306 const throw (Exception);
331 void deleteSequence(const std::
string&
id, const std::
string& name);
368 #endif // _MULTISEQINDIVIDUAL_H_