Add get_cvs and get_knots

This commit is contained in:
rdb 2013-04-25 17:44:03 +00:00
parent 5d2b7bc5ea
commit 45a71c280f

View File

@ -62,8 +62,10 @@ PUBLISHED:
virtual bool set_knot(int n, PN_stdfloat t)=0;
virtual PN_stdfloat get_knot(int n) const=0;
void write_cv(ostream &out, int n) const;
MAKE_SEQ(get_cvs, get_num_cvs, get_cv);
MAKE_SEQ(get_knots, get_num_knots, get_knot);
void write_cv(ostream &out, int n) const;
protected:
virtual int append_cv_impl(const LVecBase4 &v)=0;