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

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

+ Inheritance diagram for ON_BrepLoopArray:

Public Member Functions

 ON_BrepLoopArray ()
 ~ON_BrepLoopArray ()
ON_BOOL32 Read (ON_BinaryArchive &)
ON_BOOL32 Write (ON_BinaryArchive &) const
unsigned int SizeOf () const
- Public Member Functions inherited from ON_ObjectArray< ON_BrepLoop >
 ON_ObjectArray ()
 ON_ObjectArray (int)
 ON_ObjectArray (const ON_ObjectArray< ON_BrepLoop > &)
 ~ON_ObjectArray ()
ON_ObjectArray< ON_BrepLoop > & operator= (const ON_ObjectArray< ON_BrepLoop > &)
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
ON_BrepLoopRealloc (ON_BrepLoop *, int)
bool HeapSort (int(*)(const ON_BrepLoop *, const ON_BrepLoop *))
bool QuickSort (int(*)(const ON_BrepLoop *, const ON_BrepLoop *))
- Public Member Functions inherited from ON_ClassArray< ON_BrepLoop >
 ON_ClassArray ()
 ON_ClassArray (int)
 ON_ClassArray (const ON_ClassArray< ON_BrepLoop > &)
virtual ~ON_ClassArray ()
ON_ClassArray< ON_BrepLoop > & operator= (const ON_ClassArray< ON_BrepLoop > &)
void EmergencyDestroy (void)
int Count () const
unsigned int UnsignedCount () const
int Capacity () const
unsigned int SizeOfArray () const
unsigned int SizeOfElement () const
ON_BrepLoopoperator[] (int)
ON_BrepLoopoperator[] (unsigned int)
ON_BrepLoopoperator[] (ON__INT64)
ON_BrepLoopoperator[] (ON__UINT64)
const ON_BrepLoopoperator[] (int) const
const ON_BrepLoopoperator[] (unsigned int) const
const ON_BrepLoopoperator[] (ON__INT64) const
const ON_BrepLoopoperator[] (ON__UINT64) const
 operator ON_BrepLoop * ()
 operator const ON_BrepLoop * () const
ON_BrepLoopFirst ()
const ON_BrepLoopFirst () const
ON_BrepLoopAt (int)
ON_BrepLoopAt (unsigned int)
ON_BrepLoopAt (ON__INT64)
ON_BrepLoopAt (ON__UINT64)
const ON_BrepLoopAt (int) const
const ON_BrepLoopAt (unsigned int) const
const ON_BrepLoopAt (ON__INT64) const
const ON_BrepLoopAt (ON__UINT64) const
ON_BrepLoopLast ()
const ON_BrepLoopLast () const
ON_BrepLoopAppendNew ()
void Append (const ON_BrepLoop &)
void Append (int, const ON_BrepLoop *)
void Insert (int, const ON_BrepLoop &)
void Remove ()
void Remove (int)
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_BrepLoop *, int(*)(const ON_BrepLoop *, const ON_BrepLoop *)) const
int BinarySearch (const ON_BrepLoop *, int(*)(const ON_BrepLoop *, const ON_BrepLoop *)) const
int BinarySearch (const ON_BrepLoop *, int(*)(const ON_BrepLoop *, const ON_BrepLoop *), int) const
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepLoop *, const ON_BrepLoop *)) const
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepLoop *, const ON_BrepLoop *, void *), void *) const
bool Permute (const int *)
void Zero ()
void Reserve (int)
void Shrink ()
void Destroy ()
ON_BrepLoopArray ()
const ON_BrepLoopArray () const
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_BrepLoopKeepArray ()
void SetArray (ON_BrepLoop *)
void SetArray (ON_BrepLoop *, int, int)

Additional Inherited Members

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

Detailed Description

Definition at line 1500 of file opennurbs_brep.h.

Constructor & Destructor Documentation

ON_BrepLoopArray::ON_BrepLoopArray ( )
ON_BrepLoopArray::~ON_BrepLoopArray ( )

Member Function Documentation

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

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