Skip to content
Snippets Groups Projects
Commit 6ab1afad authored by Arthur Coolen's avatar Arthur Coolen
Browse files

Task #2993: merged trunk into branch for JAVA and OTB/OTB and OTB/jOTDB3

exportResultTree in this file
parent 56f63be1
No related branches found
No related tags found
No related merge requests found
......@@ -183,10 +183,12 @@ public:
// the tree is exported: HTML, KeyValue List.
bool exportTree (treeIDType aTreeID,
nodeIDType topItem,
const string& filename,
const formatType outputFormat = FtKVList,
bool folded = false);
const string& filename);
// Export a VIC (sub)tree with reported metadata to a file.
bool exportResultTree (treeIDType aTreeID,
nodeIDType topItem,
const string& filename);
//# --- Finally some general tree maintenance ---
// Delete a tree (of any kind) from the database.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment