parQHV
Compute HyperVolumes using threads
 All Data Structures Files Functions Variables Macros
division.c File Reference

The splitter data structure. More...

#include <stdlib.h>
#include <stdio.h>
#include "division.h"
#include "divisionStruct.c"
Include dependency graph for division.c:

Go to the source code of this file.

Functions

void freeDivision (division *d)
 New divisions are created in the splitter object. More...
 
int hasNext (division d)
 
int * next (division d, int *hypoct, int *n)
 

Detailed Description

The splitter data structure.

Author
Luis Russo <lsr-ThinkPad-X201>
Date
Thu Mar 1 11:01:56 2012

Definition in file division.c.

Function Documentation

void freeDivision ( division d)

New divisions are created in the splitter object.

Free the division object

Parameters
d

Definition at line 53 of file division.c.

int hasNext ( division  d)
Parameters
dThe division
Returns
True if there are points of another type to process

Definition at line 63 of file division.c.

int* next ( division  d,
int *  typ,
int *  n 
)
Parameters
dThe division
typReturn type by argument
nReturn size of array by argument
Returns
A pointer to the array of indexes

Definition at line 68 of file division.c.