- 11 Jan, 2016 9 commits
-
-
Yumin Yuan authored
-
Yumin Yuan authored
When exporting and importing smtk models (.smtk) with meshes in json format, more logics are added so we have control over whether native models will be saved or loaded when saving and loading smtk models. Also, when saving smtk models with meshes, a mesh file (.h5m) will be written out for the meshes, and then loaded back with the model when importing the saved smtk model.
-
Yumin Yuan authored
-
Yumin Yuan authored
-
Yumin Yuan authored
Instead of having a SessionIOJSON class in every session for SessionIO support, the base Session class now will handle export and import sessions, and writing and loading native models by invoking "write" and "read" operators of the session. Also Made exodus SessionIOJSON use new SessionIO methods
-
Yumin Yuan authored
-
20162b15 Update smtk-model-server to the latest version of remus. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yumin Yuan <yumin.yuan@kitware.com> Merge-request: !25
-
Robert Maynard authored
-
39ab2b12 Update the RemusConnection class to work with the latest version of remus. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !23
-
- 08 Jan, 2016 3 commits
-
-
Robert Maynard authored
-
0905a91d Allow smtk to find newer and older versions of Remus. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !22
-
Robert Maynard authored
-
- 07 Jan, 2016 2 commits
-
-
35d45346 FindRemus: look for the header by the right case Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !20
-
45f69221 SessionIOJSON: add the create method Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !19
-
- 06 Jan, 2016 1 commit
-
-
Ben Boeckel authored
-
- 05 Jan, 2016 2 commits
-
-
Bob Obara authored
Fix qtAttributeView to display derived defs instead of abstract def Was causing viewer to display abstract def instead of derived defs This should resolve SMTK Issue #1. Also needed to fix several CMB export tests. See merge request !11
-
Ben Boeckel authored
MSVC complains about it. It is used, so why GCC and Clang are happy is a different story.
-
- 22 Dec, 2015 2 commits
-
-
06ada8f5 moab: backport hdf5 fixes from upstream Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !18
-
Ben Boeckel authored
Upstream commits: ab082becca5caf5da577fc9c8f5b1b2f3c41bb2c fa26efcf24d1be2040f6b8955a71b5d8a6584e04
-
- 21 Dec, 2015 3 commits
-
-
a147be42 SMTK will properly export its target file when a submodule of CMB. b2d73a7c Teach smtk to properly locate module files from cmb thirdparty build dir. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Acked-by:
Yumin Yuan <yumin.yuan@kitware.com> Merge-request: !17
-
Robert Maynard authored
The Package export places things in a funky location when you are not the primary project, so we use the export file functionality to get consistent behavior.
-
Robert Maynard authored
-
- 18 Dec, 2015 3 commits
-
-
88bebb56 QueryTypes: use the full parent type Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !15
-
Ben Boeckel authored
Older GCC apparently can't figure it out otherwise.
-
c42b8e83 ctest: use add_test(NAME) signature 4364c5bd exodus: publicly link to vtkCommonDataModel 219d6ec7 moab: export error handling functions 3302e724 mesh: export CellTypes functions 8c7b7a13 exodus: get a std::string from paths 9b07ad5a smtkMesh: add export symbol to friend declarations Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !14
-
- 17 Dec, 2015 6 commits
-
-
Ben Boeckel authored
This one does the target name transformation.
-
Ben Boeckel authored
Windows was getting undefined symbols from the Python wrappers without this.
-
Ben Boeckel authored
Upstream commit fa6c669718056da9677c148e8fdffa67098ff421.
-
Ben Boeckel authored
-
Ben Boeckel authored
On Windows, a boost::filesystem::path uses wchar_t which doesn't match the type expected when using .c_str(). Instead, force it into a regular string before use.
-
Ben Boeckel authored
Windows is fairly strict here.
-
- 15 Dec, 2015 1 commit
-
-
e5eb7ec2 testing: just use the target names for test binaries 7f8f81d4 cmake: don't set output paths in the cache Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !6
-
- 13 Dec, 2015 2 commits
-
-
da4f922d Fix extent computation. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !13
-
David Thompson authored
-
- 11 Dec, 2015 1 commit
-
-
520fb368 Properly generate unique mesh names when deserializing from json. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yumin Yuan <yumin.yuan@kitware.com> Merge-request: !10
-
- 10 Dec, 2015 5 commits
-
-
John Tourtellott authored
Was causing viewer to display abstract def instead of derived defs This should resolve SMTK Issue #1
-
Robert Maynard authored
Previously when deserializing we didn't generate unique names, as we didnt handle the use case of meshes already existing with names like "Mesh_1" which would causing conflicts.
-
Robert Maynard authored
Correct compiation issues detected in MeshOperator. See merge request !9
-
Robert Maynard authored
-
e79cf220 Correct misnamed method (assignUniqueNameIfNotAlready). Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8
-