Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lucas SCHMIDT
sight
Commits
66ad2467
Verified
Commit
66ad2467
authored
Sep 06, 2021
by
Didier WECKMANN
Browse files
misc: apply review suggestions
parent
c821508c
Changes
69
Hide whitespace changes
Inline
Side-by-side
libs/core/activity/IActivityLauncher.hpp
View file @
66ad2467
...
...
@@ -55,7 +55,7 @@ public:
protected:
/// Parse the configuration
/// Parse
s
the configuration
ACTIVITY_API
virtual
void
parseConfiguration
(
const
ConfigurationType
&
config
,
const
InOutMapType
&
inouts
=
InOutMapType
()
...
...
libs/io/session/PasswordKeeper.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/SessionReader.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2020 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
@@ -39,10 +38,10 @@ namespace sight::io::session
* @details Class to read a session file, and restore recursively a data object, including all fields.
* The session file is indeed a standard "ZIP" archive, while the compression algorithm for files inside
* the session archive is ZSTD. A standard archive reader could open a session file, if it is able to handle
* ZIP archive with ZSTD compression
* ZIP archive with ZSTD compression
.
*
* The archive can be password protected using AES256 algorithm and the compression level is set individually,
* depending of the type of data to serialize
* depending of the type of data to serialize
.
*
*/
class
IO_SESSION_CLASS_API
SessionReader
final
:
...
...
libs/io/session/SessionWriter.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2020 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
@@ -36,13 +35,13 @@ namespace sight::io::session
/**
* @brief Session writer.
*
* @details Class to write
r
a session file recursively, including all fields from a data object.
* @details Class to write a session file recursively, including all fields from a data object.
* The session file is indeed a standard "ZIP" archive, while the compression algorithm for files inside
* the session archive is ZSTD. A standard archive reader could open a session file, if it is able to handle
* ZIP archive with ZSTD compression
* ZIP archive with ZSTD compression
.
*
* The archive can be password protected using AES256 algorithm and the compression level is set individually,
* depending of the type of data to serialize
* depending of the type of data to serialize
.
*
*/
...
...
libs/io/session/detail/ActivitySeries.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/detail/Array.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/detail/CalibrationInfo.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/detail/Camera.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/detail/CameraSeries.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/detail/Color.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/detail/Composite.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/detail/DicomSeries.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/detail/Edge.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/detail/Equipment.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/detail/Graph.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/detail/Helper.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/detail/Histogram.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/detail/ISession.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
@@ -50,6 +49,7 @@ public:
/// String serialization function
inline
std
::
string
toString
()
const
override
;
/// Return the default index file path inside the session archive
inline
std
::
filesystem
::
path
getIndexFilePath
()
const
;
/// Salt the password, depending of the encryption level
...
...
libs/io/session/detail/Image.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
libs/io/session/detail/ImageSeries.hpp
View file @
66ad2467
/************************************************************************
*
* Copyright (C) 2009-2021 IRCAD France
* Copyright (C) 2012-2021 IHU Strasbourg
* Copyright (C) 2021 IRCAD France
*
* This file is part of Sight.
*
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment