#include <opennurbs_brep.h>

Public Member Functions | |
| ON_COMPONENT_INDEX | ComponentIndex () const |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| void | Dump (ON_TextLog &) const |
| int | EdgeCount () const |
| ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
| ON_BrepVertex () | |
| ON_BrepVertex (int) | |
| ON_BrepVertex & | operator= (const ON_BrepVertex &) |
| ON_3dPoint | Point () const |
| ON_BOOL32 | Read (ON_BinaryArchive &) |
| bool | SetPoint (const ON_3dPoint &) |
| unsigned int | SizeOf () const |
| double | Tolerance () const |
| ON_BOOL32 | Write (ON_BinaryArchive &) const |
Public Attributes | |
| ON_SimpleArray< int > | m_ei |
| double | m_tolerance |
| int | m_vertex_index |
| ON_U | m_vertex_user |
Private Member Functions | |
| ON_BrepVertex (const ON_BrepVertex &) | |
| ON_OBJECT_DECLARE (ON_BrepVertex) | |
Definition at line 49 of file opennurbs_brep.h.
Definition at line 32 of file opennurbs_brep.cpp.
| ON_BrepVertex::ON_BrepVertex | ( | int | vertex_index | ) |
Definition at line 39 of file opennurbs_brep.cpp.
| ON_BrepVertex::ON_BrepVertex | ( | const ON_BrepVertex & | ) | [private] |
| ON_COMPONENT_INDEX ON_BrepVertex::ComponentIndex | ( | ) | const [virtual] |
Reimplemented from ON_Geometry.
Definition at line 12035 of file opennurbs_brep.cpp.
| ON__UINT32 ON_BrepVertex::DataCRC | ( | ON__UINT32 | current_remainder | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 1215 of file opennurbs_brep.cpp.
| void ON_BrepVertex::Dump | ( | ON_TextLog & | dump | ) | const [virtual] |
Reimplemented from ON_Point.
Definition at line 90 of file opennurbs_brep.cpp.
| int ON_BrepVertex::EdgeCount | ( | ) | const |
Definition at line 119 of file opennurbs_brep.cpp.
| ON_BOOL32 ON_BrepVertex::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Reimplemented from ON_Point.
Definition at line 67 of file opennurbs_brep.cpp.
| ON_BrepVertex::ON_OBJECT_DECLARE | ( | ON_BrepVertex | ) | [private] |
| ON_BrepVertex & ON_BrepVertex::operator= | ( | const ON_BrepVertex & | src | ) |
Definition at line 54 of file opennurbs_brep.cpp.
| ON_3dPoint ON_BrepVertex::Point | ( | ) | const |
Definition at line 107 of file opennurbs_brep.cpp.
| ON_BOOL32 ON_BrepVertex::Read | ( | ON_BinaryArchive & | file | ) | [virtual] |
Reimplemented from ON_Point.
Definition at line 34 of file opennurbs_brep_io.cpp.
| bool ON_BrepVertex::SetPoint | ( | const ON_3dPoint & | p | ) |
Definition at line 99 of file opennurbs_brep.cpp.
| unsigned int ON_BrepVertex::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 46 of file opennurbs_brep.cpp.
| double ON_BrepVertex::Tolerance | ( | ) | const |
Definition at line 113 of file opennurbs_brep.cpp.
| ON_BOOL32 ON_BrepVertex::Write | ( | ON_BinaryArchive & | file | ) | const [virtual] |
Reimplemented from ON_Point.
Definition at line 21 of file opennurbs_brep_io.cpp.
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.