Public Member Functions
ON_ObjectArray< T > Class Template Reference

#include <opennurbs_array.h>

Inheritance diagram for ON_ObjectArray< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
bool HeapSort (int(*)(const T *, const T *))
 ON_ObjectArray ()
 ON_ObjectArray (int)
 ON_ObjectArray (const ON_ObjectArray< T > &)
ON_ObjectArray< T > & operator= (const ON_ObjectArray< T > &)
bool QuickSort (int(*)(const T *, const T *))
T * Realloc (T *, int)
 ~ON_ObjectArray ()

Detailed Description

template<class T>
class ON_ObjectArray< T >

Definition at line 1120 of file opennurbs_array.h.


Constructor & Destructor Documentation

template<class T >
ON_ObjectArray< T >::ON_ObjectArray ( )

Definition at line 862 of file opennurbs_array_defs.h.

template<class T >
ON_ObjectArray< T >::~ON_ObjectArray ( )

Definition at line 867 of file opennurbs_array_defs.h.

template<class T >
ON_ObjectArray< T >::ON_ObjectArray ( int  c)

Definition at line 888 of file opennurbs_array_defs.h.

template<class T>
ON_ObjectArray< T >::ON_ObjectArray ( const ON_ObjectArray< T > &  src)

Definition at line 872 of file opennurbs_array_defs.h.


Member Function Documentation

template<class T >
ON__UINT32 ON_ObjectArray< T >::DataCRC ( ON__UINT32  current_remainder) const

Definition at line 924 of file opennurbs_array_defs.h.

template<class T>
bool ON_ObjectArray< T >::HeapSort ( int(*)(const T *, const T *)  compar) [virtual]

Reimplemented from ON_ClassArray< T >.

Definition at line 1523 of file opennurbs_array_defs.h.

template<class T>
ON_ObjectArray< T > & ON_ObjectArray< T >::operator= ( const ON_ObjectArray< T > &  src)

Definition at line 877 of file opennurbs_array_defs.h.

template<class T>
bool ON_ObjectArray< T >::QuickSort ( int(*)(const T *, const T *)  compar) [virtual]

Reimplemented from ON_ClassArray< T >.

Definition at line 1548 of file opennurbs_array_defs.h.

template<class T>
T * ON_ObjectArray< T >::Realloc ( T *  ptr,
int  capacity 
) [virtual]

Reimplemented from ON_ClassArray< T >.

Definition at line 894 of file opennurbs_array_defs.h.


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


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:38:52