Ray.h
Go to the documentation of this file.
1 /*************************************************************************
2 > File Name: Ray.h
3 > Project Name: CubbyFlow
4 > Author: Chan-Ho Chris Ohk
5 > Purpose: Ray functions for CubbyFlow Python API.
6 > Created Time: 2018/01/29
7 > Copyright (c) 2018, Chan-Ho Chris Ohk
8 *************************************************************************/
9 #ifndef CUBBYFLOW_PYTHON_RAY_H
10 #define CUBBYFLOW_PYTHON_RAY_H
11 
12 #include <pybind11/pybind11.h>
13 
14 void AddRay2F(pybind11::module& m);
15 void AddRay2D(pybind11::module& m);
16 void AddRay3F(pybind11::module& m);
17 void AddRay3D(pybind11::module& m);
18 
19 #endif
void AddRay3F(pybind11::module &m)
void AddRay3D(pybind11::module &m)
void AddRay2D(pybind11::module &m)
void AddRay2F(pybind11::module &m)