This is the complete list of members for
NurbsCurveInterface, including all inherited members.
appendCv(VBase3 const v) | NurbsCurveInterface | |
appendCv(VBase4 const v) | NurbsCurveInterface | |
appendCv(float x, float y, float z) | NurbsCurveInterface | |
getClassType() | NurbsCurveInterface | [static] |
getCv(int n) | NurbsCurveInterface | |
getCvPoint(int n) | NurbsCurveInterface | |
getCvWeight(int n) | NurbsCurveInterface | |
getKnot(int n) | NurbsCurveInterface | |
getNumCvs() | NurbsCurveInterface | |
getNumKnots() | NurbsCurveInterface | |
getOrder() | NurbsCurveInterface | |
insertCv(float t) | NurbsCurveInterface | |
removeAllCvs() | NurbsCurveInterface | |
removeCv(int n) | NurbsCurveInterface | |
setCv(int n, VBase4 const v) | NurbsCurveInterface | |
setCvPoint(int n, VBase3 const v) | NurbsCurveInterface | |
setCvPoint(int n, float x, float y, float z) | NurbsCurveInterface | |
setCvWeight(int n, float w) | NurbsCurveInterface | |
setKnot(int n, float t) | NurbsCurveInterface | |
setOrder(int order) | NurbsCurveInterface | |
writeCv(ostream out, int n) | NurbsCurveInterface | |