]> Creatis software - cpPlugins.git/commit - lib/cpPlugins/Interface/Workspace.h
XML IO added. Workspace singleton added to simplify pipeline definition and execution.
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Fri, 27 Nov 2015 23:01:59 +0000 (18:01 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Fri, 27 Nov 2015 23:01:59 +0000 (18:01 -0500)
commitf654620df52b811be7bd263a1775c93d29c69a65
tree15ce1295b1fa0922865fa1836ff39534c1c086ba
parentbb150e6feb32e18f7752fa2309b1698b561df773
XML IO added. Workspace singleton added to simplify pipeline definition and execution.
18 files changed:
appli/examples/CMakeLists.txt
appli/examples/example_WorkspaceSandBox.cxx [new file with mode: 0644]
data/workspace_00.xml [new file with mode: 0644]
lib/cpPlugins/Interface/CMakeLists.txt
lib/cpPlugins/Interface/ProcessObject.cxx
lib/cpPlugins/Interface/Workspace.cxx [new file with mode: 0644]
lib/cpPlugins/Interface/Workspace.h [new file with mode: 0644]
lib/cpPlugins/Interface/WorkspaceIO.cxx [new file with mode: 0644]
lib/third_party/CMakeLists.txt
lib/third_party/tinyxml/CMakeLists.txt [new file with mode: 0644]
lib/third_party/tinyxml/changes.txt [new file with mode: 0644]
lib/third_party/tinyxml/readme.txt [new file with mode: 0644]
lib/third_party/tinyxml/tinystr.cpp [new file with mode: 0644]
lib/third_party/tinyxml/tinystr.h [new file with mode: 0644]
lib/third_party/tinyxml/tinyxml.cpp [new file with mode: 0644]
lib/third_party/tinyxml/tinyxml.h [new file with mode: 0644]
lib/third_party/tinyxml/tinyxmlerror.cpp [new file with mode: 0644]
lib/third_party/tinyxml/tinyxmlparser.cpp [new file with mode: 0644]