ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
utility.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
11 
12 namespace cloudViewer {
13 namespace utility {
14 
15 void pybind_utility(py::module &m);
16 void pybind_scalarfield(py::module &m);
17 void pybind_matrix(py::module &m);
18 void pybind_logging(py::module &m);
19 void pybind_eigen(py::module &m);
20 
21 namespace random {
22 void pybind_random(py::module &m);
23 }
24 
25 } // namespace utility
26 } // namespace cloudViewer
void pybind_random(py::module &m)
Definition: random.cpp:17
void pybind_utility(py::module &m)
Definition: utility.cpp:16
void pybind_logging(py::module &m)
Definition: logging.cpp:16
void pybind_matrix(py::module &m)
Definition: matrix.cpp:18
void pybind_scalarfield(py::module &m)
Definition: scalarfield.cpp:17
void pybind_eigen(py::module &m)
Definition: eigen.cpp:320
Generic file read and write utility for python interface.