CalPathInfoGain.h
Go to the documentation of this file.
00001 /***
00002  Simple implementation of information gains for specified topological branch
00003  ***/
00004 #ifndef _CALPATHINFOGAIN_H
00005 #define _CALPATHINFOGAIN_H
00006 #include <cuda.h>
00007 #include <cuda_runtime.h>
00008 #include "device_launch_parameters.h"
00009 #include <stdio.h>
00010 #include <cmath>
00011 
00012 __global__ void calPathInfoGain_device(const float *pointCollection,const float *pathPoints,int *pathInfoGain_tmp,int *pathInfoGain, int pointCollectionSize,int pathPointSize);
00013 extern "C"
00014 {
00015 void calPathInfoGain(const float *pointCollection, const float *pathPoints, int *pathInfoGain,int pointCollectionSize, int pathPointsSize);
00016 }
00017 #endif


tensor_field_nav_core
Author(s): Lintao Zheng, Kai Xu
autogenerated on Thu Jun 6 2019 19:50:56