|
Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_planesurface.h>
Inheritance diagram for ON_ClippingPlaneSurface:Public Member Functions | |
| ON_ClippingPlaneSurface () | |
| ON_ClippingPlaneSurface (const ON_Plane &src) | |
| ON_ClippingPlaneSurface (const ON_PlaneSurface &src) | |
| ~ON_ClippingPlaneSurface () | |
| ON_ClippingPlaneSurface & | operator= (const ON_Plane &src) |
| ON_ClippingPlaneSurface & | operator= (const ON_PlaneSurface &src) |
| void | Default () |
| ON::object_type | ObjectType () const |
| unsigned int | SizeOf () const |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| void | Dump (ON_TextLog &) const |
| ON_BOOL32 | Write (ON_BinaryArchive &) const |
| ON_BOOL32 | Read (ON_BinaryArchive &) |
Public Attributes | |
| ON_ClippingPlane | m_clipping_plane |
Definition at line 618 of file opennurbs_planesurface.h.
| ON_ClippingPlaneSurface::ON_ClippingPlaneSurface | ( | const ON_Plane & | src | ) |
| ON_ClippingPlaneSurface::ON_ClippingPlaneSurface | ( | const ON_PlaneSurface & | src | ) |
| ON__UINT32 ON_ClippingPlaneSurface::DataCRC | ( | ON__UINT32 | current_remainder | ) | const [virtual] |
Reimplemented from ON_PlaneSurface.
| void ON_ClippingPlaneSurface::Default | ( | ) |
| void ON_ClippingPlaneSurface::Dump | ( | ON_TextLog & | ) | const [virtual] |
Reimplemented from ON_PlaneSurface.
| ON::object_type ON_ClippingPlaneSurface::ObjectType | ( | ) | const [virtual] |
Reimplemented from ON_Surface.
| ON_ClippingPlaneSurface& ON_ClippingPlaneSurface::operator= | ( | const ON_Plane & | src | ) |
Reimplemented from ON_PlaneSurface.
| ON_ClippingPlaneSurface& ON_ClippingPlaneSurface::operator= | ( | const ON_PlaneSurface & | src | ) |
Reimplemented from ON_PlaneSurface.
| ON_BOOL32 ON_ClippingPlaneSurface::Read | ( | ON_BinaryArchive & | ) | [virtual] |
Reimplemented from ON_PlaneSurface.
| unsigned int ON_ClippingPlaneSurface::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_PlaneSurface.
| ON_BOOL32 ON_ClippingPlaneSurface::Write | ( | ON_BinaryArchive & | ) | const [virtual] |
Reimplemented from ON_PlaneSurface.
Definition at line 654 of file opennurbs_planesurface.h.