#include <opennurbs_brep.h>
Public Member Functions | |
ON_BrepRegionTopology () | |
ON_BrepRegionTopology (const ON_BrepRegionTopology &src) | |
~ON_BrepRegionTopology () | |
const ON_Brep * | Brep () const |
bool | IsValid (ON_TextLog *text_log=0) const |
ON_BrepRegionTopology & | operator= (const ON_BrepRegionTopology &) |
bool | Read (ON_BinaryArchive &) |
unsigned int | SizeOf () const |
bool | Transform (const ON_Xform &xform) |
bool | Write (ON_BinaryArchive &) const |
Public Attributes | |
ON_BrepFaceSideArray | m_FS |
ON_BrepRegionArray | m_R |
Friends | |
class | ON_Brep |
class | ON_V5_BrepRegionTopologyUserData |
ON_BrepRegionTopology::ON_BrepRegionTopology | ( | ) |
ON_BrepRegionTopology::ON_BrepRegionTopology | ( | const ON_BrepRegionTopology & | src | ) |
ON_BrepRegionTopology::~ON_BrepRegionTopology | ( | ) |
const 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::Transform | ( | const ON_Xform & | xform | ) |
bool ON_BrepRegionTopology::Write | ( | ON_BinaryArchive & | ) | const |
|
friend |
|
friend |
ON_BrepFaceSideArray ON_BrepRegionTopology::m_FS |
ON_BrepRegionArray ON_BrepRegionTopology::m_R |