|
QCAD
Open Source 2D CAD
|
#include <opennurbs_brep.h>
Public Member Functions | |
| ON_Brep * | Brep () const |
| bool | Create (const ON_Brep *brep) |
| bool | IsValid (ON_TextLog *text_log=0) const |
| ON_BrepRegionTopology () | |
| ON_BrepRegionTopology (const ON_BrepRegionTopology &src) | |
| ON_BrepRegionTopology & | operator= (const ON_BrepRegionTopology &) |
| bool | Read (ON_BinaryArchive &) |
| unsigned int | SizeOf () const |
| bool | Write (ON_BinaryArchive &) const |
| ~ON_BrepRegionTopology () | |
Public Attributes | |
| ON_BrepFaceSideArray | m_FS |
| ON_BrepRegionArray | m_R |
Private Attributes | |
| ON_Brep * | m_brep |
Friends | |
| class | ON_Brep |
| class | ON_BrepRegionTopologyUserData |
| 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 & | src | ) |
| bool ON_BrepRegionTopology::Read | ( | ON_BinaryArchive & | file | ) |
| unsigned int ON_BrepRegionTopology::SizeOf | ( | ) | const |
| bool ON_BrepRegionTopology::Write | ( | ON_BinaryArchive & | file | ) | const |
|
friend |
|
friend |
|
private |
| ON_BrepFaceSideArray ON_BrepRegionTopology::m_FS |
| ON_BrepRegionArray ON_BrepRegionTopology::m_R |