CubbyFlow v0.71
API
Python
PointsToImplicit
PointsToImplicit.h
Go to the documentation of this file.
1
/*************************************************************************
2
> File Name: PointsToImplicit.h
3
> Project Name: CubbyFlow
4
> Author: Chan-Ho Chris Ohk
5
> Purpose: PointsToImplicit functions for CubbyFlow Python API.
6
> Created Time: 2018/02/10
7
> Copyright (c) 2018, Chan-Ho Chris Ohk
8
*************************************************************************/
9
#ifndef CUBBYFLOW_PYTHON_POINTS_TO_IMPLICIT_H
10
#define CUBBYFLOW_PYTHON_POINTS_TO_IMPLICIT_H
11
12
#include <pybind11/pybind11.h>
13
14
void
AddPointsToImplicit2
(pybind11::module& m);
15
void
AddPointsToImplicit3
(pybind11::module& m);
16
17
#endif
AddPointsToImplicit2
void AddPointsToImplicit2(pybind11::module &m)
AddPointsToImplicit3
void AddPointsToImplicit3(pybind11::module &m)
Generated on Sun Apr 22 2018 23:43:17 for CubbyFlow by
1.8.14