#include <opennurbs_planesurface.h>
Public Member Functions | |
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
void | Default () |
void | Dump (ON_TextLog &) const |
ON::object_type | ObjectType () const |
ON_ClippingPlaneSurface () | |
ON_ClippingPlaneSurface (const ON_Plane &src) | |
ON_ClippingPlaneSurface (const ON_PlaneSurface &src) | |
ON_ClippingPlaneSurface & | operator= (const ON_Plane &src) |
ON_ClippingPlaneSurface & | operator= (const ON_PlaneSurface &src) |
ON_BOOL32 | Read (ON_BinaryArchive &) |
unsigned int | SizeOf () const |
ON_BOOL32 | Write (ON_BinaryArchive &) const |
~ON_ClippingPlaneSurface () | |
Public Attributes | |
ON_ClippingPlane | m_clipping_plane |
Private Member Functions | |
ON_OBJECT_DECLARE (ON_ClippingPlaneSurface) |
Definition at line 618 of file opennurbs_planesurface.h.
Definition at line 1005 of file opennurbs_planesurface.cpp.
ON_ClippingPlaneSurface::ON_ClippingPlaneSurface | ( | const ON_Plane & | src | ) |
Definition at line 1020 of file opennurbs_planesurface.cpp.
ON_ClippingPlaneSurface::ON_ClippingPlaneSurface | ( | const ON_PlaneSurface & | src | ) |
Definition at line 1014 of file opennurbs_planesurface.cpp.
Definition at line 1010 of file opennurbs_planesurface.cpp.
ON__UINT32 ON_ClippingPlaneSurface::DataCRC | ( | ON__UINT32 | current_remainder | ) | const [virtual] |
Reimplemented from ON_PlaneSurface.
Definition at line 1048 of file opennurbs_planesurface.cpp.
void ON_ClippingPlaneSurface::Default | ( | ) |
Definition at line 989 of file opennurbs_planesurface.cpp.
void ON_ClippingPlaneSurface::Dump | ( | ON_TextLog & | text_log | ) | const [virtual] |
Reimplemented from ON_PlaneSurface.
Definition at line 1055 of file opennurbs_planesurface.cpp.
ON::object_type ON_ClippingPlaneSurface::ObjectType | ( | ) | const [virtual] |
Reimplemented from ON_Surface.
Definition at line 1000 of file opennurbs_planesurface.cpp.
ON_ClippingPlaneSurface & ON_ClippingPlaneSurface::operator= | ( | const ON_Plane & | src | ) |
Reimplemented from ON_PlaneSurface.
Definition at line 1026 of file opennurbs_planesurface.cpp.
ON_ClippingPlaneSurface & ON_ClippingPlaneSurface::operator= | ( | const ON_PlaneSurface & | src | ) |
Reimplemented from ON_PlaneSurface.
Definition at line 1033 of file opennurbs_planesurface.cpp.
ON_BOOL32 ON_ClippingPlaneSurface::Read | ( | ON_BinaryArchive & | file | ) | [virtual] |
Reimplemented from ON_PlaneSurface.
Definition at line 1112 of file opennurbs_planesurface.cpp.
unsigned int ON_ClippingPlaneSurface::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_PlaneSurface.
Definition at line 1043 of file opennurbs_planesurface.cpp.
ON_BOOL32 ON_ClippingPlaneSurface::Write | ( | ON_BinaryArchive & | file | ) | const [virtual] |
Reimplemented from ON_PlaneSurface.
Definition at line 1083 of file opennurbs_planesurface.cpp.
Definition at line 654 of file opennurbs_planesurface.h.