Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_geometry.h>
Public Member Functions | |
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 |
Public Member Functions inherited from ON_Object | |
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) |
Definition at line 36 of file opennurbs_geometry.h.
ON_Geometry::ON_Geometry | ( | ) |
ON_Geometry::ON_Geometry | ( | const ON_Geometry & | ) |
|
virtual |
ON_BoundingBox ON_Geometry::BoundingBox | ( | ) | const |
Reimplemented in ON_Surface, ON_MorphControl, ON_Brep, and ON_Extrusion.
|
virtual |
Reimplemented in ON_SumSurface, ON_RevSurface, ON_MorphControl, ON_Brep, and ON_BrepFace.
|
virtual |
Reimplemented in ON_MeshFaceRef, ON_MeshEdgeRef, ON_MeshVertexRef, ON_BrepFace, ON_BrepLoop, ON_BrepTrim, ON_BrepEdge, and ON_BrepVertex.
|
pure virtual |
Implemented in ON_Viewport, ON_SurfaceProxy, ON_SumSurface, ON_RevSurface, ON_PolylineCurve, ON_PolyCurve, ON_PointGrid, ON_Point, ON_PointCloud, ON_PlaneSurface, ON_MorphControl, ON_NurbsCage, ON_NurbsSurface, ON_NurbsCurve, ON_MeshFaceRef, ON_MeshEdgeRef, ON_MeshVertexRef, ON_Mesh, ON_LineCurve, ON_Light, ON_InstanceRef, ON_InstanceDefinition, ON_Hatch, ON_DetailView, ON_CurveProxy, ON_CurveOnSurface, ON_Brep, ON_BrepLoop, ON_Extrusion, ON_ArcCurve, ON_TextDot, ON_Annotation2, ON_Annotation, and ON_AnnotationArrow.
|
virtual |
Reimplemented in ON_Surface, ON_PolyCurve, ON_Mesh, ON_Curve, ON_Brep, and ON_Annotation2.
|
pure virtual |
Implemented in ON_OrdinateDimension2, ON_SumSurface, ON_PolylineCurve, ON_MorphControl, ON_NurbsCage, ON_NurbsCurve, ON_MeshFaceRef, ON_MeshEdgeRef, ON_MeshVertexRef, ON_InstanceRef, ON_InstanceDefinition, ON_DetailView, ON_BrepLoop, ON_Extrusion, ON_TextDot, ON_OffsetSurface, ON_Viewport, ON_SurfaceProxy, ON_RevSurface, ON_PolyCurve, ON_PointGrid, ON_Point, ON_PointCloud, ON_PlaneSurface, ON_NurbsSurface, ON_Mesh, ON_LineCurve, ON_Light, ON_Hatch, ON_CurveProxy, ON_CurveOnSurface, ON_Brep, ON_BrepFace, ON_ArcCurve, ON_Leader2, ON_TextEntity2, ON_AngularDimension2, ON_RadialDimension2, ON_LinearDimension2, ON_Annotation, and ON_AnnotationArrow.
ON_BOOL32 ON_Geometry::GetBoundingBox | ( | ON_3dPoint & | bbox_min, |
ON_3dPoint & | bbox_max, | ||
int | bGrowBox = false |
||
) | const |
ON_BOOL32 ON_Geometry::GetBoundingBox | ( | ON_BoundingBox & | bbox, |
int | bGrowBox = false |
||
) | const |
|
virtual |
Reimplemented in ON_PolylineCurve, ON_PolyCurve, ON_PointGrid, ON_PointCloud, ON_MorphControl, ON_NurbsCage, ON_Mesh, ON_LineCurve, ON_Hatch, ON_DetailView, ON_Curve, ON_Extrusion, ON_ArcCurve, ON_Leader2, ON_TextEntity2, ON_OrdinateDimension2, ON_AngularDimension2, ON_RadialDimension2, and ON_LinearDimension2.
|
virtual |
Reimplemented in ON_Surface, ON_MorphControl, and ON_Brep.
|
virtual |
Reimplemented in ON_SumSurface, ON_PolylineCurve, ON_PolyCurve, ON_PointGrid, ON_Point, ON_PointCloud, ON_NurbsCage, ON_NurbsSurface, ON_NurbsCurve, ON_Mesh, ON_LineCurve, ON_InstanceRef, and ON_TextDot.
|
virtual |
Reimplemented in ON_SumSurface, ON_PolylineCurve, ON_PolyCurve, ON_PointGrid, ON_Point, ON_PointCloud, ON_NurbsCage, ON_NurbsSurface, ON_NurbsCurve, ON_Mesh, ON_LineCurve, ON_InstanceRef, and ON_TextDot.
ON_Geometry& ON_Geometry::operator= | ( | const ON_Geometry & | ) |
ON_BOOL32 ON_Geometry::Rotate | ( | double | rotation_angle, |
const ON_3dVector & | rotation_axis, | ||
const ON_3dPoint & | rotation_center | ||
) |
ON_BOOL32 ON_Geometry::Rotate | ( | double | sin_angle, |
double | cos_angle, | ||
const ON_3dVector & | rotation_axis, | ||
const ON_3dPoint & | rotation_center | ||
) |
ON_BOOL32 ON_Geometry::Scale | ( | double | scale_factor | ) |
|
virtual |
Reimplemented in ON_PolyCurve, ON_PointGrid, ON_Point, ON_PointCloud, ON_NurbsSurface, ON_Mesh, ON_LineCurve, ON_CurveOnSurface, ON_Brep, ON_PolylineCurve, and ON_NurbsCurve.
|
virtual |
Reimplemented in ON_PolylineCurve, ON_MorphControl, ON_NurbsCage, ON_NurbsCurve, ON_MeshFaceRef, ON_MeshEdgeRef, ON_MeshVertexRef, ON_InstanceRef, ON_InstanceDefinition, ON_DetailView, ON_BrepLoop, ON_Extrusion, ON_TextDot, ON_Leader2, ON_TextEntity2, ON_OrdinateDimension2, ON_AngularDimension2, ON_RadialDimension2, ON_LinearDimension2, ON_Annotation2, ON_Viewport, ON_SurfaceProxy, ON_SumSurface, ON_RevSurface, ON_PolyCurve, ON_PointGrid, ON_Point, ON_PointCloud, ON_PlaneSurface, ON_NurbsSurface, ON_Mesh, ON_LineCurve, ON_Light, ON_Hatch, ON_CurveProxy, ON_CurveOnSurface, ON_Brep, ON_ArcCurve, ON_Annotation, and ON_AnnotationArrow.
ON_BOOL32 ON_Geometry::Translate | ( | const ON_3dVector & | translation_vector | ) |