The fortran interface to the cpt library. More...
#include "f77_bindings.h"
Go to the source code of this file.
The fortran interface to the cpt library.
void cptInsertGrid2F_ | ( | int * | indexLowerBounds, | |
int * | indexUpperBounds, | |||
double * | distance, | |||
int * | computeGradientDistance, | |||
double * | gradientDistance, | |||
int * | computeClosestPoint, | |||
double * | closestPoint, | |||
int * | computeClosestFace, | |||
int * | closestFace | |||
) |
Wrapper for cptInsertGrid2().
indexLowerBounds | are the closed lower bounds on the grid indices. | |
indexUpperBounds | are the open lower bounds on the grid indices. | |
distance | is the distance array. | |
computeGradientDistance | If computeGradientDistance is non-zero, the gradient of the distance will be computed. If computeGradientDistance is zero, it will not be computed. Then just pass a double for gradientDistance instead of an array. | |
gradientDistance | is the gradient of the distance array. | |
computeClosestPoint | If computeClosestPoint is non-zero, the closest point will be computed. If computeClosestPoint is zero, it will not be computed. Then just pass a double for closestPoint instead of an array. | |
closestPoint | is the closest point array. | |
computeClosestFace,: | If computeClosestFace is non-zero, the closest face will be computed. If computeClosestFace is zero, it will not be computed. Then just pass an integer for closestFace instead of an array. | |
closestFace | is the closest face array. |
void cptInsertGrid3F_ | ( | int * | indexLowerBounds, | |
int * | indexUpperBounds, | |||
double * | distance, | |||
int * | computeGradientDistance, | |||
double * | gradientDistance, | |||
int * | computeClosestPoint, | |||
double * | closestPoint, | |||
int * | computeClosestFace, | |||
int * | closestFace | |||
) |
Wrapper for cptInsertGrid3().
indexLowerBounds | are the closed lower bounds on the grid indices. | |
indexUpperBounds | are the open lower bounds on the grid indices. | |
distance | is the distance array. | |
computeGradientDistance | If computeGradientDistance is non-zero, the gradient of the distance will be computed. If computeGradientDistance is zero, it will not be computed. Then just pass a double for gradientDistance instead of an array. | |
gradientDistance | is the gradient of the distance array. | |
computeClosestPoint | If computeClosestPoint is non-zero, the closest point will be computed. If computeClosestPoint is zero, it will not be computed. Then just pass a double for closestPoint instead of an array. | |
closestPoint | is the closest point array. | |
computeClosestFace,: | If computeClosestFace is non-zero, the closest face will be computed. If computeClosestFace is zero, it will not be computed. Then just pass an integer for closestFace instead of an array. | |
closestFace | is the closest face array. |