changeset 487:733b24a00c26

sample expanded
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Jul 2013 14:59:23 +0200
parents 49aa17c03cd3
children 9c5bb817bc8b 9d67b86cc23e
files Resources/Samples/OrthancCppClient/Vtk/main.cpp
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/Samples/OrthancCppClient/Vtk/main.cpp	Tue Jul 16 14:24:39 2013 +0200
+++ b/Resources/Samples/OrthancCppClient/Vtk/main.cpp	Tue Jul 16 14:59:23 2013 +0200
@@ -146,6 +146,19 @@
 
 int main()
 {
+  // Use the commented code below if you know the identifier of a
+  // series that corresponds to a 3D image.
+
+  /*
+     {
+     OrthancClient::OrthancConnection orthanc("http://localhost:8042");
+     OrthancClient::Series series(orthanc, "c1c4cb95-05e3bd11-8da9f5bb-87278f71-0b2b43f5");
+     Display(series);
+     return 0;
+     }
+  */
+
+
   // Try and find a 3D image inside the local store
   OrthancClient::OrthancConnection orthanc("http://localhost:8042");