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

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

+ Inheritance diagram for ON_BrepTrimArray:

Public Member Functions

 ON_BrepTrimArray ()
 ~ON_BrepTrimArray ()
ON_BOOL32 Read (ON_BinaryArchive &)
ON_BOOL32 Write (ON_BinaryArchive &) const
unsigned int SizeOf () const
- Public Member Functions inherited from ON_ObjectArray< ON_BrepTrim >
 ON_ObjectArray ()
 ON_ObjectArray (int)
 ON_ObjectArray (const ON_ObjectArray< ON_BrepTrim > &)
 ~ON_ObjectArray ()
ON_ObjectArray< ON_BrepTrim > & operator= (const ON_ObjectArray< ON_BrepTrim > &)
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
ON_BrepTrimRealloc (ON_BrepTrim *, int)
bool HeapSort (int(*)(const ON_BrepTrim *, const ON_BrepTrim *))
bool QuickSort (int(*)(const ON_BrepTrim *, const ON_BrepTrim *))
- Public Member Functions inherited from ON_ClassArray< ON_BrepTrim >
 ON_ClassArray ()
 ON_ClassArray (int)
 ON_ClassArray (const ON_ClassArray< ON_BrepTrim > &)
virtual ~ON_ClassArray ()
ON_ClassArray< ON_BrepTrim > & operator= (const ON_ClassArray< ON_BrepTrim > &)
void EmergencyDestroy (void)
int Count () const
unsigned int UnsignedCount () const
int Capacity () const
unsigned int SizeOfArray () const
unsigned int SizeOfElement () const
ON_BrepTrimoperator[] (int)
ON_BrepTrimoperator[] (unsigned int)
ON_BrepTrimoperator[] (ON__INT64)
ON_BrepTrimoperator[] (ON__UINT64)
const ON_BrepTrimoperator[] (int) const
const ON_BrepTrimoperator[] (unsigned int) const
const ON_BrepTrimoperator[] (ON__INT64) const
const ON_BrepTrimoperator[] (ON__UINT64) const
 operator ON_BrepTrim * ()
 operator const ON_BrepTrim * () const
ON_BrepTrimFirst ()
const ON_BrepTrimFirst () const
ON_BrepTrimAt (int)
ON_BrepTrimAt (unsigned int)
ON_BrepTrimAt (ON__INT64)
ON_BrepTrimAt (ON__UINT64)
const ON_BrepTrimAt (int) const
const ON_BrepTrimAt (unsigned int) const
const ON_BrepTrimAt (ON__INT64) const
const ON_BrepTrimAt (ON__UINT64) const
ON_BrepTrimLast ()
const ON_BrepTrimLast () const
ON_BrepTrimAppendNew ()
void Append (const ON_BrepTrim &)
void Append (int, const ON_BrepTrim *)
void Insert (int, const ON_BrepTrim &)
void Remove ()
void Remove (int)
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_BrepTrim *, int(*)(const ON_BrepTrim *, const ON_BrepTrim *)) const
int BinarySearch (const ON_BrepTrim *, int(*)(const ON_BrepTrim *, const ON_BrepTrim *)) const
int BinarySearch (const ON_BrepTrim *, int(*)(const ON_BrepTrim *, const ON_BrepTrim *), int) const
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepTrim *, const ON_BrepTrim *)) const
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepTrim *, const ON_BrepTrim *, void *), void *) const
bool Permute (const int *)
void Zero ()
void Reserve (int)
void Shrink ()
void Destroy ()
ON_BrepTrimArray ()
const ON_BrepTrimArray () const
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_BrepTrimKeepArray ()
void SetArray (ON_BrepTrim *)
void SetArray (ON_BrepTrim *, int, int)

Additional Inherited Members

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

Detailed Description

Definition at line 1489 of file opennurbs_brep.h.

Constructor & Destructor Documentation

ON_BrepTrimArray::ON_BrepTrimArray ( )
ON_BrepTrimArray::~ON_BrepTrimArray ( )

Member Function Documentation

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

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