| Point Cloud Library (PCL)
    1.15.1-dev
    | 
This is the complete list of members for ON_NurbsSurface, including all inherited members.
| AttachUserData(ON_UserData *pUserData) | ON_Object | |
| BoundingBox() const | ON_Geometry | |
| BrepForm(ON_Brep *brep=NULL) const | ON_Surface | virtual | 
| ChangeDimension(int desired_dimension) | ON_NurbsSurface | |
| ChangeSurfaceSeam(int dir, double t) | ON_NurbsSurface | |
| ClampEnd(int dir, int end) | ON_NurbsSurface | |
| ClearBoundingBox() | ON_Geometry | virtual | 
| CollapseSide(int side, ON_3dPoint point=ON_unset_point) | ON_NurbsSurface | |
| ComponentIndex() const | ON_Geometry | virtual | 
| ControlPolygonLength(int dir) const | ON_NurbsSurface | |
| ConvertSpanToBezier(int span_index0, int span_index1, ON_BezierSurface &bezier_surface) const | ON_NurbsSurface | |
| CopyFrom(const ON_Object *src) | ON_Object | |
| CopyUserData(const ON_Object &source_object) | ON_Object | |
| Create(int dim, ON_BOOL32 is_rat, int order0, int order1, int cv_count0, int cv_count1) | ON_NurbsSurface | |
| CreateConeSurface(ON_3dPoint apex_point, const ON_Curve &curve, const ON_Interval *curve_domain=NULL) | ON_NurbsSurface | |
| CreateRuledSurface(const ON_Curve &curveA, const ON_Curve &curveB, const ON_Interval *curveA_domain=NULL, const ON_Interval *curveB_domain=NULL) | ON_NurbsSurface | virtual | 
| CV(int i, int j) const | ON_NurbsSurface | |
| CVCount(int) const | ON_NurbsSurface | |
| CVCount(void) const | ON_NurbsSurface | |
| CVSize(void) const | ON_NurbsSurface | |
| CVStyle() const | ON_NurbsSurface | |
| DataCRC(ON__UINT32 current_remainder) const | ON_NurbsSurface | virtual | 
| Degree(int) const | ON_NurbsSurface | virtual | 
| Destroy() | ON_NurbsSurface | |
| DestroyRuntimeCache(bool bDelete=true) | ON_Surface | virtual | 
| DestroySurfaceTree() | ON_Surface | |
| DetachUserData(ON_UserData *pUserData) | ON_Object | |
| Dimension() const | ON_NurbsSurface | virtual | 
| Domain(int) const | ON_NurbsSurface | virtual | 
| Dump(ON_TextLog &) const | ON_NurbsSurface | virtual | 
| DuplicateSurface() const | ON_Surface | virtual | 
| E_iso enum value | ON_Surface | |
| EmergencyDestroy() | ON_NurbsSurface | |
| Ev1Der(double u, double v, ON_3dPoint &point, ON_3dVector &du, ON_3dVector &dv, int quadrant=0, int *hint=0) const | ON_Surface | |
| Ev2Der(double u, double v, ON_3dPoint &point, ON_3dVector &du, ON_3dVector &dv, ON_3dVector &duu, ON_3dVector &duv, ON_3dVector &dvv, int quadrant=0, int *hint=0) const | ON_Surface | |
| Evaluate(double, double, int, int, double *, int=0, int *=0) const | ON_NurbsSurface | virtual | 
| EvaluatePoint(const class ON_ObjRef &objref, ON_3dPoint &P) const | ON_Surface | virtual | 
| EvNormal(double u, double v, ON_3dPoint &point, ON_3dVector &normal, int quadrant=0, int *hint=0) const | ON_Surface | |
| EvNormal(double u, double v, ON_3dVector &normal, int quadrant=0, int *hint=0) const | ON_Surface | |
| EvNormal(double u, double v, ON_3dPoint &point, ON_3dVector &du, ON_3dVector &dv, ON_3dVector &normal, int=0, int *=0) const | ON_Surface | |
| EvPoint(double u, double v, ON_3dPoint &point, int quadrant=0, int *hint=0) const | ON_Surface | |
| Extend(int dir, const ON_Interval &domain) | ON_NurbsSurface | virtual | 
| FirstUserData() const | ON_Object | |
| FrameAt(double u, double v, ON_Plane &frame) const | ON_Surface | |
| GetBBox(double *, double *, ON_BOOL32=false) const | ON_NurbsSurface | virtual | 
| GetBoundingBox(ON_BoundingBox &bbox, int bGrowBox=false) const | ON_Geometry | |
| GetBoundingBox(ON_3dPoint &bbox_min, ON_3dPoint &bbox_max, int bGrowBox=false) const | ON_Geometry | |
| GetCV(int i, int j, ON::point_style, double *cv) const | ON_NurbsSurface | |
| GetCV(int i, int j, ON_3dPoint &cv) const | ON_NurbsSurface | |
| GetCV(int i, int j, ON_4dPoint &cv) const | ON_NurbsSurface | |
| GetDomain(int dir, double *t0, double *t1) const | ON_Surface | |
| GetGrevilleAbcissae(int dir, double *g) const | ON_NurbsSurface | |
| GetNextDiscontinuity(int dir, ON::continuity c, double t0, double t1, double *t, int *hint=NULL, int *dtype=NULL, double cos_angle_tolerance=ON_DEFAULT_ANGLE_TOLERANCE_COSINE, double curvature_tolerance=ON_SQRT_EPSILON) const | ON_NurbsSurface | virtual | 
| GetNurbForm(ON_NurbsSurface &, double=0.0) const | ON_NurbsSurface | virtual | 
| GetNurbFormParameterFromSurfaceParameter(double surface_s, double surface_t, double *nurbs_s, double *nurbs_t) const | ON_Surface | virtual | 
| GetParameterTolerance(int, double, double *, double *) const | ON_NurbsSurface | virtual | 
| GetSpanVector(int, double *) const | ON_NurbsSurface | virtual | 
| GetSpanVectorIndex(int dir, double t, int side, int *span_vector_index, ON_Interval *span_interval) const | ON_Surface | virtual | 
| GetSurfaceParameterFromNurbFormParameter(double nurbs_s, double nurbs_t, double *surface_s, double *surface_t) const | ON_Surface | virtual | 
| GetSurfaceSize(double *width, double *height) const | ON_NurbsSurface | virtual | 
| GetTightBoundingBox(ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const | ON_Geometry | virtual | 
| GetUserData(const ON_UUID &userdata_uuid) const | ON_Object | |
| GetUserString(const wchar_t *key, ON_wString &string_value) const | ON_Object | |
| GetUserStringKeys(ON_ClassArray< ON_wString > &user_string_keys) const | ON_Object | |
| GetUserStrings(ON_ClassArray< ON_UserString > &user_strings) const | ON_Object | |
| GrevilleAbcissa(int dir, int cv_index) const | ON_NurbsSurface | |
| HasBrepForm() const | ON_Surface | virtual | 
| HasNurbForm() const | ON_Surface | virtual | 
| IncreaseDegree(int dir, int desired_degree) | ON_NurbsSurface | |
| Initialize(void) | ON_NurbsSurface | |
| InsertKnot(int dir, double knot_value, int knot_multiplicity=1) | ON_NurbsSurface | |
| IsAtSeam(double s, double t) const | ON_Surface | |
| IsAtSingularity(double s, double t, bool bExact=true) const | ON_Surface | |
| IsClamped(int dir, int end=2) const | ON_NurbsSurface | |
| IsClosed(int) const | ON_NurbsSurface | virtual | 
| IsCone(ON_Cone *cone=NULL, double tolerance=ON_ZERO_TOLERANCE) const | ON_Surface | |
| IsContinuous(ON::continuity c, double s, double t, int *hint=NULL, double point_tolerance=ON_ZERO_TOLERANCE, double d1_tolerance=ON_ZERO_TOLERANCE, double d2_tolerance=ON_ZERO_TOLERANCE, double cos_angle_tolerance=ON_DEFAULT_ANGLE_TOLERANCE_COSINE, double curvature_tolerance=ON_SQRT_EPSILON) const | ON_NurbsSurface | virtual | 
| IsCylinder(ON_Cylinder *cylinder=NULL, double tolerance=ON_ZERO_TOLERANCE) const | ON_Surface | |
| IsDeformable() const | ON_NurbsSurface | virtual | 
| IsDuplicate(const ON_NurbsSurface &other, bool bIgnoreParameterization, double tolerance=ON_ZERO_TOLERANCE) const | ON_NurbsSurface | |
| IsIsoparametric(const ON_Curve &curve, const ON_Interval *curve_domain=NULL) const | ON_Surface | virtual | 
| IsIsoparametric(const ON_BoundingBox &bbox) const | ON_Surface | virtual | 
| IsKindOf(const ON_ClassId *pClassId) const | ON_Object | |
| ISO enum name | ON_Surface | |
| iso_count enum value | ON_Surface | |
| IsoCurve(int dir, double c) const | ON_NurbsSurface | virtual | 
| IsPeriodic(int) const | ON_NurbsSurface | virtual | 
| IsPlanar(ON_Plane *plane=NULL, double tolerance=ON_ZERO_TOLERANCE) const | ON_NurbsSurface | virtual | 
| IsRational(void) const | ON_NurbsSurface | |
| IsSingular(int) const | ON_NurbsSurface | virtual | 
| IsSolid() const | ON_Surface | |
| IsSphere(ON_Sphere *sphere=NULL, double tolerance=ON_ZERO_TOLERANCE) const | ON_Surface | |
| IsTorus(ON_Torus *torus=NULL, double tolerance=ON_ZERO_TOLERANCE) const | ON_Surface | |
| IsValid(ON_TextLog *text_log=NULL) const | ON_NurbsSurface | virtual | 
| Knot(int dir, int knot_index) const | ON_NurbsSurface | |
| Knot(int dir) const | ON_NurbsSurface | |
| KnotCount(int dir) const | ON_NurbsSurface | |
| KnotMultiplicity(int dir, int knot_index) const | ON_NurbsSurface | |
| m_cv | ON_NurbsSurface | |
| m_cv_capacity | ON_NurbsSurface | |
| m_cv_count | ON_NurbsSurface | |
| m_cv_stride | ON_NurbsSurface | |
| m_dim | ON_NurbsSurface | |
| m_is_rat | ON_NurbsSurface | |
| m_knot | ON_NurbsSurface | |
| m_knot_capacity | ON_NurbsSurface | |
| m_order | ON_NurbsSurface | |
| MakeClampedUniformKnotVector(int dir, double delta=1.0) | ON_NurbsSurface | |
| MakeDeformable() | ON_NurbsSurface | virtual | 
| MakeNonRational() | ON_NurbsSurface | |
| MakePeriodicUniformKnotVector(int dir, double delta=1.0) | ON_NurbsSurface | |
| MakeRational() | ON_NurbsSurface | |
| MemoryRelocate() | ON_Object | virtual | 
| ModelObjectId() const | ON_Object | virtual | 
| MoveUserData(ON_Object &source_object) | ON_Object | |
| N_iso enum value | ON_Surface | |
| New() | ON_NurbsSurface | static | 
| New(const ON_NurbsSurface &nurbs_surface) | ON_NurbsSurface | static | 
| New(const ON_BezierSurface &bezier_surface) | ON_NurbsSurface | static | 
| New(int dimension, ON_BOOL32 bIsRational, int order0, int order1, int cv_count0, int cv_count1) | ON_NurbsSurface | static | 
| NormalAt(double, double) const | ON_Surface | |
| not_iso enum value | ON_Surface | |
| NurbsSurface(ON_NurbsSurface *pNurbsSurface=NULL, double tolerance=0.0, const ON_Interval *s_subdomain=NULL, const ON_Interval *t_subdomain=NULL) const | ON_Surface | |
| ObjectType() const | ON_Surface | virtual | 
| Offset(double offset_distance, double tolerance, double *max_deviation=NULL) const | ON_NurbsSurface | |
| ON_Geometry() | ON_Geometry | |
| ON_Geometry(const ON_Geometry &) | ON_Geometry | |
| ON_NurbsSurface() | ON_NurbsSurface | |
| ON_NurbsSurface(const ON_NurbsSurface &nurbs_surface) | ON_NurbsSurface | |
| ON_NurbsSurface(const ON_BezierSurface &bezier_surface) | ON_NurbsSurface | |
| ON_NurbsSurface(int dimension, ON_BOOL32 bIsRational, int order0, int order1, int cv_count0, int cv_count1) | ON_NurbsSurface | |
| ON_Object() | ON_Object | |
| ON_Object(const ON_Object &) | ON_Object | |
| ON_Surface() | ON_Surface | |
| ON_Surface(const ON_Surface &) | ON_Surface | |
| operator=(const ON_NurbsSurface &) | ON_NurbsSurface | |
| operator=(const ON_BezierSurface &bezier_surface) | ON_NurbsSurface | |
| ON_Surface::operator=(const ON_Surface &) | ON_Surface | |
| ON_Geometry::operator=(const ON_Geometry &) | ON_Geometry | |
| ON_Object::operator=(const ON_Object &) | ON_Object | |
| Order(int) const | ON_NurbsSurface | |
| PointAt(double, double) const | ON_Surface | |
| PurgeUserData() | ON_Object | |
| Read(ON_BinaryArchive &) | ON_NurbsSurface | virtual | 
| ReserveCVCapacity(int cv_array_capacity) | ON_NurbsSurface | |
| ReserveKnotCapacity(int dir, int knot_array_capacity) | ON_NurbsSurface | |
| Reverse(int) | ON_NurbsSurface | virtual | 
| Rotate(double sin_angle, double cos_angle, const ON_3dVector &rotation_axis, const ON_3dPoint &rotation_center) | ON_Geometry | |
| Rotate(double rotation_angle, const ON_3dVector &rotation_axis, const ON_3dPoint &rotation_center) | ON_Geometry | |
| S_iso enum value | ON_Surface | |
| Scale(double scale_factor) | ON_Geometry | |
| SetClampedGrevilleKnotVector(int dir, int g_stride, const double *g) | ON_NurbsSurface | |
| SetCV(int i, int j, ON::point_style, const double *cv) | ON_NurbsSurface | |
| SetCV(int i, int j, const ON_3dPoint &cv) | ON_NurbsSurface | |
| SetCV(int i, int j, const ON_4dPoint &cv) | ON_NurbsSurface | |
| SetCVColumn(int col_index, const ON_3dPoint &cv) | ON_NurbsSurface | |
| SetCVColumn(int col_index, int v_stride, const double *v) | ON_NurbsSurface | |
| SetCVRow(int row_index, const ON_3dPoint &cv) | ON_NurbsSurface | |
| SetCVRow(int row_index, int v_stride, const double *v) | ON_NurbsSurface | |
| SetDomain(int dir, double t0, double t1) | ON_NurbsSurface | virtual | 
| ON_Surface::SetDomain(int dir, ON_Interval domain) | ON_Surface | |
| SetKnot(int dir, int knot_index, double knot_value) | ON_NurbsSurface | |
| SetPeriodicGrevilleKnotVector(int dir, int g_stride, const double *g) | ON_NurbsSurface | |
| SetUserString(const wchar_t *key, const wchar_t *string_value) | ON_Object | |
| SetUserStrings(int count, const ON_UserString *user_strings, bool bReplace) | ON_Object | |
| SetWeight(int i, int j, double weight) | ON_NurbsSurface | |
| SizeOf() const | ON_NurbsSurface | virtual | 
| SpanCount(int) const | ON_NurbsSurface | virtual | 
| Split(int dir, double c, ON_Surface *&west_or_south_side, ON_Surface *&east_or_north_side) const | ON_NurbsSurface | virtual | 
| SuperfluousKnot(int dir, int end) const | ON_NurbsSurface | |
| SwapCoordinates(int, int) | ON_NurbsSurface | virtual | 
| TensorProduct(const ON_NurbsCurve &, const ON_NurbsCurve &, ON_TensorProduct &) | ON_NurbsSurface | |
| Transform(const ON_Xform &) | ON_NurbsSurface | virtual | 
| TransformUserData(const ON_Xform &xform) | ON_Object | |
| Translate(const ON_3dVector &translation_vector) | ON_Geometry | |
| Transpose() | ON_NurbsSurface | virtual | 
| Trim(int dir, const ON_Interval &domain) | ON_NurbsSurface | virtual | 
| UserStringCount() const | ON_Object | |
| W_iso enum value | ON_Surface | |
| Weight(int i, int j) const | ON_NurbsSurface | |
| Write(ON_BinaryArchive &) const | ON_NurbsSurface | virtual | 
| x_iso enum value | ON_Surface | |
| y_iso enum value | ON_Surface | |
| ZeroCVs() | ON_NurbsSurface | |
| ~ON_Geometry() | ON_Geometry | virtual | 
| ~ON_NurbsSurface() | ON_NurbsSurface | virtual | 
| ~ON_Object() | ON_Object | virtual | 
| ~ON_Surface() | ON_Surface | virtual |