|
Point Cloud Library (PCL)
1.15.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_brep.h>
Collaboration diagram for ON_BrepRegionTopology:Public Member Functions | |
| ON_BrepRegionTopology () | |
| ON_BrepRegionTopology (const ON_BrepRegionTopology &src) | |
| ~ON_BrepRegionTopology () | |
| ON_BrepRegionTopology & | operator= (const ON_BrepRegionTopology &) |
| ON_Brep * | Brep () const |
| bool | IsValid (ON_TextLog *text_log=0) const |
| bool | Read (ON_BinaryArchive &) |
| bool | Write (ON_BinaryArchive &) const |
| unsigned int | SizeOf () const |
Public Attributes | |
| ON_BrepFaceSideArray | m_FS |
| ON_BrepRegionArray | m_R |
Friends | |
| class | ON_BrepRegionTopologyUserData |
| class | ON_Brep |
Definition at line 1546 of file opennurbs_brep.h.
| ON_BrepRegionTopology::ON_BrepRegionTopology | ( | ) |
| ON_BrepRegionTopology::ON_BrepRegionTopology | ( | const ON_BrepRegionTopology & | src | ) |
| ON_BrepRegionTopology::~ON_BrepRegionTopology | ( | ) |
| ON_Brep* ON_BrepRegionTopology::Brep | ( | ) | const |
| bool ON_BrepRegionTopology::IsValid | ( | ON_TextLog * | text_log = 0 | ) | const |
| ON_BrepRegionTopology& ON_BrepRegionTopology::operator= | ( | const ON_BrepRegionTopology & | ) |
| bool ON_BrepRegionTopology::Read | ( | ON_BinaryArchive & | ) |
| unsigned int ON_BrepRegionTopology::SizeOf | ( | ) | const |
| bool ON_BrepRegionTopology::Write | ( | ON_BinaryArchive & | ) | const |
|
friend |
Definition at line 1566 of file opennurbs_brep.h.
|
friend |
Definition at line 1565 of file opennurbs_brep.h.
| ON_BrepFaceSideArray ON_BrepRegionTopology::m_FS |
Definition at line 1554 of file opennurbs_brep.h.
| ON_BrepRegionArray ON_BrepRegionTopology::m_R |
Definition at line 1555 of file opennurbs_brep.h.