ResInsight/ApplicationCode/Commands/HoloLensCommands
2018-12-19 12:32:18 +01:00
..
farmhash HoloLens: First cut, optimization of array data communication to sharing server. ResInsight will try and detect changes in its internal arrays, and will only announce changed arrays to the server (through meta data.) Previously, ResInsight would send all array data to the server unconditionally. Now the set of arrays/packets to send is controlled by the sharing server through its response to a post of new meta data. 2018-12-19 12:32:18 +01:00
CMakeLists_files.cmake HoloLens: First cut, optimization of array data communication to sharing server. ResInsight will try and detect changes in its internal arrays, and will only announce changed arrays to the server (through meta data.) Previously, ResInsight would send all array data to the server unconditionally. Now the set of arrays/packets to send is controlled by the sharing server through its response to a post of new meta data. 2018-12-19 12:32:18 +01:00
RicHoloLensCreateDummyFileBackedSessionFeature.cpp #3561 HoloLens: Establish sharing server session and publish visualization data to sharing server 2018-10-25 15:34:48 +02:00
RicHoloLensCreateDummyFileBackedSessionFeature.h #3541 HoloLens : Create dummy file backed feature 2018-10-22 12:36:14 +02:00
RicHoloLensCreateSessionFeature.cpp #3601 HoloLens : Do not try to create session if the create session dialog is closed 2018-11-02 11:36:46 +01:00
RicHoloLensCreateSessionFeature.h #3523 Holo Lens : Add features for communication with web server 2018-10-19 10:09:45 +02:00
RicHoloLensCreateSessionUi.cpp #3541 HoloLens : Use RicHoloLensSession to control state of toolbar buttons 2018-10-22 12:36:14 +02:00
RicHoloLensCreateSessionUi.h #3541 HoloLens : Use RicHoloLensSession to control state of toolbar buttons 2018-10-22 12:36:14 +02:00
RicHoloLensExportImpl.cpp #3343 Holo Lens : Use default surface color from geo mech 2018-09-21 14:14:19 +02:00
RicHoloLensExportImpl.h #3343 Holo Lens : Add role (geometry or mesh_lines) 2018-09-21 14:14:19 +02:00
RicHoloLensExportToFolderFeature.cpp #3345 HoloLens: Started work on exporting HoloLens visualization data from ResInsight 2018-09-18 15:58:54 +02:00
RicHoloLensExportToFolderFeature.h Holo Lens : Create menu and UI for export of data to folder 2018-09-12 10:34:01 +02:00
RicHoloLensExportToFolderUi.cpp #3343 HoloLens Export : Add factory to create option items for views 2018-09-12 11:44:11 +02:00
RicHoloLensExportToFolderUi.h Holo Lens : Create menu and UI for export of data to folder 2018-09-12 10:34:01 +02:00
RicHoloLensExportToSharingServerFeature.cpp #3561 HoloLens: Establish sharing server session and publish visualization data to sharing server 2018-10-25 15:34:48 +02:00
RicHoloLensExportToSharingServerFeature.h #3523 Holo Lens : Add features for communication with web server 2018-10-19 10:09:45 +02:00
RicHoloLensRestClient.cpp HoloLens: Added support for session pin code and bearer authentication. Improved session management and error handling. Added some dignostic timings for sending of array data. 2018-12-18 22:08:57 +01:00
RicHoloLensRestClient.h HoloLens: Added support for session pin code and bearer authentication. Improved session management and error handling. Added some dignostic timings for sending of array data. 2018-12-18 22:08:57 +01:00
RicHoloLensServerSettings.cpp #3541 HoloLens : Use RicHoloLensSession to control state of toolbar buttons 2018-10-22 12:36:14 +02:00
RicHoloLensServerSettings.h #3541 HoloLens : Use RicHoloLensSession to control state of toolbar buttons 2018-10-22 12:36:14 +02:00
RicHoloLensSession.cpp HoloLens: First cut, optimization of array data communication to sharing server. ResInsight will try and detect changes in its internal arrays, and will only announce changed arrays to the server (through meta data.) Previously, ResInsight would send all array data to the server unconditionally. Now the set of arrays/packets to send is controlled by the sharing server through its response to a post of new meta data. 2018-12-19 12:32:18 +01:00
RicHoloLensSession.h HoloLens: First cut, optimization of array data communication to sharing server. ResInsight will try and detect changes in its internal arrays, and will only announce changed arrays to the server (through meta data.) Previously, ResInsight would send all array data to the server unconditionally. Now the set of arrays/packets to send is controlled by the sharing server through its response to a post of new meta data. 2018-12-19 12:32:18 +01:00
RicHoloLensSessionManager.cpp Reference correct local variable when calling deleteLater() 2018-12-19 12:32:18 +01:00
RicHoloLensSessionManager.h HoloLens: Added support for session pin code and bearer authentication. Improved session management and error handling. Added some dignostic timings for sending of array data. 2018-12-18 22:08:57 +01:00
RicHoloLensSessionObserver.h HoloLens: Added support for session pin code and bearer authentication. Improved session management and error handling. Added some dignostic timings for sending of array data. 2018-12-18 22:08:57 +01:00
RicHoloLensTerminateSessionFeature.cpp #3561 HoloLens: Establish sharing server session and publish visualization data to sharing server 2018-10-25 15:34:48 +02:00
RicHoloLensTerminateSessionFeature.h #3523 Holo Lens : Add features for communication with web server 2018-10-19 10:09:45 +02:00
VdeArrayDataPacket.cpp HoloLens: First cut, optimization of array data communication to sharing server. ResInsight will try and detect changes in its internal arrays, and will only announce changed arrays to the server (through meta data.) Previously, ResInsight would send all array data to the server unconditionally. Now the set of arrays/packets to send is controlled by the sharing server through its response to a post of new meta data. 2018-12-19 12:32:18 +01:00
VdeArrayDataPacket.h HoloLens: First cut, optimization of array data communication to sharing server. ResInsight will try and detect changes in its internal arrays, and will only announce changed arrays to the server (through meta data.) Previously, ResInsight would send all array data to the server unconditionally. Now the set of arrays/packets to send is controlled by the sharing server through its response to a post of new meta data. 2018-12-19 12:32:18 +01:00
VdeCachingHashedIdFactory.cpp HoloLens: First cut, optimization of array data communication to sharing server. ResInsight will try and detect changes in its internal arrays, and will only announce changed arrays to the server (through meta data.) Previously, ResInsight would send all array data to the server unconditionally. Now the set of arrays/packets to send is controlled by the sharing server through its response to a post of new meta data. 2018-12-19 12:32:18 +01:00
VdeCachingHashedIdFactory.h HoloLens: First cut, optimization of array data communication to sharing server. ResInsight will try and detect changes in its internal arrays, and will only announce changed arrays to the server (through meta data.) Previously, ResInsight would send all array data to the server unconditionally. Now the set of arrays/packets to send is controlled by the sharing server through its response to a post of new meta data. 2018-12-19 12:32:18 +01:00
VdeExportPart.cpp #3343 Holo Lens : Add role (geometry or mesh_lines) 2018-09-21 14:14:19 +02:00
VdeExportPart.h #3343 Holo Lens : Add role (geometry or mesh_lines) 2018-09-21 14:14:19 +02:00
VdeFileExporter.cpp HoloLens: First cut, optimization of array data communication to sharing server. ResInsight will try and detect changes in its internal arrays, and will only announce changed arrays to the server (through meta data.) Previously, ResInsight would send all array data to the server unconditionally. Now the set of arrays/packets to send is controlled by the sharing server through its response to a post of new meta data. 2018-12-19 12:32:18 +01:00
VdeFileExporter.h #3561 HoloLens: Establish sharing server session and publish visualization data to sharing server 2018-10-25 15:34:48 +02:00
VdePacketDirectory.cpp HoloLens: First cut, optimization of array data communication to sharing server. ResInsight will try and detect changes in its internal arrays, and will only announce changed arrays to the server (through meta data.) Previously, ResInsight would send all array data to the server unconditionally. Now the set of arrays/packets to send is controlled by the sharing server through its response to a post of new meta data. 2018-12-19 12:32:18 +01:00
VdePacketDirectory.h HoloLens: First cut, optimization of array data communication to sharing server. ResInsight will try and detect changes in its internal arrays, and will only announce changed arrays to the server (through meta data.) Previously, ResInsight would send all array data to the server unconditionally. Now the set of arrays/packets to send is controlled by the sharing server through its response to a post of new meta data. 2018-12-19 12:32:18 +01:00
VdeVizDataExtractor.cpp HoloLens: First cut, optimization of array data communication to sharing server. ResInsight will try and detect changes in its internal arrays, and will only announce changed arrays to the server (through meta data.) Previously, ResInsight would send all array data to the server unconditionally. Now the set of arrays/packets to send is controlled by the sharing server through its response to a post of new meta data. 2018-12-19 12:32:18 +01:00
VdeVizDataExtractor.h HoloLens: First cut, optimization of array data communication to sharing server. ResInsight will try and detect changes in its internal arrays, and will only announce changed arrays to the server (through meta data.) Previously, ResInsight would send all array data to the server unconditionally. Now the set of arrays/packets to send is controlled by the sharing server through its response to a post of new meta data. 2018-12-19 12:32:18 +01:00