parQHV
Compute HyperVolumes using threads
 All Data Structures Files Functions Variables Macros
pointStruct.h File Reference

The definition of a point stucture. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  point
 Point is an array of coordinates, in a struct for simple and fast copy. More...
 

Macros

#define D   6
 D is the number of dimensions. More...
 

Functions

struct point __attribute__ ((aligned(16))) point
 All points must be aligned for SSE2.
 

Detailed Description

The definition of a point stucture.

Author
Luis Russo <lsr>
Date
Mon Jul 30 15:32:19 2012

Definition in file pointStruct.h.

Macro Definition Documentation

#define D   6

D is the number of dimensions.

< Accept compiler options The number of dimensions

Definition at line 43 of file pointStruct.h.