Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
ON_BrepFaceSideArray Class Reference

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

Inheritance diagram for ON_BrepFaceSideArray:

Public Member Functions

 ON_BrepFaceSideArray ()
 ~ON_BrepFaceSideArray ()
bool Read (ON_BinaryArchive &)
bool Write (ON_BinaryArchive &) const
unsigned int SizeOf () const
Public Member Functions inherited from ON_ObjectArray< ON_BrepFaceSide >
 ON_ObjectArray ()
 ~ON_ObjectArray ()
ON_ObjectArray< ON_BrepFaceSide > & operator= (const ON_ObjectArray< ON_BrepFaceSide > &)
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
ON_BrepFaceSideRealloc (ON_BrepFaceSide *, int)
bool HeapSort (int(*)(const ON_BrepFaceSide *, const ON_BrepFaceSide *))
bool QuickSort (int(*)(const ON_BrepFaceSide *, const ON_BrepFaceSide *))
Public Member Functions inherited from ON_ClassArray< ON_BrepFaceSide >
 ON_ClassArray ()
virtual ~ON_ClassArray ()
ON_ClassArray< ON_BrepFaceSide > & operator= (const ON_ClassArray< ON_BrepFaceSide > &)
void EmergencyDestroy (void)
int Count () const
unsigned int UnsignedCount () const
int Capacity () const
unsigned int SizeOfArray () const
unsigned int SizeOfElement () const
ON_BrepFaceSideoperator[] (int)
 operator ON_BrepFaceSide * ()
 operator const ON_BrepFaceSide * () const
ON_BrepFaceSideFirst ()
ON_BrepFaceSideAt (int)
ON_BrepFaceSideLast ()
ON_BrepFaceSideAppendNew ()
void Append (const ON_BrepFaceSide &)
void Insert (int, const ON_BrepFaceSide &)
void Remove ()
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_BrepFaceSide *, int(*)(const ON_BrepFaceSide *, const ON_BrepFaceSide *)) const
int BinarySearch (const ON_BrepFaceSide *, int(*)(const ON_BrepFaceSide *, const ON_BrepFaceSide *)) const
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepFaceSide *, const ON_BrepFaceSide *)) const
bool Permute (const int *)
void Zero ()
void Reserve (int)
void Shrink ()
void Destroy ()
ON_BrepFaceSideArray ()
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_BrepFaceSideKeepArray ()
void SetArray (ON_BrepFaceSide *)

Additional Inherited Members

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

Detailed Description

Definition at line 1522 of file opennurbs_brep.h.

Constructor & Destructor Documentation

◆ ON_BrepFaceSideArray()

ON_BrepFaceSideArray::ON_BrepFaceSideArray ( )

◆ ~ON_BrepFaceSideArray()

ON_BrepFaceSideArray::~ON_BrepFaceSideArray ( )

Member Function Documentation

◆ Read()

bool ON_BrepFaceSideArray::Read ( ON_BinaryArchive & )

◆ SizeOf()

unsigned int ON_BrepFaceSideArray::SizeOf ( ) const

◆ Write()

bool ON_BrepFaceSideArray::Write ( ON_BinaryArchive & ) const

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