Blue Brain BioExplorer
OpenDeckPlugin.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2018-2024, EPFL/Blue Brain Project
3  * All rights reserved. Do not distribute without permission.
4  *
5  * This file is part of Blue Brain BioExplorer <https://github.com/BlueBrain/BioExplorer>
6  *
7  * This library is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU Lesser General Public License version 3.0 as published
9  * by the Free Software Foundation.
10  *
11  * This library is distributed in the hope that it will be useful, but WITHOUT
12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13  * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
14  * details.
15  *
16  * You should have received a copy of the GNU Lesser General Public License
17  * along with this library; if not, write to the Free Software Foundation, Inc.,
18  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19  */
20 
21 #pragma once
22 
23 #include "Defines.h"
24 
26 
29 
30 namespace core
31 {
33 {
34 public:
35  OpenDeckPlugin(const OpenDeckParameters& params);
36 
37  void init() final;
38 
39 private:
40  Vector2ui _wallRes;
41  Vector2ui _floorRes;
42  OpenDeckParameters _params;
43 };
44 } // namespace core
OpenDeckPlugin(const OpenDeckParameters &params)
glm::vec< 2, uint32_t > Vector2ui
Definition: MathTypes.h:133