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

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

Inheritance diagram for ON_BrepVertexArray:

Public Member Functions

 ON_BrepVertexArray ()
 ~ON_BrepVertexArray ()
ON_BOOL32 Read (ON_BinaryArchive &)
ON_BOOL32 Write (ON_BinaryArchive &) const
unsigned int SizeOf () const
Public Member Functions inherited from ON_ObjectArray< ON_BrepVertex >
 ON_ObjectArray ()
 ~ON_ObjectArray ()
ON_ObjectArray< ON_BrepVertex > & operator= (const ON_ObjectArray< ON_BrepVertex > &)
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
ON_BrepVertexRealloc (ON_BrepVertex *, int)
bool HeapSort (int(*)(const ON_BrepVertex *, const ON_BrepVertex *))
bool QuickSort (int(*)(const ON_BrepVertex *, const ON_BrepVertex *))
Public Member Functions inherited from ON_ClassArray< ON_BrepVertex >
 ON_ClassArray ()
virtual ~ON_ClassArray ()
ON_ClassArray< ON_BrepVertex > & operator= (const ON_ClassArray< ON_BrepVertex > &)
void EmergencyDestroy (void)
int Count () const
unsigned int UnsignedCount () const
int Capacity () const
unsigned int SizeOfArray () const
unsigned int SizeOfElement () const
ON_BrepVertexoperator[] (int)
 operator ON_BrepVertex * ()
 operator const ON_BrepVertex * () const
ON_BrepVertexFirst ()
ON_BrepVertexAt (int)
ON_BrepVertexLast ()
ON_BrepVertexAppendNew ()
void Append (const ON_BrepVertex &)
void Insert (int, const ON_BrepVertex &)
void Remove ()
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_BrepVertex *, int(*)(const ON_BrepVertex *, const ON_BrepVertex *)) const
int BinarySearch (const ON_BrepVertex *, int(*)(const ON_BrepVertex *, const ON_BrepVertex *)) const
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepVertex *, const ON_BrepVertex *)) const
bool Permute (const int *)
void Zero ()
void Reserve (int)
void Shrink ()
void Destroy ()
ON_BrepVertexArray ()
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_BrepVertexKeepArray ()
void SetArray (ON_BrepVertex *)

Additional Inherited Members

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

Detailed Description

Definition at line 1466 of file opennurbs_brep.h.

Constructor & Destructor Documentation

◆ ON_BrepVertexArray()

ON_BrepVertexArray::ON_BrepVertexArray ( )

◆ ~ON_BrepVertexArray()

ON_BrepVertexArray::~ON_BrepVertexArray ( )

Member Function Documentation

◆ Read()

ON_BOOL32 ON_BrepVertexArray::Read ( ON_BinaryArchive & )

◆ SizeOf()

unsigned int ON_BrepVertexArray::SizeOf ( ) const

◆ Write()

ON_BOOL32 ON_BrepVertexArray::Write ( ON_BinaryArchive & ) const

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