#include <opennurbs_sumsurface.h>
Public Member Functions | |
void | ClearBoundingBox () |
ON_BOOL32 | Create (const ON_Curve &curve, ON_3dVector extrusion_vector) |
ON_BOOL32 | Create (ON_Curve *pCurve, ON_3dVector extrusion_vector) |
ON_BOOL32 | Create (const ON_Curve &curve, const ON_Curve &path_curve) |
ON_BOOL32 | Create (ON_Curve *pCurve, ON_Curve *pPathCurve) |
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
int | Degree (int) const |
void | Destroy () |
void | DestroyRuntimeCache (bool bDelete=true) |
int | Dimension () const |
ON_Interval | Domain (int) const |
void | Dump (ON_TextLog &) const |
void | EmergencyDestroy () |
ON_BOOL32 | Evaluate (double, double, int, int, double *, int=0, int *=0) const |
bool | Extend (int dir, const ON_Interval &domain) |
ON_BOOL32 | GetBBox (double *boxmin, double *boxmax, int bGrowBox=false) const |
bool | 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 |
int | GetNurbForm (ON_NurbsSurface &, double=0.0) const |
bool | GetNurbFormParameterFromSurfaceParameter (double surface_s, double surface_t, double *nurbs_s, double *nurbs_t) const |
ON_BOOL32 | GetParameterTolerance (int, double, double *, double *) const |
ON_BOOL32 | GetSpanVector (int, double *) const |
bool | GetSurfaceParameterFromNurbFormParameter (double nurbs_s, double nurbs_t, double *surface_s, double *surface_t) const |
ON_BOOL32 | GetSurfaceSize (double *width, double *height) const |
int | HasNurbForm () const |
ON_BOOL32 | IsClosed (int) const |
bool | 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 |
bool | IsDeformable () const |
ON_Curve * | IsoCurve (int, double) const |
ON_BOOL32 | IsPeriodic (int) const |
ON_BOOL32 | IsPlanar (ON_Plane *plane=NULL, double tolerance=ON_ZERO_TOLERANCE) const |
ON_BOOL32 | IsSingular (int) const |
ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
bool | MakeDeformable () |
ON_SumSurface () | |
ON_SumSurface (const ON_SumSurface &) | |
ON_SumSurface & | operator= (const ON_SumSurface &) |
ON_BOOL32 | Read (ON_BinaryArchive &) |
ON_BOOL32 | Reverse (int) |
ON_BOOL32 | SetDomain (int dir, double t0, double t1) |
unsigned int | SizeOf () const |
int | SpanCount (int) const |
ON_BOOL32 | Split (int dir, double c, ON_Surface *&west_or_south_side, ON_Surface *&east_or_north_side) const |
ON_BOOL32 | Transform (const ON_Xform &) |
ON_BOOL32 | Transpose () |
ON_BOOL32 | Trim (int dir, const ON_Interval &domain) |
ON_BOOL32 | Write (ON_BinaryArchive &) const |
~ON_SumSurface () | |
Static Public Member Functions | |
static ON_SumSurface * | New () |
static ON_SumSurface * | New (const ON_SumSurface &rev_surface) |
Public Attributes | |
ON_3dVector | m_basepoint |
ON_BoundingBox | m_bbox |
ON_Curve * | m_curve [2] |
Private Member Functions | |
ON_OBJECT_DECLARE (ON_SumSurface) |
Definition at line 23 of file opennurbs_sumsurface.h.
Definition at line 43 of file opennurbs_sumsurface.cpp.
Definition at line 50 of file opennurbs_sumsurface.cpp.
ON_SumSurface::ON_SumSurface | ( | const ON_SumSurface & | src | ) |
Definition at line 76 of file opennurbs_sumsurface.cpp.
void ON_SumSurface::ClearBoundingBox | ( | ) | [virtual] |
Reimplemented from ON_Geometry.
Definition at line 296 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::Create | ( | const ON_Curve & | curve, |
ON_3dVector | extrusion_vector | ||
) |
Definition at line 124 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::Create | ( | ON_Curve * | pCurve, |
ON_3dVector | extrusion_vector | ||
) |
Definition at line 136 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::Create | ( | const ON_Curve & | curve, |
const ON_Curve & | path_curve | ||
) |
Definition at line 157 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::Create | ( | ON_Curve * | pCurve, |
ON_Curve * | pPathCurve | ||
) |
Definition at line 166 of file opennurbs_sumsurface.cpp.
ON__UINT32 ON_SumSurface::DataCRC | ( | ON__UINT32 | current_remainder | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 94 of file opennurbs_sumsurface.cpp.
int ON_SumSurface::Degree | ( | int | dir | ) | const [virtual] |
Implements ON_Surface.
Definition at line 518 of file opennurbs_sumsurface.cpp.
void ON_SumSurface::Destroy | ( | ) |
Definition at line 55 of file opennurbs_sumsurface.cpp.
void ON_SumSurface::DestroyRuntimeCache | ( | bool | bDelete = true | ) | [virtual] |
Reimplemented from ON_Surface.
Definition at line 21 of file opennurbs_sumsurface.cpp.
int ON_SumSurface::Dimension | ( | ) | const [virtual] |
Implements ON_Geometry.
Definition at line 283 of file opennurbs_sumsurface.cpp.
ON_Interval ON_SumSurface::Domain | ( | int | dir | ) | const [virtual] |
Implements ON_Surface.
Definition at line 445 of file opennurbs_sumsurface.cpp.
void ON_SumSurface::Dump | ( | ON_TextLog & | dump | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 218 of file opennurbs_sumsurface.cpp.
void ON_SumSurface::EmergencyDestroy | ( | void | ) |
Reimplemented from ON_Object.
Definition at line 70 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::Evaluate | ( | double | s, |
double | t, | ||
int | nder, | ||
int | v_stride, | ||
double * | v, | ||
int | side = 0 , |
||
int * | hint = 0 |
||
) | const [virtual] |
Implements ON_Surface.
Definition at line 719 of file opennurbs_sumsurface.cpp.
bool ON_SumSurface::Extend | ( | int | dir, |
const ON_Interval & | domain | ||
) | [virtual] |
Reimplemented from ON_Surface.
Definition at line 1012 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::GetBBox | ( | double * | boxmin, |
double * | boxmax, | ||
int | bGrowBox = false |
||
) | const [virtual] |
Implements ON_Geometry.
Definition at line 301 of file opennurbs_sumsurface.cpp.
bool ON_SumSurface::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 [virtual] |
Reimplemented from ON_Surface.
Definition at line 630 of file opennurbs_sumsurface.cpp.
int ON_SumSurface::GetNurbForm | ( | ON_NurbsSurface & | nurbs_surface, |
double | tolerance = 0.0 |
||
) | const [virtual] |
Reimplemented from ON_Surface.
Definition at line 875 of file opennurbs_sumsurface.cpp.
bool ON_SumSurface::GetNurbFormParameterFromSurfaceParameter | ( | double | surface_s, |
double | surface_t, | ||
double * | nurbs_s, | ||
double * | nurbs_t | ||
) | const [virtual] |
Reimplemented from ON_Surface.
Definition at line 967 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::GetParameterTolerance | ( | int | dir, |
double | t, | ||
double * | tminus, | ||
double * | tplus | ||
) | const [virtual] |
Reimplemented from ON_Surface.
Definition at line 529 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::GetSpanVector | ( | int | dir, |
double * | s | ||
) | const [virtual] |
Implements ON_Surface.
Definition at line 507 of file opennurbs_sumsurface.cpp.
bool ON_SumSurface::GetSurfaceParameterFromNurbFormParameter | ( | double | nurbs_s, |
double | nurbs_t, | ||
double * | surface_s, | ||
double * | surface_t | ||
) | const [virtual] |
Reimplemented from ON_Surface.
Definition at line 943 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::GetSurfaceSize | ( | double * | width, |
double * | height | ||
) | const [virtual] |
Reimplemented from ON_Surface.
Definition at line 455 of file opennurbs_sumsurface.cpp.
int ON_SumSurface::HasNurbForm | ( | ) | const [virtual] |
Reimplemented from ON_Surface.
Definition at line 923 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::IsClosed | ( | int | dir | ) | const [virtual] |
Reimplemented from ON_Surface.
Definition at line 603 of file opennurbs_sumsurface.cpp.
bool ON_SumSurface::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 [virtual] |
Reimplemented from ON_Surface.
Definition at line 660 of file opennurbs_sumsurface.cpp.
bool ON_SumSurface::IsDeformable | ( | ) | const [virtual] |
Reimplemented from ON_Geometry.
Definition at line 363 of file opennurbs_sumsurface.cpp.
ON_Curve * ON_SumSurface::IsoCurve | ( | int | dir, |
double | c | ||
) | const [virtual] |
Reimplemented from ON_Surface.
Definition at line 815 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::IsPeriodic | ( | int | dir | ) | const [virtual] |
Reimplemented from ON_Surface.
Definition at line 614 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::IsPlanar | ( | ON_Plane * | plane = NULL , |
double | tolerance = ON_ZERO_TOLERANCE |
||
) | const [virtual] |
Reimplemented from ON_Surface.
Definition at line 544 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::IsSingular | ( | int | side | ) | const [virtual] |
Reimplemented from ON_Surface.
Definition at line 624 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Implements ON_Object.
Definition at line 186 of file opennurbs_sumsurface.cpp.
bool ON_SumSurface::MakeDeformable | ( | ) | [virtual] |
Reimplemented from ON_Geometry.
Definition at line 373 of file opennurbs_sumsurface.cpp.
ON_SumSurface * ON_SumSurface::New | ( | ) | [static] |
Definition at line 33 of file opennurbs_sumsurface.cpp.
ON_SumSurface * ON_SumSurface::New | ( | const ON_SumSurface & | rev_surface | ) | [static] |
Definition at line 38 of file opennurbs_sumsurface.cpp.
ON_SumSurface::ON_OBJECT_DECLARE | ( | ON_SumSurface | ) | [private] |
ON_SumSurface & ON_SumSurface::operator= | ( | const ON_SumSurface & | src | ) |
Definition at line 103 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::Read | ( | ON_BinaryArchive & | file | ) | [virtual] |
Reimplemented from ON_Object.
Definition at line 251 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::Reverse | ( | int | dir | ) | [virtual] |
Implements ON_Surface.
Definition at line 697 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::SetDomain | ( | int | dir, |
double | t0, | ||
double | t1 | ||
) | [virtual] |
Reimplemented from ON_Surface.
Definition at line 425 of file opennurbs_sumsurface.cpp.
unsigned int ON_SumSurface::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_Surface.
Definition at line 84 of file opennurbs_sumsurface.cpp.
int ON_SumSurface::SpanCount | ( | int | dir | ) | const [virtual] |
Implements ON_Surface.
Definition at line 497 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::Split | ( | int | dir, |
double | c, | ||
ON_Surface *& | west_or_south_side, | ||
ON_Surface *& | east_or_north_side | ||
) | const [virtual] |
Reimplemented from ON_Surface.
Definition at line 1029 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::Transform | ( | const ON_Xform & | xform | ) | [virtual] |
Reimplemented from ON_Geometry.
Definition at line 389 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::Transpose | ( | ) | [virtual] |
Implements ON_Surface.
Definition at line 709 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::Trim | ( | int | dir, |
const ON_Interval & | domain | ||
) | [virtual] |
Reimplemented from ON_Surface.
Definition at line 990 of file opennurbs_sumsurface.cpp.
ON_BOOL32 ON_SumSurface::Write | ( | ON_BinaryArchive & | file | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 239 of file opennurbs_sumsurface.cpp.
Definition at line 38 of file opennurbs_sumsurface.h.
Definition at line 39 of file opennurbs_sumsurface.h.
Definition at line 36 of file opennurbs_sumsurface.h.