|
| ON_NurbsCage () |
|
| ON_NurbsCage (int dim, bool is_rat, int order0, int order1, int order2, int cv_count0, int cv_count1, int cv_count2) |
|
| ON_NurbsCage (const ON_BoundingBox &bbox, int order0, int order1, int order2, int cv_count0, int cv_count1, int cv_count2) |
|
| ON_NurbsCage (const ON_3dPoint *box_corners, int order0, int order1, int order2, int cv_count0, int cv_count1, int cv_count2) |
|
| ON_NurbsCage (const ON_BezierCage &src) |
|
| ~ON_NurbsCage () |
|
| ON_NurbsCage (const ON_NurbsCage &src) |
|
ON_NurbsCage & | operator= (const ON_NurbsCage &src) |
|
ON_NurbsCage & | operator= (const ON_BezierCage &src) |
|
ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
|
void | Dump (ON_TextLog &text_log) const |
|
unsigned int | SizeOf () const |
|
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
|
ON_BOOL32 | Read (ON_BinaryArchive &archive) |
|
ON_BOOL32 | Write (ON_BinaryArchive &archive) const |
|
ON::object_type | ObjectType () const |
|
void | DestroyRuntimeCache (bool bDelete=true) |
|
int | Dimension () const |
|
ON_BOOL32 | GetBBox (double *boxmin, double *boxmax, int bGrowBox=false) const |
|
bool | GetTightBoundingBox (ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const |
|
ON_BOOL32 | Transform (const ON_Xform &xform) |
|
bool | IsDeformable () const |
|
bool | MakeDeformable () |
|
bool | IsParallelogram (double tolerance) const |
|
bool | Create (int dim, bool is_rat, int order0, int order1, int order2, int cv_count0, int cv_count1, int cv_count2) |
|
bool | Create (const ON_BoundingBox &bbox, int order0, int order1, int order2, int cv_count0, int cv_count1, int cv_count2) |
|
bool | Create (const ON_3dPoint *box_corners, int order0, int order1, int order2, int cv_count0, int cv_count1, int cv_count2) |
|
void | Destroy () |
|
void | EmergencyDestroy () |
|
ON_Interval | Domain (int) const |
|
bool | Reverse (int dir) |
|
bool | Transpose (int dir0, int dir1) |
|
bool | ClampEnd (int dir, int end) |
|
bool | InsertKnot (int dir, double knot_value, int knot_multiplicity=1) |
|
ON_BOOL32 | IncreaseDegree (int dir, int desired_degree) |
|
ON_BOOL32 | ChangeDimension (int desired_dimension) |
|
bool | Evaluate (double r, double s, double t, int der_count, int v_stride, double *v, int side=0, int *hint=0) const |
|
ON_3dPoint | PointAt (double r, double s, double t) const |
|
ON_NurbsSurface * | IsoSurface (int dir, double c, ON_NurbsSurface *srf=0) const |
|
bool | Trim (int dir, const ON_Interval &domain) |
|
bool | Extend (int dir, const ON_Interval &domain) |
|
ON_3dPoint | PointAt (ON_3dPoint rst) const |
|
bool | IsRational () const |
|
int | CVSize () const |
|
int | Order (int dir) const |
|
int | CVCount (int) const |
|
int | CVCount (void) const |
|
int | KnotCount (int dir) const |
|
int | Degree (int dir) const |
|
int | SpanCount (int dir) const |
|
bool | GetSpanVector (int dir, double *span_vector) const |
|
double * | CV (int i, int j, int k) const |
|
ON::point_style | CVStyle () const |
|
double | Weight (int i, int j, int k) const |
|
bool | SetWeight (int i, int j, int k, double w) |
|
bool | SetCV (int i, int j, int k, ON::point_style, const double *) |
|
bool | SetCV (int i, int j, int k, const ON_3dPoint &point) |
|
bool | SetCV (int i, int j, int k, const ON_4dPoint &hpoint) |
|
bool | GetCV (int i, int j, int k, ON::point_style, double *) const |
|
bool | GetCV (int i, int j, int k, ON_3dPoint &) const |
|
bool | GetCV (int i, int j, int k, ON_4dPoint &) const |
|
bool | SetKnot (int dir, int knot_index, double knot_value) |
|
double | Knot (int dir, int knot_index) const |
|
bool | ZeroCVs () |
|
bool | MakeRational () |
|
bool | MakeNonRational () |
|
bool | IsClosed (int) const |
|
bool | IsPeriodic (int) const |
|
bool | IsSingular (int) const |
|
double | GrevilleAbcissa (int dir, int gindex) const |
|
bool | ReserveCVCapacity (int cv_capacity) |
|
bool | ReserveKnotCapacity (int dir, int cv_capacity) |
|
| ON_Geometry () |
|
| ON_Geometry (const ON_Geometry &) |
|
ON_Geometry & | operator= (const ON_Geometry &) |
|
virtual | ~ON_Geometry () |
|
ON_BoundingBox | BoundingBox () const |
|
ON_BOOL32 | GetBoundingBox (ON_BoundingBox &bbox, int bGrowBox=false) const |
|
ON_BOOL32 | GetBoundingBox (ON_3dPoint &bbox_min, ON_3dPoint &bbox_max, int bGrowBox=false) const |
|
ON_BOOL32 | Rotate (double sin_angle, double cos_angle, const ON_3dVector &rotation_axis, const ON_3dPoint &rotation_center) |
|
ON_BOOL32 | Rotate (double rotation_angle, const ON_3dVector &rotation_axis, const ON_3dPoint &rotation_center) |
|
ON_BOOL32 | Translate (const ON_3dVector &translation_vector) |
|
ON_BOOL32 | Scale (double scale_factor) |
|
virtual int | Dimension () const =0 |
|
virtual ON_BOOL32 | GetBBox (double *boxmin, double *boxmax, int bGrowBox=false) const =0 |
|
virtual bool | GetTightBoundingBox (ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const |
|
virtual void | ClearBoundingBox () |
|
virtual ON_BOOL32 | Transform (const ON_Xform &xform) |
|
virtual bool | IsDeformable () const |
|
virtual bool | MakeDeformable () |
|
virtual ON_BOOL32 | SwapCoordinates (int i, int j) |
|
virtual ON_BOOL32 | HasBrepForm () const |
|
virtual ON_Brep * | BrepForm (ON_Brep *brep=NULL) const |
|
virtual ON_COMPONENT_INDEX | ComponentIndex () const |
|
virtual bool | EvaluatePoint (const class ON_ObjRef &objref, ON_3dPoint &P) const |
|
bool | CopyFrom (const ON_Object *src) |
|
| ON_Object () |
|
| ON_Object (const ON_Object &) |
|
ON_Object & | operator= (const ON_Object &) |
|
virtual | ~ON_Object () |
|
void | EmergencyDestroy () |
|
virtual void | MemoryRelocate () |
|
ON_BOOL32 | IsKindOf (const ON_ClassId *pClassId) const |
|
virtual ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const =0 |
|
virtual void | Dump (ON_TextLog &) const |
|
virtual unsigned int | SizeOf () const |
|
virtual ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
|
virtual ON_BOOL32 | Write (ON_BinaryArchive &binary_archive) const |
|
virtual ON_BOOL32 | Read (ON_BinaryArchive &binary_archive) |
|
virtual ON::object_type | ObjectType () const |
|
virtual ON_UUID | ModelObjectId () const |
|
bool | SetUserString (const wchar_t *key, const wchar_t *string_value) |
|
int | SetUserStrings (int count, const ON_UserString *user_strings, bool bReplace) |
|
bool | GetUserString (const wchar_t *key, ON_wString &string_value) const |
|
int | GetUserStrings (ON_ClassArray< ON_UserString > &user_strings) const |
|
int | GetUserStringKeys (ON_ClassArray< ON_wString > &user_string_keys) const |
|
int | UserStringCount () const |
|
ON_BOOL32 | AttachUserData (ON_UserData *pUserData) |
|
ON_BOOL32 | DetachUserData (ON_UserData *pUserData) |
|
ON_UserData * | GetUserData (const ON_UUID &userdata_uuid) const |
|
void | PurgeUserData () |
|
ON_UserData * | FirstUserData () const |
|
void | TransformUserData (const ON_Xform &xform) |
|
void | CopyUserData (const ON_Object &source_object) |
|
void | MoveUserData (ON_Object &source_object) |
|
virtual void | DestroyRuntimeCache (bool bDelete=true) |
|