Point Cloud Library (PCL)  1.7.2
List of all members | Public Member Functions
ON_BrepEdgeArray Class Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_brep.h>

+ Inheritance diagram for ON_BrepEdgeArray:

Public Member Functions

 ON_BrepEdgeArray ()
 ~ON_BrepEdgeArray ()
ON_BOOL32 Read (ON_BinaryArchive &)
ON_BOOL32 Write (ON_BinaryArchive &) const
unsigned int SizeOf () const
- Public Member Functions inherited from ON_ObjectArray< ON_BrepEdge >
 ON_ObjectArray ()
 ON_ObjectArray (int)
 ON_ObjectArray (const ON_ObjectArray< ON_BrepEdge > &)
 ~ON_ObjectArray ()
ON_ObjectArray< ON_BrepEdge > & operator= (const ON_ObjectArray< ON_BrepEdge > &)
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
ON_BrepEdgeRealloc (ON_BrepEdge *, int)
bool HeapSort (int(*)(const ON_BrepEdge *, const ON_BrepEdge *))
bool QuickSort (int(*)(const ON_BrepEdge *, const ON_BrepEdge *))
- Public Member Functions inherited from ON_ClassArray< ON_BrepEdge >
 ON_ClassArray ()
 ON_ClassArray (int)
 ON_ClassArray (const ON_ClassArray< ON_BrepEdge > &)
virtual ~ON_ClassArray ()
ON_ClassArray< ON_BrepEdge > & operator= (const ON_ClassArray< ON_BrepEdge > &)
void EmergencyDestroy (void)
int Count () const
unsigned int UnsignedCount () const
int Capacity () const
unsigned int SizeOfArray () const
unsigned int SizeOfElement () const
ON_BrepEdgeoperator[] (int)
ON_BrepEdgeoperator[] (unsigned int)
ON_BrepEdgeoperator[] (ON__INT64)
ON_BrepEdgeoperator[] (ON__UINT64)
const ON_BrepEdgeoperator[] (int) const
const ON_BrepEdgeoperator[] (unsigned int) const
const ON_BrepEdgeoperator[] (ON__INT64) const
const ON_BrepEdgeoperator[] (ON__UINT64) const
 operator ON_BrepEdge * ()
 operator const ON_BrepEdge * () const
ON_BrepEdgeFirst ()
const ON_BrepEdgeFirst () const
ON_BrepEdgeAt (int)
ON_BrepEdgeAt (unsigned int)
ON_BrepEdgeAt (ON__INT64)
ON_BrepEdgeAt (ON__UINT64)
const ON_BrepEdgeAt (int) const
const ON_BrepEdgeAt (unsigned int) const
const ON_BrepEdgeAt (ON__INT64) const
const ON_BrepEdgeAt (ON__UINT64) const
ON_BrepEdgeLast ()
const ON_BrepEdgeLast () const
ON_BrepEdgeAppendNew ()
void Append (const ON_BrepEdge &)
void Append (int, const ON_BrepEdge *)
void Insert (int, const ON_BrepEdge &)
void Remove ()
void Remove (int)
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_BrepEdge *, int(*)(const ON_BrepEdge *, const ON_BrepEdge *)) const
int BinarySearch (const ON_BrepEdge *, int(*)(const ON_BrepEdge *, const ON_BrepEdge *)) const
int BinarySearch (const ON_BrepEdge *, int(*)(const ON_BrepEdge *, const ON_BrepEdge *), int) const
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepEdge *, const ON_BrepEdge *)) const
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepEdge *, const ON_BrepEdge *, void *), void *) const
bool Permute (const int *)
void Zero ()
void Reserve (int)
void Shrink ()
void Destroy ()
ON_BrepEdgeArray ()
const ON_BrepEdgeArray () const
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_BrepEdgeKeepArray ()
void SetArray (ON_BrepEdge *)
void SetArray (ON_BrepEdge *, int, int)

Additional Inherited Members

- Protected Member Functions inherited from ON_ClassArray< ON_BrepEdge >
void Move (int, int, int)
void ConstructDefaultElement (ON_BrepEdge *)
void DestroyElement (ON_BrepEdge &)
- Protected Attributes inherited from ON_ClassArray< ON_BrepEdge >
ON_BrepEdgem_a
int m_count
int m_capacity

Detailed Description

Definition at line 1478 of file opennurbs_brep.h.

Constructor & Destructor Documentation

ON_BrepEdgeArray::ON_BrepEdgeArray ( )
ON_BrepEdgeArray::~ON_BrepEdgeArray ( )

Member Function Documentation

ON_BOOL32 ON_BrepEdgeArray::Read ( ON_BinaryArchive )
unsigned int ON_BrepEdgeArray::SizeOf ( ) const
ON_BOOL32 ON_BrepEdgeArray::Write ( ON_BinaryArchive ) const

The documentation for this class was generated from the following file: