Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_brep.h>
Public Member Functions | |
ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
ON_BrepRegion () | |
~ON_BrepRegion () | |
ON_BrepRegion & | operator= (const ON_BrepRegion &) |
ON_BOOL32 | Write (ON_BinaryArchive &binary_archive) const |
ON_BOOL32 | Read (ON_BinaryArchive &binary_archive) |
ON_Brep * | Brep () const |
class ON_BrepRegionTopology * | RegionTopology () const |
ON_BrepFaceSide * | FaceSide (int rfsi) const |
bool | IsFinite () const |
const ON_BoundingBox & | BoundingBox () const |
ON_Brep * | RegionBoundaryBrep (ON_Brep *brep=NULL) const |
Public Attributes | |
ON_U | m_region_user |
int | m_region_index |
ON_SimpleArray< int > | m_fsi |
int | m_type |
ON_BoundingBox | m_bbox |
Friends | |
class | ON_Brep |
class | ON_BrepRegionTopology |
Definition at line 1364 of file opennurbs_brep.h.
const ON_BoundingBox& ON_BrepRegion::BoundingBox | ( | ) | const |
ON_Brep* ON_BrepRegion::Brep | ( | ) | const |
ON_BrepFaceSide* ON_BrepRegion::FaceSide | ( | int | rfsi | ) | const |
bool ON_BrepRegion::IsFinite | ( | ) | const |
ON_BOOL32 ON_BrepRegion::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Implements ON_Object.
ON_BrepRegion& ON_BrepRegion::operator= | ( | const ON_BrepRegion & | ) |
ON_BOOL32 ON_BrepRegion::Read | ( | ON_BinaryArchive & | binary_archive | ) | [virtual] |
Reimplemented from ON_Object.
ON_Brep* ON_BrepRegion::RegionBoundaryBrep | ( | ON_Brep * | brep = NULL | ) | const |
class ON_BrepRegionTopology* ON_BrepRegion::RegionTopology | ( | ) | const |
ON_BOOL32 ON_BrepRegion::Write | ( | ON_BinaryArchive & | binary_archive | ) | const [virtual] |
Reimplemented from ON_Object.
friend class ON_Brep [friend] |
Definition at line 1439 of file opennurbs_brep.h.
friend class ON_BrepRegionTopology [friend] |
Definition at line 1440 of file opennurbs_brep.h.
Definition at line 1422 of file opennurbs_brep.h.
Definition at line 1420 of file opennurbs_brep.h.
Definition at line 1377 of file opennurbs_brep.h.
Definition at line 1374 of file opennurbs_brep.h.
Definition at line 1421 of file opennurbs_brep.h.