Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
LSGRM
Commits
d7bd8738
Commit
d7bd8738
authored
Aug 31, 2016
by
remicres
Browse files
ENH: remove the useless temp files deletion option
parent
8d64d7d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lsgrmController.h
View file @
d7bd8738
...
...
@@ -51,9 +51,6 @@ public:
itkGetMacro
(
Margin
,
unsigned
int
);
itkGetMacro
(
CleanTemporaryFiles
,
bool
);
itkSetMacro
(
CleanTemporaryFiles
,
bool
);
itkGetMacro
(
TemporaryFilesPrefix
,
std
::
string
);
itkSetMacro
(
TemporaryFilesPrefix
,
std
::
string
);
...
...
@@ -95,7 +92,6 @@ private:
/* Parameters given by the user */
std
::
string
m_TemporaryFilesPrefix
;
// Path used to store intermediate files during the process.
bool
m_CleanTemporaryFiles
;
// Clean temporary files
ImageType
*
m_InputImage
;
// Input image
/* Segmentation parameters */
...
...
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