Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
a84fd71b
Commit
a84fd71b
authored
Mar 07, 2013
by
Stéphane Albert
Browse files
ENH: Added DatasetDescriptor::SetImageModel() method to update XML DOM.
parent
5fe7d69e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Code/Common/mvdDatasetDescriptor.cxx
View file @
a84fd71b
...
...
@@ -243,6 +243,13 @@ DatasetDescriptor
}
}
/*******************************************************************************/
void
DatasetDescriptor
::
SetImageModel
(
int
id
,
void
*
settings
)
{
}
/*******************************************************************************/
void
DatasetDescriptor
...
...
Code/Common/mvdDatasetDescriptor.h
View file @
a84fd71b
...
...
@@ -142,6 +142,10 @@ public:
void
*
settings
,
QString
&
quicklookFilename
);
/**
*/
void
SetImageModel
(
int
id
,
void
*
settings
);
/**
*/
void
Write
(
const
QString
&
filename
)
const
;
...
...
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