repo_name
stringlengths
6
97
path
stringlengths
3
341
text
stringlengths
8
1.02M
voei/megamol
core/include/mmcore/view/special/QuadBufferStereoView.h
<reponame>voei/megamol /* * QuadBufferStereoView.h * * Copyright (C) 2010 by VISUS (Universitaet Stuttgart) * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_QUADBUFFERSTEREOVIEW_H_INCLUDED #define MEGAMOLCORE_QUADBUFFERSTEREOVIEW_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (def...
voei/megamol
vislib/include/vislib/graphics/CameraParameterObserver.h
/* * CameraParameterObserver.h * * Copyright (C) 2006 - 2008 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef VISLIB_CAMERAPARAMETEROBSERVER_H_INCLUDED #define VISLIB_CAMERAPARAMETEROBSERVER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) &&...
voei/megamol
vislib/include/vislib/graphics/RelativeCursor3D.h
/* * RelativeCursor3D.h * * Copyright (C) 2011 by VISUS (Universitaet Stuttgart) * Alle Rechte vorbehalten. */ #ifndef VISLIB_RELATIVECURSOR3D_H_INCLUDED #define VISLIB_RELATIVECURSOR3D_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) */ #if d...
voei/megamol
plugins/protein/src/GROLoader.h
<reponame>voei/megamol /* * GROLoader.h * * Copyright (C) 2011 by University of Stuttgart (VISUS). * All rights reserved. */ #ifndef MMPROTEINPLUGIN_GROLOADER_H_INCLUDED #define MMPROTEINPLUGIN_GROLOADER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER...
voei/megamol
core/include/mmcore/view/special/DemoRenderer2D.h
/* * DemoRenderer2D.h * * Copyright (C) 2009 - 2010 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_DEMORENDERER2D_H_INCLUDED #define MEGAMOLCORE_DEMORENDERER2D_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000...
voei/megamol
plugins/remote/src/FBOCompositor2.h
<reponame>voei/megamol<filename>plugins/remote/src/FBOCompositor2.h #pragma once #include <memory> #include <atomic> #include <future> #include <mutex> #include <shared_mutex> #include <thread> #include <vector> #include "glad/glad.h" //#include "mmcore/utility/gl/FramebufferObject.h" #include "mmcore/view/Renderer3...
voei/megamol
plugins/mmstd_moldyn/src/rendering/EllipsoidRenderer.h
/* * EllipsoidRenderer.h * * Copyright (C) 2008-2015 by VISUS (Universitaet Stuttgart) * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_ELLIPSOIDRENDERER_H_INCLUDED #define MEGAMOLCORE_ELLIPSOIDRENDERER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) # pragma once #endif /* (defined(_MSC_VER) && (_MSC...
voei/megamol
console/src/gl/Window.h
/* * Window.h * * Copyright (C) 2008, 2016 MegaMol Team * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCON_GL_WINDOW_H_INCLUDED #define MEGAMOLCON_GL_WINDOW_H_INCLUDED #pragma once #include "CoreHandle.h" #include <memory> #include <vector> #include "vislib/graphics/gl/IncludeAllGL.h" #include "GLFW/glfw3.h" #incl...
voei/megamol
plugins/mesh/include/mesh/AbstractGPURenderTaskDataSource.h
/* * AbstractGPURenderTaskDataSource.h * * Copyright (C) 2019 by Universitaet Stuttgart (VISUS). * All rights reserved. */ #ifndef ABSTRACT_GPU_RENDER_TASK_DATA_SOURCE_H_INCLUDED #define ABSTRACT_GPU_RENDER_TASK_DATA_SOURCE_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) # pragma once #endif /* (define...
voei/megamol
plugins/OSPRay_plugin/src/OSPRayRenderer.h
<reponame>voei/megamol /* * OSPRaySphereRenderer.h * Copyright (C) 2009-2017 by MegaMol Team * Alle Rechte vorbehalten. */ #pragma once #include "vislib/graphics/gl/GLSLShader.h" #include "AbstractOSPRayRenderer.h" #include "mmcore/view/CallRender3D.h" #include "mmcore/CallerSlot.h" #include "mmcore/param/ParamSlot.h"...
voei/megamol
vislib/include/vislib/graphics/CameraParamsProjectionOverride.h
<reponame>voei/megamol<gh_stars>1-10 /* * CameraParamsProjectionOverride.h * * Copyright (C) 2006 - 2012 by Visualisierungsinstitut Universitaet Stuttgart. * Alle Rechte vorbehalten. */ #ifndef VISLIB_CAMERAPARAMSPROJECTIONOVERRIDE_H_INCLUDED #define VISLIB_CAMERAPARAMSPROJECTIONOVERRIDE_H_INCLUDED #if (defined(...
voei/megamol
core/include/mmcore/view/CameraParamOverride.h
/* * CameraParamOverride.h * * Copyright (C) 2008 - 2009 by VISUS (Universitaet Stuttgart). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_CameraParamOverride_H_INCLUDED #define MEGAMOLCORE_CameraParamOverride_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) &&...
voei/megamol
core/include/mmcore/LuaInterpreter.h
#ifndef MEGAMOLCORE_LUAINTERPRETER_H_INCLUDED #define MEGAMOLCORE_LUAINTERPRETER_H_INCLUDED #include <fstream> #include <functional> #include <iostream> #include <vector> #include <memory> #include <sstream> #include <string> #include "vislib/sys/Log.h" #include "lua.hpp" //#define ATTACH_LUA_DEBUGGER //#ifdef ATTA...
voei/megamol
core/include/mmcore/moldyn/Accessor.h
<filename>core/include/mmcore/moldyn/Accessor.h #pragma once #include <type_traits> #if !defined(_MSC_VER) # if (__cplusplus < 201703L) namespace std { template <class T, class U> constexpr bool is_same_v = is_same<T, U>::value; } # endif # if (__cplusplus < 201402L) namespace std { template <bool B, class T...
voei/megamol
core/src/stdafx.h
<gh_stars>1-10 /* * stdafx.h * * Copyright (C) 2006 - 2008 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_STDAFX_H_INCLUDED #define MEGAMOLCORE_STDAFX_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) */ #i...
voei/megamol
core/include/mmcore/view/AbstractCamParamSync.h
/* * AbstractCamParamSync.h * * Copyright (C) 2014 by VISUS (Universitaet Stuttgart). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_ABSTRACTCAMPARAMSYNC_H_INCLUDED #define MEGAMOLCORE_ABSTRACTCAMPARAMSYNC_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MS...
voei/megamol
core/include/mmcore/view/SwitchRenderer3D.h
/* * SwitchRenderer3D.h * * Copyright (C) 2009 by VISUS (Universitaet Stuttgart) * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_SWITCHRENDERER3D_H_INCLUDED #define MEGAMOLCORE_SWITCHRENDERER3D_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)...
voei/megamol
plugins/protein_calls/include/protein_calls/VTIDataCall.h
// // VTIDataCall.h // // Copyright (C) 2013 by University of Stuttgart (VISUS). // All rights reserved. // // Created on: Apr 16, 2013 // Author: scharnkn // #ifndef MMPROTEINCALLPLUGIN_VTIDATACALL_H_INCLUDED #define MMPROTEINCALLPLUGIN_VTIDATACALL_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma o...
voei/megamol
console/src/AbstractUILayer.h
/* * AbstractUILayer.cpp * * Copyright (C) 2016 MegaMol Team * Alle Rechte vorbehalten. All rights reserved. */ #pragma once #include <mmcore/view/AbstractInputScope.h> namespace megamol { namespace console { namespace gl { class Window; } class AbstractUILayer : public core::view::AbstractInputScope { public:...
voei/megamol
vislib/include/vislib/RawStorageWriter.h
<filename>vislib/include/vislib/RawStorageWriter.h /* * RawStorageWriter.h * * Copyright (C) 2006 - 2009 by Visualisierungsinstitut Universitaet Stuttgart. * Alle Rechte vorbehalten. */ #ifndef VISLIB_RAWSTORAGEWRITER_H_INCLUDED #define VISLIB_RAWSTORAGEWRITER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 100...
voei/megamol
vislib/include/vislib/net/SimpleMessageHeader.h
<gh_stars>1-10 /* * SimpleMessageHeader.h * * Copyright (C) 2006 - 2010 by Visualisierungsinstitut Universitaet Stuttgart. * Alle Rechte vorbehalten. */ #ifndef VISLIB_SIMPLEMESSAGEHEADER_H_INCLUDED #define VISLIB_SIMPLEMESSAGEHEADER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* ...
voei/megamol
plugins/gui/src/configurator/CallSlot.h
/* * CallSlot.h * * Copyright (C) 2019 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef MEGAMOL_GUI_GRAPH_CALLSLOT_H_INCLUDED #define MEGAMOL_GUI_GRAPH_CALLSLOT_H_INCLUDED #include "GUIUtils.h" namespace megamol { namespace gui { namespace configurator { // Forward declaration class Cal...
voei/megamol
plugins/molecularmaps/src/stdafx.h
/* * stdafx.h * Copyright (C) 2006-2015 by MegaMol Team * Alle Rechte vorbehalten. */ #ifndef MOLECULARMAPS_STDAFX_H_INCLUDED #define MOLECULARMAPS_STDAFX_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) */ #ifdef _WIN32 /* Windows includes */...
voei/megamol
vislib/include/vislib/graphics/ZoomToRectangle.h
/* * ZoomToRectangle.h * * Copyright (C) 2006 - 2007 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. * Copyright (C) 2007, <NAME>. All rights reserved. */ #ifndef VISLIB_ZOOMTORECTANGLE_H_INCLUDED #define VISLIB_ZOOMTORECTANGLE_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #en...
voei/megamol
vislib/include/vislib/net/cluster/AbstractControlledNode.h
<gh_stars>1-10 /* * AbstractControlledNode.h * * Copyright (C) 2006 - 2008 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef VISLIB_ABSTRACTCONTROLLEDNODE_H_INCLUDED #define VISLIB_ABSTRACTCONTROLLEDNODE_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(...
voei/megamol
vislib/include/vislib/graphics/CameraRotate2D.h
/* * CameraRotate2D.h * * Copyright (C) 2006 - 2007 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. * Copyright (C) 2007, <NAME>. All rights reserved. */ #ifndef VISLIB_CAMERAROTATE2D_H_INCLUDED #define VISLIB_CAMERAROTATE2D_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif...
voei/megamol
plugins/protein/src/OpenBabelLoader.h
<reponame>voei/megamol<filename>plugins/protein/src/OpenBabelLoader.h #ifdef WITH_OPENBABEL #ifndef MMPROTEINPLUGIN_OPENBABELLOADER_H_INCLUDED #define MMPROTEINPLUGIN_OPENBABELLOADER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) */ #include "st...
voei/megamol
plugins/molecularmaps/src/AbstractLocalRenderer.h
<filename>plugins/molecularmaps/src/AbstractLocalRenderer.h<gh_stars>1-10 /* * AbstractLocalRenderer.h * Copyright (C) 2006-2016 by MegaMol Team * Alle Rechte vorbehalten. */ #ifndef MMMOLMAPPLG_ABSTRACTLOCALRENDERER_H_INCLUDED #define MMMOLMAPPLG_ABSTRACTLOCALRENDERER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER...
voei/megamol
core/include/mmcore/cluster/ClusterViewMaster.h
<gh_stars>1-10 /* * ClusterViewMaster.h * * Copyright (C) 2010 by VISUS (Universitaet Stuttgart). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_CLUSTERVIEWMASTER_H_INCLUDED #define MEGAMOLCORE_CLUSTERVIEWMASTER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) ...
voei/megamol
core/include/mmcore/view/ViewDirect3D.h
<gh_stars>1-10 /* * ViewDirect3D.h * * Copyright (C) 2012 by VISUS (Universitaet Stuttgart). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_VIEWDIRECT3D_H_INCLUDED #define MEGAMOLCORE_VIEWDIRECT3D_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > ...
voei/megamol
core/include/mmcore/view/SharedCameraParameters.h
<filename>core/include/mmcore/view/SharedCameraParameters.h<gh_stars>1-10 // // SharedCameraParameters.h // // Copyright (C) 2013 by University of Stuttgart (VISUS). // All rights reserved. // #ifndef MEGAMOLCORE_SHAREDCAMERAPARAMETERS_H_INCLUDED #define MEGAMOLCORE_SHAREDCAMERAPARAMETERS_H_INCLUDED #if (defined(_MSC_...
voei/megamol
vislib/include/vislib/types.h
/* * types.h * * Copyright (C) 2006 - 2008 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef VISLIB_TYPES_H_INCLUDED #define VISLIB_TYPES_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) */ #if defined(_WIN32) && defined(_...
voei/megamol
core/include/mmcore/view/CallRender3D.h
<filename>core/include/mmcore/view/CallRender3D.h /* * CallRender3D.h * * Copyright (C) 2008 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_CALLRENDER3D_H_INCLUDED #define MEGAMOLCORE_CALLRENDER3D_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (...
voei/megamol
core/include/mmcore/param/ParamUpdateListener.h
/* * ParamUpdateListener.h * * Copyright (C) 2010 by VISUS (Universitaet Stuttgart) * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_PARAMUPDATELISTENER_H_INCLUDED #define MEGAMOLCORE_PARAMUPDATELISTENER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VE...
voei/megamol
core/include/mmcore/moldyn/MipDepthSphereRenderer.h
/* * MipDepthSphereRenderer.h * * Copyright (C) 2009 by VISUS (Universitaet Stuttgart) * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_MIPDEPTHSPHERERENDERER_H_INCLUDED #define MEGAMOLCORE_MIPDEPTHSPHERERENDERER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) &&...
voei/megamol
core/include/mmcore/view/Renderer3DModule.h
<gh_stars>1-10 /* * Renderer3DModule.h * * Copyright (C) 2008 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_RENDERER3DMODULE_H_INCLUDED #define MEGAMOLCORE_RENDERER3DMODULE_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_...
voei/megamol
core/include/mmcore/moldyn/AddParticleColours.h
/* * AddParticleColours.h * * Copyright (C) 2009 by VISUS (Universitaet Stuttgart) * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_ADDPARTICLECOLOURS_H_INCLUDED #define MEGAMOLCORE_ADDPARTICLECOLOURS_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER >...
voei/megamol
core/include/mmcore/cluster/PowerwallView.h
<filename>core/include/mmcore/cluster/PowerwallView.h<gh_stars>1-10 /* * PowerwallView.h * * Copyright (C) 2010 by VISUS (Universitaet Stuttgart). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_POWERWALLVIEW_H_INCLUDED #define MEGAMOLCORE_POWERWALLVIEW_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #...
voei/megamol
plugins/protein_calls/include/protein_calls/ResidueSelectionCall.h
/* * ResidueSelectionCall.h * * Author: <NAME> & <NAME> * Copyright (C) 2013 by Universitaet Stuttgart (VISUS). * All rights reserved. */ #ifndef MEGAMOL_PROTEIN_CALLS_RESIDUE_SELECTIONCALL_H_INCLUDED #define MEGAMOL_PROTEIN_CALLS_RESIDUE_SELECTIONCALL_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pr...
voei/megamol
core/include/mmcore/view/CallCamParamSync.h
/* * CallCamParamSync.h * * Copyright (C) 2014 by VISUS (Universitaet Stuttgart). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_CALLCAMPARAMSYNC_H_INCLUDED #define MEGAMOLCORE_CALLCAMPARAMSYNC_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000...
voei/megamol
plugins/remote/src/HeadnodeServer.h
#pragma once #include <atomic> #include <mutex> #include <thread> #include "mmcore/CallerSlot.h" #include "mmcore/Module.h" #include "mmcore/job/AbstractJob.h" #include "mmcore/param/ParamSlot.h" #include "mmcore/param/ParamUpdateListener.h" #include "DistributedProto.h" #include "FBOCommFabric.h" namespace megamol...
voei/megamol
core/include/mmcore/special/AbstractStereoDisplay.h
<reponame>voei/megamol<filename>core/include/mmcore/special/AbstractStereoDisplay.h /* * AbstractStereoDisplay.h * * Copyright (C) 2009 by VISUS (Universitaet Stuttgart). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_ABSTRACTSTEREODISPLAY_H_INCLUDED #define MEGAMOLCORE_ABSTRACTSTEREODISPLAY_H_INCLUDED #if (de...
voei/megamol
plugins/mmstd_volume/src/RaycastVolumeRenderer.h
<filename>plugins/mmstd_volume/src/RaycastVolumeRenderer.h /* * RaycastVolumeRenderer.h * * Copyright (C) 2018-2019 by Universitaet Stuttgart (VISUS). * All rights reserved. */ #ifndef RAYCAST_VOLUME_RENDERER_H_INCLUDED #define RAYCAST_VOLUME_RENDERER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) # p...
voei/megamol
core/include/mmcore/view/View2D.h
<reponame>voei/megamol /* * View2D.h * * Copyright (C) 2008 - 2010 by VISUS (Universitaet Stuttgart). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_VIEW2D_H_INCLUDED #define MEGAMOLCORE_VIEW2D_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 100...
voei/megamol
plugins/probe/3rd/eigen.h
/* * Software License Agreement (BSD License) * * Point Cloud Library (PCL) - www.pointclouds.org * Copyright (c) 2010-2012, <NAME>, Inc. * Copyright (C) 2010 <NAME> <<EMAIL>> * Copyright (C) 2009 <NAME> <<EMAIL>> * Copyright (c) 2012-, Open Perception, Inc. * * All rights reserved. * * Redistribution...
voei/megamol
core/include/mmcore/AbstractCallbackWriter.h
<filename>core/include/mmcore/AbstractCallbackWriter.h<gh_stars>1-10 /* * AbstractCallbackWriter.h * * Copyright (C) 2019 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #pragma once #include "mmcore/AbstractCallbackCall.h" #include "mmcore/AbstractWriterParams.h" #include "mmcore/CallerSlot.h" #in...
voei/megamol
vislib/include/vislib/sys/NamedPipe.h
/* * NamedPipe.h * * Copyright (C) 2006 - 2007 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef VISLIB_NAMEDPIPE_H_INCLUDED #define VISLIB_NAMEDPIPE_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) */ #if defined(_WIN32)...
voei/megamol
plugins/gui/src/configurator/Configurator.h
<reponame>voei/megamol /* * Configurator.h * * Copyright (C) 2019 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef MEGAMOL_GUI_CONFIGURATOR_H_INCLUDED #define MEGAMOL_GUI_CONFIGURATOR_H_INCLUDED #include "mmcore/CoreInstance.h" #include "mmcore/view//Input.h" #include "vislib/sys/Log.h" ...
voei/megamol
plugins/mesh/src/UIElement.h
/* * UIElement.h * * Copyright (C) 2019 by Universitaet Stuttgart (VISUS). * All rights reserved. */ #ifndef UI_ELEMENT_H_INCLUDED #define UI_ELEMENT_H_INCLUDED #include "mesh/MeshCalls.h" #include "mesh/mesh.h" #include "mmcore/CalleeSlot.h" #include "mmcore/CallerSlot.h" #include "mmcore/param/ParamSlot.h" na...
voei/megamol
core/include/mmcore/utility/LogEchoTarget.h
<gh_stars>1-10 /* * LogEchoTarget.h * * Copyright (C) 2008 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_LOGECHOTARGET_H_INCLUDED #define MEGAMOLCORE_LOGECHOTARGET_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER >...
voei/megamol
core/include/mmcore/cluster/AbstractClusterView.h
<reponame>voei/megamol /* * AbstractClusterView.h * * Copyright (C) 2010 by VISUS (Universitaet Stuttgart). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_ABSTRACTCLUSTERVIEW_H_INCLUDED #define MEGAMOLCORE_ABSTRACTCLUSTERVIEW_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defi...
voei/megamol
core/include/mmcore/param/TransferFunctionParam.h
<reponame>voei/megamol /* * TransferFunctionParam.h * * Copyright (C) 2019 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #pragma once #include <string> #include <cmath> #include "mmcore/api/MegaMolCore.std.h" #include "AbstractParam.h" #include "vislib/String.h" #include "vislib/sys/Log.h" #i...
voei/megamol
plugins/infovis/src/DiagramSeries.h
<reponame>voei/megamol #ifndef MEGAMOL_INFOVIS_DIAGRAMSERIES_H_INCLUDED #define MEGAMOL_INFOVIS_DIAGRAMSERIES_H_INCLUDED #include <array> #include <vector> #include "mmcore/Call.h" #include "mmcore/CalleeSlot.h" #include "mmcore/CallerSlot.h" #include "mmcore/Module.h" #include "mmcore/param/ParamSlot.h" #include "m...
voei/megamol
plugins/mesh/include/mesh/GPUMaterialCollection.h
<reponame>voei/megamol /* * GPURenderTaskCollection.h * * Copyright (C) 2019 by Universitaet Stuttgart (VISUS). * All rights reserved. */ #ifndef GPU_MATERIAL_COLLECTION_H_INCLUDED #define GPU_MATERIAL_COLLECTION_H_INCLUDED //#include "vislib/graphics/gl/GLSLShader.h" #include "mmcore/CoreInstance.h" #include "v...
voei/megamol
plugins/mmstd_datatools/include/mmstd_datatools/ParticleFilterMapDataCall.h
<gh_stars>1-10 /* * ParticleFilterMapDataCall.h * * Copyright (C) 2016 by MegaMol Team (TU Dresden) * Alle Rechte vorbehalten. */ #ifndef MEGAMOL_DATATOOLS_PARTICLEFILTERMAPDATACALL_H_INCLUDED #define MEGAMOL_DATATOOLS_PARTICLEFILTERMAPDATACALL_H_INCLUDED #pragma once #include "mmstd_datatools/mmstd_datatools.h"...
voei/megamol
plugins/gui/src/configurator/Call.h
/* * Call.h * * Copyright (C) 2019 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef MEGAMOL_GUI_GRAPH_CALL_H_INCLUDED #define MEGAMOL_GUI_GRAPH_CALL_H_INCLUDED #include "CallSlot.h" #include "GUIUtils.h" namespace megamol { namespace gui { namespace configurator { // Forward declaration...
voei/megamol
plugins/protein_calls/include/protein_calls/DiagramCall.h
/* * DiagramCall.h * * Author: <NAME> * Copyright (C) 2012 by Universitaet Stuttgart (VISUS). * All rights reserved. */ #ifndef MEGAMOL_PROTEIN_CALL_DIAGRAMCALL_H_INCLUDED #define MEGAMOL_PROTEIN_CALL_DIAGRAMCALL_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) &...
voei/megamol
vislib/include/vislib/sys/Console.h
/* * Console.h * * Copyright (C) 2006 by Universitaet Stuttgart (VIS). Alle Rechte vorbehalten. */ #ifndef VISLIB_CONSOLE_H_INCLUDED #define VISLIB_CONSOLE_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) */ #if defined(_WIN32) && defined(_MANA...
voei/megamol
vislib/include/vislib/graphics/CameraParamsVirtualViewOverride.h
<reponame>voei/megamol /* * CameraParamsVirtualViewOverride.h * * Copyright (C) 2006 - 2009 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. * Copyright (C) 2009 by <NAME>. Alle Rechte vorbehalten. */ #ifndef VISLIB_CAMERAPARAMSVIRTUALVIEWOVERRIDE_H_INCLUDED #define VISLIB_CAMERAPARAMSVIRTUALVIEWOVERR...
voei/megamol
vislib/include/vislib/net/CommServer.h
<gh_stars>1-10 /* * CommServer.h * * Copyright (C) 2006 - 2010 by Visualisierungsinstitut Universitaet Stuttgart. * Alle Rechte vorbehalten. */ #ifndef VISLIB_COMMSERVER_H_INCLUDED #define VISLIB_COMMSERVER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC...
voei/megamol
vislib/include/vislib/net/cluster/AbstractClientNode.h
/* * AbstractClientNode.h * * Copyright (C) 2006 - 2008 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef VISLIB_ABSTRACTCLIENTNODE_H_INCLUDED #define VISLIB_ABSTRACTCLIENTNODE_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 10...
voei/megamol
plugins/probe/3rd/poisson.h
<gh_stars>0 /* * Software License Agreement (BSD License) * * Copyright (c) 2010, <NAME>, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source co...
voei/megamol
core/include/mmcore/view/CallCamParams.h
<reponame>voei/megamol<filename>core/include/mmcore/view/CallCamParams.h // // CallCamParams.h // // Copyright (C) 2013 by University of Stuttgart (VISUS). // All rights reserved. // #ifndef MEGAMOLCORE_CALLCAMPARAMS_H_INCLUDED #define MEGAMOLCORE_CALLCAMPARAMS_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #...
voei/megamol
plugins/protein_calls/include/protein_calls/VariantMatchDataCall.h
// // VariantMatchDataCall.h // // Copyright (C) 2013 by University of Stuttgart (VISUS). // All rights reserved. // // Created on: Jun 15, 2013 // Author: scharnkn // #ifndef MEGAMOL_PROTEIN_CALL_VARIANTMATCHDATACALL_H_INCLUDED #define MEGAMOL_PROTEIN_CALL_VARIANTMATCHDATACALL_H_INCLUDED #if (defined(_MSC_VER) &&...
voei/megamol
vislib/include/vislib/net/ClusterDiscoveryService.h
<reponame>voei/megamol /* * ClusterDiscoveryService.h * * Copyright (C) 2006 - 2007 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef VISLIB_CLUSTERDISCOVERYSERVICE_H_INCLUDED #define VISLIB_CLUSTERDISCOVERYSERVICE_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /...
voei/megamol
plugins/protein/src/SecPlaneRenderer.h
<filename>plugins/protein/src/SecPlaneRenderer.h // // SecPlaneRenderer.h // // Copyright (C) 2013 by University of Stuttgart (VISUS). // All rights reserved. // // Created on: Sep 13, 2013 // Author: scharnkn // #ifndef MMPROTEINPLUGIN_SECPLANERENDERER_H_INCLUDED #define MMPROTEINPLUGIN_SECPLANERENDERER_H_INCLUDE...
voei/megamol
plugins/gui/src/configurator/Graph.h
/* * Graph.h * * Copyright (C) 2019 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef MEGAMOL_GUI_GRAPH_GRAPH_H_INCLUDED #define MEGAMOL_GUI_GRAPH_GRAPH_H_INCLUDED #include "vislib/sys/Log.h" #include <map> #include <vector> #include "Call.h" #include "CallSlot.h" #include "Group.h" #inclu...
voei/megamol
plugins/protein_cuda/src/ComparativeSurfacePotentialRenderer.h
<filename>plugins/protein_cuda/src/ComparativeSurfacePotentialRenderer.h // // ComparativeSurfacePotentialRenderer.h // // Copyright (C) 2013 by University of Stuttgart (VISUS). // All rights reserved. // // Created on: Apr 13, 2013 // Author: scharnkn // #ifndef MMPROTEINCUDAPLUGIN_POTENTIALVOLUMERENDERERCUDA_H_I...
voei/megamol
plugins/cinematic/src/TrackingShotRenderer.h
/* * TrackingShotRenderer.h * * Copyright (C) 2018 by VISUS (Universitaet Stuttgart). * Alle Rechte vorbehalten. */ #ifndef MEGAMOL_CINEMATIC_TRACKINGSHOTRENDERER_H_INCLUDED #define MEGAMOL_CINEMATIC_TRACKINGSHOTRENDERER_H_INCLUDED #include "Cinematic/Cinematic.h" #include "mmcore/CallerSlot.h" #include "mmcore/Core...
voei/megamol
plugins/protein/src/Diagram2DRenderer.h
/* * Diagram2DRenderer.h * * Copyright (C) 2010 by Universitaet Stuttgart (VIS). * All Rights reserved. */ #ifndef MEGAMOLCORE_DIAGRAM2DRENDERER_H_INCLUDED #define MEGAMOLCORE_DIAGRAM2DRENDERER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000))...
voei/megamol
vislib/include/vislib/graphics/CameraParamsStore.h
/* * CameraParamsStore.h * * Copyright (C) 2006 - 2007 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. * Copyright (C) 2007, <NAME>. All rights reserved. */ #ifndef VISLIB_CAMERAPARAMSSTORE_H_INCLUDED #define VISLIB_CAMERAPARAMSSTORE_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma on...
voei/megamol
plugins/protein/src/View3DSpaceMouse.h
<filename>plugins/protein/src/View3DSpaceMouse.h<gh_stars>1-10 /* * View3DSpaceMouse.h * * Copyright (C) 2011 by VISUS (Universitaet Stuttgart). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_VIEW3DSPACEMOUSE_H_INCLUDED #define MEGAMOLCORE_VIEW3DSPACEMOUSE_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000...
voei/megamol
core/include/mmcore/view/RenderDeferredOutput.h
/* * RenderDeferredOutput.h * * Copyright (C) 2011 by VISUS (Universitaet Stuttgart) * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_RENDERDEFERREDOUTPUT_H_INCLUDED #define MEGAMOLCORE_RENDERDEFERREDOUTPUT_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC...
voei/megamol
vislib/include/vislib/graphics/CameraMove2D.h
<filename>vislib/include/vislib/graphics/CameraMove2D.h<gh_stars>1-10 /* * CameraMove2D.h * * Copyright (C) 2006 - 2009 by Visualisierungsinstitut Universitaet Stuttgart. * Alle Rechte vorbehalten. * Copyright (C) 2009, <NAME>. All rights reserved. */ #ifndef VISLIB_CAMERAMOVE2D_H_INCLUDED #define VISLIB_CAMERA...
voei/megamol
vislib/include/vislib/UTF8Encoder.h
/* * UTF8Encoder.h * * Copyright (C) 2006 by Universitaet Stuttgart (VIS). Alle Rechte vorbehalten. */ #ifndef VISLIB_UTF8ENCODER_H_INCLUDED #define VISLIB_UTF8ENCODER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) */ #if defined(_WIN32) && d...
voei/megamol
plugins/probe/3rd/concave_hull.h
<reponame>voei/megamol<filename>plugins/probe/3rd/concave_hull.h /* * Software License Agreement(BSD License) * * Point Cloud Library(PCL) - www.pointclouds.org * Copyright(c) 2009-2012, <NAME>, Inc. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modifica...
voei/megamol
vislib/include/vislib/sys/RegistrySerialiser.h
<filename>vislib/include/vislib/sys/RegistrySerialiser.h<gh_stars>1-10 /* * RegistrySerialiser.h * * Copyright (C) 2006 - 2008 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef VISLIB_REGISTRYSERIALISER_H_INCLUDED #define VISLIB_REGISTRYSERIALISER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_V...
voei/megamol
vislib/include/vislib/graphics/AbsoluteCursor3D.h
<gh_stars>1-10 /* * AbsoluteCursor3D.h * * Copyright (C) 2011 by VISUS (Universitaet Stuttgart) * Alle Rechte vorbehalten. */ #ifndef VISLIB_ABSOLUTECURSOR3D_H_INCLUDED #define VISLIB_ABSOLUTECURSOR3D_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > ...
voei/megamol
core/include/mmcore/view/AbstractRendererDeferred3D.h
<reponame>voei/megamol<gh_stars>1-10 /* * AbstractRendererDeferred3D.h * * Copyright (C) 2011 by VISUS (Universitaet Stuttgart) * Alle Rechte vorbehalten.. */ #ifndef MEGAMOLCORE_ABSTRACTRENDERERDEFERRED3D_H_INCLUDED #define MEGAMOLCORE_ABSTRACTRENDERERDEFERRED3D_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1...
voei/megamol
plugins/mmstd_moldyn/src/io/MMSPDDataSource.h
/* * MMSPDDataSource.h * * Copyright (C) 2011 by VISUS (Universitaet Stuttgart) * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_MMSPDDATASOURCE_H_INCLUDED #define MEGAMOLCORE_MMSPDDATASOURCE_H_INCLUDED #pragma once #include "mmcore/view/AnimDataModule.h" #include "mmcore/param/ParamSlot.h" #include "mmcore/Cal...
voei/megamol
plugins/OSPRay_plugin/src/OSPRaySphereGeometry.h
/* * OSPRaySphereGeometry.h * Copyright (C) 2009-2017 by MegaMol Team * Alle Rechte vorbehalten. */ #pragma once #include "mmcore/param/ParamSlot.h" #include "mmcore/CallerSlot.h" #include "OSPRay_plugin/AbstractOSPRayStructure.h" namespace megamol { namespace ospray { class OSPRaySphereGeometry : public AbstractOSP...
voei/megamol
plugins/protein_cuda/src/cuda_error_check.h
// // cuda_error_check.h // // Copyright (C) 2013 by University of Stuttgart (VISUS). // All rights reserved. // // Created on: Apr 04, 2013 // Author: scharnkn // #ifndef MMPROTEINCUDAPLUGIN_CUDA_ERROR_CHECK_H_INCLUDED #define MMPROTEINCUDAPLUGIN_CUDA_ERROR_CHECK_H_INCLUDED #include "vislib/sys/Log.h" #include <...
voei/megamol
vislib/include/vislib/sys/Interlocked.h
<gh_stars>1-10 /* * Interlocked.h * * Copyright (C) 2006 - 2007 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef VISLIB_INTERLOCKED_H_INCLUDED #define VISLIB_INTERLOCKED_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) *...
voei/megamol
core/include/mmcore/view/LinkedView3D.h
// // LinkedView3D.h // // Copyright (C) 2013 by University of Stuttgart (VISUS). // All rights reserved. // #ifndef MEGAMOLCORE_LINKEDVIEW3D_H_INCLUDED #define MEGAMOLCORE_LINKEDVIEW3D_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) */ #include ...
voei/megamol
plugins/protein/src/SolPathRenderer.h
<reponame>voei/megamol /* * SolPathRenderer.h * * Copyright (C) 2010 by VISUS (University of Stuttgart) * Alle Rechte vorbehalten. */ #ifndef MEGAMOL_PROTEIN_SOLPATHRENDERER_H_INCLUDED #define MEGAMOL_PROTEIN_SOLPATHRENDERER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_M...
voei/megamol
plugins/cinematic/src/Keyframe.h
<filename>plugins/cinematic/src/Keyframe.h /* *Keyframe.h * * Copyright (C) 2018 by VISUS (Universitaet Stuttgart). * Alle Rechte vorbehalten. */ #ifndef MEGAMOL_CINEMATIC_KEYFRAME_H_INCLUDED #define MEGAMOL_CINEMATIC_KEYFRAME_H_INCLUDED #include "Cinematic/Cinematic.h" #include "json.hpp" #include <glm/glm.hpp> #...
voei/megamol
core/include/mmcore/view/CallRenderView.h
/* * CallRenderView.h * * Copyright (C) 2009 by VISUS (Universitaet Stuttgart). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_CALLRENDERVIEW_H_INCLUDED #define MEGAMOLCORE_CALLRENDERVIEW_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) */ ...
voei/megamol
plugins/image_calls/include/image_calls/image_calls.h
<gh_stars>1-10 /* * image_calls.h * Copyright (C) 2009-2015 by MegaMol Team * Alle Rechte vorbehalten. */ #ifndef image_calls_H_INCLUDED #define image_calls_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) */ #ifdef _WIN32 // The following ifd...
voei/megamol
plugins/gui/src/configurator/Group.h
/* * Group.h * * Copyright (C) 2020 by Universitaet Stuttgart (VISUS). * Alle Rechte vorbehalten. */ #ifndef MEGAMOL_GUI_GRAPH_GROUP_H_INCLUDED #define MEGAMOL_GUI_GRAPH_GROUP_H_INCLUDED #include "Call.h" #include "CallSlot.h" #include "GUIUtils.h" #include "Module.h" namespace megamol { namespace gui { names...
voei/megamol
plugins/protein_calls/include/protein_calls/BindingSiteCall.h
/* * BindingSiteCall.h * * Author: <NAME> * Copyright (C) 2013 by Universitaet Stuttgart (VISUS). * All rights reserved. */ #ifndef MEGAMOL_PROTEIN_CALL_BSITECALL_H_INCLUDED #define MEGAMOL_PROTEIN_CALL_BSITECALL_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) &...
voei/megamol
core/include/mmcore/utility/plugins/Plugin200Utilities.h
<filename>core/include/mmcore/utility/plugins/Plugin200Utilities.h /* * Plugin200Utilites.h * Copyright (C) 2015 by MegaMol Team * All rights reserved. Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_UTILITY_PLUGINS_PLUGIN200UTILITIES_H_INCLUDED #define MEGAMOLCORE_UTILITY_PLUGINS_PLUGIN200UTILITIES_H_INCLUDED #pr...
voei/megamol
vislib/include/vislib/graphics/ObservableCameraParams.h
<gh_stars>1-10 /* * ObservableCameraParams.h * * Copyright (C) 2006 - 2008 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef VISLIB_OBSERVABLECAMERAPARAMS_H_INCLUDED #define VISLIB_OBSERVABLECAMERAPARAMS_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(...
voei/megamol
plugins/probe/src/DrawTextureUtility.h
<reponame>voei/megamol /* * DrawTextureUtility.h * Copyright (C) 2019 by MegaMol Team * Alle Rechte vorbehalten. */ #pragma once #include <cmath> #include <cstdint> #include <memory> #include <tuple> #include <vector> #include "blend2d.h" namespace megamol { namespace probe { class DrawTextureUtility { public...
voei/megamol
vislib/include/vislib/net/AbstractSyncMsgUser.h
<reponame>voei/megamol /* * AbstractSyncMsgUser.h * * Copyright (C) 2006 - 2010 by Visualisierungsinstitut Universitaet Stuttgart. * Alle Rechte vorbehalten. */ #ifndef VISLIB_ABSTRACTSYNCMSGUSER_H_INCLUDED #define VISLIB_ABSTRACTSYNCMSGUSER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #e...
voei/megamol
plugins/mmstd_datatools/src/table/MMFTDataSource.h
<reponame>voei/megamol /* * MMFTDataSource.h * * Copyright (C) 2016 by CGV (TU Dresden) * Alle Rechte vorbehalten. */ #ifndef MEGAMOL_DATATOOLS_MMFTDATASOURCE_H_INCLUDED #define MEGAMOL_DATATOOLS_MMFTDATASOURCE_H_INCLUDED #pragma once #include "mmcore/Module.h" #include "mmcore/param/ParamSlot.h" #include "mmcor...
voei/megamol
plugins/molecularmaps/src/AtomGrid.h
<filename>plugins/molecularmaps/src/AtomGrid.h /* * AtomGrid.h * Copyright (C) 2006-2017 by MegaMol Team * Alle Rechte vorbehalten. */ #ifndef MMMOLMAPPLG_ATOMGRID_H_INCLUDED #define MMMOLMAPPLG_ATOMGRID_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER >...
voei/megamol
vislib/include/vislib/sys/FastFile.h
/* * FastFile.h * * Copyright (C) 2015 by <NAME>. Alle Rechte vorbehalten. */ #ifndef VISLIB_FASTFILE_H_INCLUDED #define VISLIB_FASTFILE_H_INCLUDED #pragma once #if defined(_WIN32) && defined(_MANAGED) #pragma managed(push, off) #endif /* defined(_WIN32) && defined(_MANAGED) */ #ifdef _WIN32 #include "vislib/sys/M...
voei/megamol
vislib/include/vislib/graphics/CameraParamsTileRectOverride.h
<gh_stars>1-10 /* * CameraParamsTileRectOverride.h * * Copyright (C) 2006 - 2007 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. * Copyright (C) 2007, <NAME>. All rights reserved. */ #ifndef VISLIB_CAMERAPARAMSTILERECTOVERRIDE_H_INCLUDED #define VISLIB_CAMERAPARAMSTILERECTOVERRIDE_H_INCLUDED #if (def...
voei/megamol
console/src/utility/CmdLineParser.h
<filename>console/src/utility/CmdLineParser.h /* * CmdLineParser.h * * Copyright (C) 2008 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCON_CMDLINEPARSER_H_INCLUDED #define MEGAMOLCON_CMDLINEPARSER_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (def...
voei/megamol
plugins/gui/src/FileUtils.h
/* * FileUtils.h * * Copyright (C) 2019 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ /// There is a CMake exeption for the cluster "stampede2" running CentOS, which undefines GUI_USE_FILESYSTEM. #ifndef MEGAMOL_GUI_FILEUTILS_INCLUDED #define MEGAMOL_GUI_FILEUTILS_INCLUDED #ifdef GUI_USE_FILESY...