Defines | Functions
opennurbs_hsort_template.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ON_HSORT_COPY(dst, src)   *dst = *src
#define ON_HSORT_FROM_TMP(A)   *A = tmp
#define ON_HSORT_GT(A, B)   *A > *B
#define ON_HSORT_GT_TMP(A)   *A > tmp
#define ON_HSORT_TO_TMP(A)   tmp = *A

Functions

void ON_HSORT_FNAME (ON_SORT_TEMPLATE_TYPE *base, size_t nel)

Define Documentation

#define ON_HSORT_COPY (   dst,
  src 
)    *dst = *src

Definition at line 35 of file opennurbs_hsort_template.h.

#define ON_HSORT_FROM_TMP (   A)    *A = tmp

Definition at line 34 of file opennurbs_hsort_template.h.

#define ON_HSORT_GT (   A,
 
)    *A > *B

Definition at line 24 of file opennurbs_hsort_template.h.

#define ON_HSORT_GT_TMP (   A)    *A > tmp

Definition at line 25 of file opennurbs_hsort_template.h.

#define ON_HSORT_TO_TMP (   A)    tmp = *A

Definition at line 33 of file opennurbs_hsort_template.h.


Function Documentation

void ON_HSORT_FNAME ( ON_SORT_TEMPLATE_TYPE base,
size_t  nel 
)

Definition at line 42 of file opennurbs_hsort_template.h.



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