|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
This is the complete list of members for occtl::Curve, including all inherited members.
| as_bspline() const | occtl::Curve | inline |
| as_circle() const | occtl::Curve | inline |
| as_ellipse() const | occtl::Curve | inline |
| as_hyperbola() const | occtl::Curve | inline |
| as_line() const | occtl::Curve | inline |
| as_offset() const | occtl::Curve | inline |
| as_parabola() const | occtl::Curve | inline |
| as_trimmed() const | occtl::Curve | inline |
| bezier_degree() const | occtl::Curve | inline |
| bezier_is_rational() const | occtl::Curve | inline |
| bezier_pole_count() const | occtl::Curve | inline |
| bspline_degree() const | occtl::Curve | inline |
| bspline_flat_knots() const | occtl::Curve | inline |
| bspline_is_rational() const | occtl::Curve | inline |
| bspline_knot_count() const | occtl::Curve | inline |
| bspline_knots() const | occtl::Curve | inline |
| bspline_multiplicities() const | occtl::Curve | inline |
| bspline_pole_count() const | occtl::Curve | inline |
| bspline_poles() const | occtl::Curve | inline |
| bspline_poles_view(size_t &theCount) const | occtl::Curve | inline |
| bspline_weights() const | occtl::Curve | inline |
| continuity() const | occtl::Curve | inline |
| Curve(occtl_graph_t *theGraph=nullptr, occtl_rep_id_t theId=occtl_rep_id_t{0}) noexcept | occtl::Curve | inline |
| eval_d0(const double theU) const | occtl::Curve | inline |
| eval_d1(const double theU) const | occtl::Curve | inline |
| eval_d2(const double theU) const | occtl::Curve | inline |
| eval_d3(const double theU) const | occtl::Curve | inline |
| eval_dn(const double theU, const int32_t theN) const | occtl::Curve | inline |
| from_airfoil_naca4(occtl_graph_t *graph, const occtl_curve_airfoil_naca4_info_t &theInfo) | occtl::Curve | inlinestatic |
| from_approximation(occtl_graph_t *graph, const occtl_curve_approximated_info_t &theInfo) | occtl::Curve | inlinestatic |
| from_bezier(occtl_graph_t *graph, const occtl_curve_bezier_create_info_t &theInfo) | occtl::Curve | inlinestatic |
| from_bspline(occtl_graph_t *graph, const occtl_curve_bspline_create_info_t &theInfo) | occtl::Curve | inlinestatic |
| from_circle(occtl_graph_t *graph, const occtl_geom_circle_t &theCircle) | occtl::Curve | inlinestatic |
| from_ellipse(occtl_graph_t *graph, const occtl_geom_ellipse_t &theEllipse) | occtl::Curve | inlinestatic |
| from_hyperbola(occtl_graph_t *graph, const occtl_geom_hyperbola_t &theHyperbola) | occtl::Curve | inlinestatic |
| from_interpolation(occtl_graph_t *graph, const occtl_curve_interpolated_info_t &theInfo) | occtl::Curve | inlinestatic |
| from_line(occtl_graph_t *graph, const occtl_geom_line_t &theLine) | occtl::Curve | inlinestatic |
| from_offset(occtl_graph_t *graph, const occtl_curve_offset_create_info_t &theInfo) | occtl::Curve | inlinestatic |
| from_parabola(occtl_graph_t *graph, const occtl_geom_parabola_t &theParabola) | occtl::Curve | inlinestatic |
| from_trimmed(occtl_graph_t *graph, const occtl_curve_trimmed_create_info_t &theInfo) | occtl::Curve | inlinestatic |
| graph() const noexcept | occtl::Curve | inline |
| id() const noexcept | occtl::Curve | inline |
| intersect_with(const Curve &theOther) const (defined in occtl::Curve) | occtl::Curve | inline |
| is_closed() const | occtl::Curve | inline |
| is_periodic() const | occtl::Curve | inline |
| kind() const | occtl::Curve | inline |
| length() const | occtl::Curve | inline |
| operator bool() const noexcept | occtl::Curve | inlineexplicit |
| parameter_of_point(const Point3 &thePoint) const | occtl::Curve | inline |
| parameter_range(double &theUMin, double &theUMax) const | occtl::Curve | inline |
| project_point(const Point3 &thePoint) const | occtl::Curve | inline |
| reversed() const | occtl::Curve | inline |
| rotated(const Axis1Placement &theAxis, double theAngle) const | occtl::Curve | inline |
| scaled(const Point3 &theOrigin, double theFactor) const | occtl::Curve | inline |
| transformed(const Transform &theTrsf) const | occtl::Curve | inline |
| translated(const Vector3 &theDelta) const | occtl::Curve | inline |