|
Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_brep.h>
Inheritance diagram for ON_BrepVertex:Public Member Functions | |
| ON_BrepVertex () | |
| ON_BrepVertex (int) | |
| ON_BrepVertex & | operator= (const ON_BrepVertex &) |
| unsigned int | SizeOf () const |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
| void | Dump (ON_TextLog &) const |
| ON_BOOL32 | Write (ON_BinaryArchive &) const |
| ON_BOOL32 | Read (ON_BinaryArchive &) |
| ON_COMPONENT_INDEX | ComponentIndex () const |
| bool | SetPoint (const ON_3dPoint &) |
| ON_3dPoint | Point () const |
| double | Tolerance () const |
| int | EdgeCount () const |
Public Attributes | |
| ON_U | m_vertex_user |
| int | m_vertex_index |
| ON_SimpleArray< int > | m_ei |
| double | m_tolerance |
Definition at line 49 of file opennurbs_brep.h.
| ON_BrepVertex::ON_BrepVertex | ( | int | ) |
| ON_COMPONENT_INDEX ON_BrepVertex::ComponentIndex | ( | ) | const [virtual] |
Reimplemented from ON_Geometry.
| ON__UINT32 ON_BrepVertex::DataCRC | ( | ON__UINT32 | current_remainder | ) | const [virtual] |
Reimplemented from ON_Object.
| void ON_BrepVertex::Dump | ( | ON_TextLog & | ) | const [virtual] |
Reimplemented from ON_Point.
| int ON_BrepVertex::EdgeCount | ( | ) | const |
| ON_BOOL32 ON_BrepVertex::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Reimplemented from ON_Point.
| ON_BrepVertex& ON_BrepVertex::operator= | ( | const ON_BrepVertex & | ) |
| ON_3dPoint ON_BrepVertex::Point | ( | ) | const |
| ON_BOOL32 ON_BrepVertex::Read | ( | ON_BinaryArchive & | ) | [virtual] |
Reimplemented from ON_Point.
| bool ON_BrepVertex::SetPoint | ( | const ON_3dPoint & | ) |
| unsigned int ON_BrepVertex::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_Object.
| double ON_BrepVertex::Tolerance | ( | ) | const |
| ON_BOOL32 ON_BrepVertex::Write | ( | ON_BinaryArchive & | ) | const [virtual] |
Reimplemented from ON_Point.
Definition at line 150 of file opennurbs_brep.h.
| double ON_BrepVertex::m_tolerance |
Definition at line 172 of file opennurbs_brep.h.
Definition at line 61 of file opennurbs_brep.h.
Definition at line 58 of file opennurbs_brep.h.