This is the complete list of members for ON_BrepEdge, including all inherited members.
AggregateComponentStatus() const | ON_Object | virtual |
AttachUserData(class ON_UserData *pUserData) | ON_Object | |
BoundingBox() const | ON_Geometry | |
Brep() const | ON_BrepEdge | |
BrepForm(class ON_Brep *brep=nullptr) const | ON_Geometry | virtual |
ChangeClosedCurveSeam(double t) | ON_Curve | virtual |
ChangeDimension(int desired_dimension) | ON_Curve | virtual |
ChangeEdgeCurve(int c3i) | ON_BrepEdge | |
ClearAllComponentStates() const | ON_Object | |
ClearBoundingBox() | ON_Geometry | virtual |
ClearComponentStates(ON_ComponentStatus states_to_clear) const | ON_Object | virtual |
ClearComponentStates(ON_COMPONENT_INDEX component_index, ON_ComponentStatus states_to_clear) const | ON_Object | virtual |
ComponentIndex() const override | ON_BrepEdge | virtual |
CopyUserData(const ON_Object &source_object, ON_UUID source_userdata_item_id, ON_Object::UserDataConflictResolution userdata_conflict_resolution) | ON_Object | |
CopyUserData(const ON_Object &source_object) | ON_Object | |
CurvatureAt(double t) const | ON_Curve | |
DataCRC(ON__UINT32 current_remainder) const override | ON_BrepEdge | virtual |
Degree() const override | ON_CurveProxy | virtual |
DeleteComponents(const ON_COMPONENT_INDEX *ci_list, size_t ci_count) | ON_Object | virtual |
DerivativeAt(double t) const | ON_Curve | |
DestroyCurveTree() | ON_Curve | |
DestroyRuntimeCache(bool bDelete=true) override | ON_CurveProxy | virtual |
DetachUserData(class ON_UserData *pUserData) | ON_Object | |
Dimension() const override | ON_CurveProxy | virtual |
Domain() const override | ON_CurveProxy | virtual |
Dump(ON_TextLog &) const override | ON_BrepEdge | virtual |
DuplicateCurve() const override | ON_CurveProxy | virtual |
EdgeCurveIndexOf() const | ON_BrepEdge | |
EdgeCurveOf() const | ON_BrepEdge | |
EmergencyDestroy() | ON_Object | |
Ev1Der(double t, ON_3dPoint &point, ON_3dVector &first_derivative, int side=0, int *hint=0) const | ON_Curve | |
Ev2Der(double t, ON_3dPoint &point, ON_3dVector &first_derivative, ON_3dVector &second_derivative, int side=0, int *hint=0) const | ON_Curve | |
Evaluate(double, int, int, double *, int=0, int *=0) const override | ON_CurveProxy | virtual |
EvaluatePoint(const class ON_ObjRef &objref, ON_3dPoint &P) const override | ON_Curve | virtual |
EvCurvature(double t, ON_3dPoint &point, ON_3dVector &tangent, ON_3dVector &kappa, int side=0, int *hint=0) const | ON_Curve | |
EvPoint(double t, ON_3dPoint &point, int side=0, int *hint=0) const | ON_Curve | |
EvTangent(double t, ON_3dPoint &point, ON_3dVector &tangent, int side=0, int *hint=0) const | ON_Curve | |
Extend(const ON_Interval &domain) | ON_Curve | virtual |
FirstSpanIsLinear(double min_length, double tolerance) const | ON_Curve | |
FirstSpanIsLinear(double min_length, double tolerance, ON_Line *span_line) const | ON_Curve | |
FirstUserData() const | ON_Object | |
FrameAt(double t, ON_Plane &plane) const | ON_Curve | |
GetBBox(double *boxmin, double *boxmax, bool bGrowBox=false) const override | ON_CurveProxy | virtual |
GetBoundingBox(ON_BoundingBox &bbox, bool bGrowBox=false) const | ON_Geometry | |
GetBoundingBox(ON_3dPoint &bbox_min, ON_3dPoint &bbox_max, bool bGrowBox=false) const | ON_Geometry | |
GetComponentsWithSetStates(ON_ComponentStatus states_filter, bool bAllEqualStates, ON_SimpleArray< ON_COMPONENT_INDEX > &components) const | ON_Object | virtual |
GetCurveParameterFromNurbFormParameter(double, double *) const override | ON_CurveProxy | virtual |
GetDomain(double *t0, double *t1) const | ON_Curve | |
GetNextDiscontinuity(ON::continuity c, double t0, double t1, double *t, int *hint=nullptr, int *dtype=nullptr, double cos_angle_tolerance=ON_DEFAULT_ANGLE_TOLERANCE_COSINE, double curvature_tolerance=ON_SQRT_EPSILON) const override | ON_CurveProxy | virtual |
GetNurbForm(ON_NurbsCurve &, double=0.0, const ON_Interval *=nullptr) const override | ON_CurveProxy | virtual |
GetNurbFormParameterFromCurveParameter(double, double *) const override | ON_CurveProxy | virtual |
GetParameterTolerance(double, double *, double *) const override | ON_CurveProxy | virtual |
GetSpanVector(double *) const override | ON_CurveProxy | virtual |
GetSpanVectorIndex(double t, int side, int *span_vector_index, ON_Interval *span_domain) const | ON_Curve | virtual |
GetTightBoundingBox(class ON_BoundingBox &tight_bbox, bool bGrowBox=false, const class ON_Xform *xform=nullptr) const override | ON_Curve | 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 | |
HasBrepForm() const | ON_Geometry | virtual |
HasNurbForm() const override | ON_CurveProxy | virtual |
IsArc(const ON_Plane *=nullptr, ON_Arc *=nullptr, double=ON_ZERO_TOLERANCE) const override | ON_CurveProxy | virtual |
IsArcAt(double t, const ON_Plane *plane=0, ON_Arc *arc=0, double tolerance=ON_ZERO_TOLERANCE, double *t0=0, double *t1=0) const | ON_Curve | |
IsClosable(double tolerance, double min_abs_size=0.0, double min_rel_size=10.0) const | ON_Curve | |
IsClosed() const override | ON_BrepEdge | virtual |
IsContinuous(ON::continuity c, double t, int *hint=nullptr, 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 override | ON_CurveProxy | virtual |
IsDeformable() const | ON_Geometry | virtual |
IsEllipse(const ON_Plane *plane=nullptr, ON_Ellipse *ellipse=nullptr, double tolerance=ON_ZERO_TOLERANCE) const | ON_Curve | virtual |
IsInPlane(const ON_Plane &, double=ON_ZERO_TOLERANCE) const override | ON_CurveProxy | virtual |
IsKindOf(const ON_ClassId *pClassId) const | ON_Object | |
IsLinear(double=ON_ZERO_TOLERANCE) const override | ON_CurveProxy | virtual |
IsPeriodic(void) const override | ON_CurveProxy | virtual |
IsPlanar(ON_Plane *=nullptr, double=ON_ZERO_TOLERANCE) const override | ON_CurveProxy | virtual |
IsPolyline(ON_SimpleArray< ON_3dPoint > *pline_points=nullptr, ON_SimpleArray< double > *pline_t=nullptr) const override | ON_CurveProxy | virtual |
IsValid(class ON_TextLog *text_log=nullptr) const override | ON_BrepEdge | virtual |
LastSpanIsLinear(double min_length, double tolerance) const | ON_Curve | |
LastSpanIsLinear(double min_length, double tolerance, ON_Line *span_line) const | ON_Curve | |
m_c3i | ON_BrepEdge | |
m_edge_index | ON_BrepEdge | |
m_edge_user | ON_BrepEdge | mutable |
m_status | ON_BrepEdge | mutable |
m_ti | ON_BrepEdge | |
m_tolerance | ON_BrepEdge | |
m_vi | ON_BrepEdge | |
MakeDeformable() | ON_Geometry | virtual |
MarkAggregateComponentStatusAsNotCurrent() const | ON_Object | virtual |
MemoryRelocate() | ON_Object | virtual |
ModelObjectId() const | ON_Object | virtual |
MoveUserData(ON_Object &source_object, ON_UUID source_userdata_item_id, ON_Object::UserDataConflictResolution userdata_conflict_resolution, bool bDeleteAllSourceItems) | ON_Object | |
MoveUserData(ON_Object &source_object) | ON_Object | |
NurbsCurve(ON_NurbsCurve *pNurbsCurve=nullptr, double tolerance=0.0, const ON_Interval *subdomain=nullptr) const | ON_Curve | |
ObjectType() const override | ON_BrepEdge | virtual |
ON_Brep class | ON_BrepEdge | friend |
ON_BrepEdge() | ON_BrepEdge | |
ON_BrepEdge(int) | ON_BrepEdge | |
ON_Curve() ON_NOEXCEPT | ON_Curve | |
ON_Curve(const ON_Curve &) | ON_Curve | |
ON_CurveProxy() ON_NOEXCEPT | ON_CurveProxy | |
ON_CurveProxy(const ON_CurveProxy &) | ON_CurveProxy | |
ON_CurveProxy(const ON_Curve *) | ON_CurveProxy | |
ON_CurveProxy(const ON_Curve *, ON_Interval) | ON_CurveProxy | |
ON_Geometry()=default | ON_Geometry | |
ON_Geometry(const ON_Geometry &)=default | ON_Geometry | |
ON_Object() ON_NOEXCEPT | ON_Object | |
ON_Object(const ON_Object &) | ON_Object | |
operator=(const ON_BrepEdge &) | ON_BrepEdge | |
ON_CurveProxy::operator=(const ON_CurveProxy &) | ON_CurveProxy | |
ON_Curve::operator=(const ON_Curve &) | ON_Curve | |
ON_Geometry::operator=(const ON_Geometry &)=default | ON_Geometry | |
ON_Object::operator=(const ON_Object &) | ON_Object | |
ParameterSearch(double t, int &index, bool bEnableSnap, const ON_SimpleArray< double > &m_t, double RelTol=ON_SQRT_EPSILON) const | ON_Curve | protected |
PointAt(double t) const | ON_Curve | |
PointAtEnd() const | ON_Curve | |
PointAtStart() const | ON_Curve | |
ProxyCurve() const | ON_CurveProxy | |
ProxyCurveDomain() const | ON_CurveProxy | |
ProxyCurveIsReversed() const | ON_CurveProxy | |
PurgeUserData() | ON_Object | |
Read(ON_BinaryArchive &) override | ON_BrepEdge | virtual |
RealCurveParameter(double t) const | ON_CurveProxy | |
Reverse() override | ON_BrepEdge | 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 | |
Scale(double scale_factor) | ON_Geometry | |
SetComponentStates(ON_COMPONENT_INDEX component_index, ON_ComponentStatus states_to_set) const | ON_Object | virtual |
SetComponentStatus(ON_COMPONENT_INDEX component_index, ON_ComponentStatus status_to_copy) const | ON_Object | virtual |
SetDomain(double t0, double t1) override | ON_CurveProxy | virtual |
SetDomain(ON_Interval domain) | ON_CurveProxy | |
SetEndPoint(ON_3dPoint end_point) | ON_Curve | virtual |
SetProxyCurve(const ON_Curve *real_curve) | ON_CurveProxy | |
SetProxyCurve(const ON_Curve *real_curve, ON_Interval real_curve_subdomain) | ON_CurveProxy | |
SetProxyCurveDomain(ON_Interval proxy_curve_subdomain) | ON_CurveProxy | |
SetProxyCurveIsReversed(bool bReversed) | ON_CurveProxy | protected |
SetStartPoint(ON_3dPoint start_point) | ON_Curve | virtual |
SetUserString(const wchar_t *key, const wchar_t *string_value) | ON_Object | |
SetUserStrings(int count, const ON_UserString *user_strings, bool bReplace) | ON_Object | |
SizeOf() const override | ON_BrepEdge | virtual |
SpanCount() const override | ON_CurveProxy | virtual |
Split(double t, ON_Curve *&left_side, ON_Curve *&right_side) const override | ON_CurveProxy | virtual |
SwapCoordinates(int i, int j) | ON_Geometry | virtual |
TangentAt(double t) const | ON_Curve | |
ThisCurveParameter(double real_curve_parameter) const | ON_CurveProxy | |
Transform(const ON_Xform &) override | ON_CurveProxy | virtual |
TransformUserData(const class ON_Xform &xform) | ON_Object | |
Translate(const ON_3dVector &translation_vector) | ON_Geometry | |
Trim(int eti) const | ON_BrepEdge | |
ON_CurveProxy::Trim(const ON_Interval &domain) override | ON_CurveProxy | virtual |
TrimCount() const | ON_BrepEdge | |
Unset | ON_Geometry | static |
UnsetPlineEdgeParameters() | ON_BrepEdge | |
UpdateReferencedComponents(const class ON_ComponentManifest &source_manifest, const class ON_ComponentManifest &destination_manifest, const class ON_ManifestMap &manifest_map) | ON_Object | virtual |
UserDataConflictResolution enum name | ON_Object | |
UserStringCount() const | ON_Object | |
Vertex(int evi) const | ON_BrepEdge | |
Write(ON_BinaryArchive &) const override | ON_BrepEdge | virtual |
~ON_Curve() | ON_Curve | virtual |
~ON_CurveProxy() | ON_CurveProxy | virtual |
~ON_Geometry()=default | ON_Geometry | |
~ON_Object() | ON_Object | virtual |