1 #ifndef NURBSPATCH_H_INCLUDED
2 #define NURBSPATCH_H_INCLUDED
47 std::vector<NURBScurve_p> curves;
48 std::vector<float64> knots;
49 virtual void uniform_knots();
50 virtual void chord_knots();
57 virtual NURBSpatch &operator=(NURBSpatch_c _p);
101 virtual void set_curves(
const std::vector<NURBScurve_p> &_c);
108 virtual std::vector<NURBScurve_p>
get_curves()
const;
140 #endif // NURBSPATCH_H_INCLUDED