OGLplus (0.52.0) a C++ wrapper for OpenGL

voronoi.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_IMAGES_VORONOI_1107121519_HPP
14 #define OGLPLUS_IMAGES_VORONOI_1107121519_HPP
15 
16 #include <oglplus/images/image.hpp>
17 
18 namespace oglplus {
19 namespace images {
20 
21 class VoronoiDiagram
22  : public Image
23 {
24 public:
25  VoronoiDiagram(
26  GLsizei cell_w,
27  GLsizei cell_h,
28  GLsizei cell_d,
29  const Image& input
30  );
31 };
32 
33 class VoronoiCells
34  : public Image
35 {
36 public:
37  VoronoiCells(
38  GLsizei cell_w,
39  GLsizei cell_h,
40  GLsizei cell_d,
41  const Image& input
42  );
43 };
44 
45 } // images
46 } // oglplus
47 
48 #if !OGLPLUS_LINK_LIBRARY || defined(OGLPLUS_IMPLEMENTING_LIBRARY)
49 #include <oglplus/images/voronoi.ipp>
50 #endif
51 
52 #endif // include guard
Image data wrapper.

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).