Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
CamiTK Community Edition
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
17
Issues
17
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
CamiTK
CamiTK Community Edition
Commits
5b738ed9
Commit
5b738ed9
authored
Jan 03, 2020
by
Emmanuel Promayon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIXED comment cleaning
parent
07f1768b
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sdk/libraries/core/component/Slice.cpp
sdk/libraries/core/component/Slice.cpp
+2
-2
No files found.
sdk/libraries/core/component/Slice.cpp
View file @
5b738ed9
...
...
@@ -89,8 +89,8 @@ void Slice::setOriginalVolume(vtkSmartPointer<vtkImageData> volume) {
// de-reference the smart pointer.
originalVolume
=
volume
;
// Get volume information
/
** Original volume dimensions in number of voxels (x, y and z) */
// Get
the original
volume information
/
/ Original volume dimensions in number of voxels (x, y and z)
int
originalDimensions
[
3
];
originalVolume
->
GetDimensions
(
originalDimensions
);
originalVolume
->
GetSpacing
(
originalSpacing
);
...
...
Write
Preview
Markdown
is supported
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