View on GitHub
Vistle
Distributed Data-parallel Scientific Visualization in VR
Overview
Architecture
API
Publications
Gallery
util
pybind.h
Go to the documentation of this file.
1
#ifndef VISTLE_PYBIND_H
2
#define VISTLE_PYBIND_H
3
4
#include <pybind11/pybind11.h>
5
#endif
6
7
#ifdef snprintf
8
#undef snprintf
9
#endif