ifw-odp
2.0.0-alpha
|
#include <cpl.h>
#include <clipm.h>
#include <clipm_priv_vector.h>
#include <clipm_priv_error.h>
#include "clipm_testlib.h"
#include <stdlib.h>
#include <stdio.h>
Functions | |
void | clipm_test_priv_vector_get_min (void) |
void | clipm_test_priv_vector_get_max (void) |
void | clipm_test_priv_vector_expand (void) |
void | clipm_test_priv_vector_integrate (void) |
void | clipm_test_priv_vector_differentiate (void) |
void | clipm_test_priv_vector_get_normal (void) |
int | main (int argc, char **argv) |
void clipm_test_priv_vector_differentiate | ( | void | ) |
void clipm_test_priv_vector_expand | ( | void | ) |
void clipm_test_priv_vector_get_max | ( | void | ) |
void clipm_test_priv_vector_get_min | ( | void | ) |
void clipm_test_priv_vector_get_normal | ( | void | ) |
void clipm_test_priv_vector_integrate | ( | void | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |