Panda3D

NurbsCurveInterface Member List

This is the complete list of members for NurbsCurveInterface, including all inherited members.
append_cv(PN_stdfloat x, PN_stdfloat y, PN_stdfloat z) (defined in NurbsCurveInterface)NurbsCurveInterface [inline]
append_cv(const LVecBase3 &v) (defined in NurbsCurveInterface)NurbsCurveInterface [inline]
append_cv(const LVecBase4 &v) (defined in NurbsCurveInterface)NurbsCurveInterface [inline]
append_cv_impl(const LVecBase4 &v)=0 (defined in NurbsCurveInterface)NurbsCurveInterface [protected, pure virtual]
convert_to_nurbs(ParametricCurve *nc) const NurbsCurveInterface [protected]
format_egg(ostream &out, const string &name, const string &curve_type, int indent_level) const NurbsCurveInterface [protected]
get_class_type() (defined in NurbsCurveInterface)NurbsCurveInterface [inline, static]
get_cv(int n) const =0 (defined in NurbsCurveInterface)NurbsCurveInterface [pure virtual]
get_cv_point(int n) const NurbsCurveInterface [inline]
get_cv_weight(int n) const NurbsCurveInterface [inline]
get_knot(int n) const =0 (defined in NurbsCurveInterface)NurbsCurveInterface [pure virtual]
get_num_cvs() const =0 (defined in NurbsCurveInterface)NurbsCurveInterface [pure virtual]
get_num_knots() const =0 (defined in NurbsCurveInterface)NurbsCurveInterface [pure virtual]
get_order() const =0 (defined in NurbsCurveInterface)NurbsCurveInterface [pure virtual]
init_type() (defined in NurbsCurveInterface)NurbsCurveInterface [inline, static]
insert_cv(PN_stdfloat t)=0 (defined in NurbsCurveInterface)NurbsCurveInterface [pure virtual]
remove_all_cvs()=0 (defined in NurbsCurveInterface)NurbsCurveInterface [pure virtual]
remove_cv(int n)=0 (defined in NurbsCurveInterface)NurbsCurveInterface [pure virtual]
set_cv(int n, const LVecBase4 &v)=0 (defined in NurbsCurveInterface)NurbsCurveInterface [pure virtual]
set_cv_point(int n, PN_stdfloat x, PN_stdfloat y, PN_stdfloat z)NurbsCurveInterface [inline]
set_cv_point(int n, const LVecBase3 &v)NurbsCurveInterface [inline]
set_cv_weight(int n, PN_stdfloat w)NurbsCurveInterface
set_knot(int n, PN_stdfloat t)=0 (defined in NurbsCurveInterface)NurbsCurveInterface [pure virtual]
set_order(int order)=0 (defined in NurbsCurveInterface)NurbsCurveInterface [pure virtual]
write(ostream &out, int indent_level) const (defined in NurbsCurveInterface)NurbsCurveInterface [protected]
write_cv(ostream &out, int n) const (defined in NurbsCurveInterface)NurbsCurveInterface
~NurbsCurveInterface() (defined in NurbsCurveInterface)NurbsCurveInterface [virtual]
 All Classes Functions Variables Enumerations