- Dec 28, 2017
-
-
Haocheng LIU authored
Collection, view, attributeDef, attribute all itemDefs and items now can be serialized and deserialized via json. TBD: More test cases should be added to test the serialization process.
-
- Dec 19, 2017
-
-
Robert M. O'Bara authored
-
- Nov 07, 2017
-
-
T.J. Corona authored
-
- Oct 10, 2017
-
-
T.J. Corona authored
-
- Sep 15, 2017
-
-
David Thompson authored
We never built with it and it has different semantics for invaliding iterators which could cause issues if anyone ever decided to use it.
-
- Aug 31, 2017
-
-
Ben Boeckel authored
-
- Aug 15, 2017
-
-
Ben Boeckel authored
-
- Aug 14, 2017
-
-
David Thompson authored
-
Ben Boeckel authored
The Python bindings are now always provided by it.
-
Ben Boeckel authored
-
- Aug 11, 2017
-
-
T.J. Corona authored
-
- Aug 09, 2017
-
-
T.J. Corona authored
-
- Aug 08, 2017
-
-
T.J. Corona authored
-
- Aug 07, 2017
-
-
T.J. Corona authored
Using boost::dll, this commit updates PythonInterpreter's logic to attempt to find the smtk module by keying off the location of the smtkCore library. Methods have been added to facilitate adding to the embedded interpreter's PYTHONPATH for additional modules. Also, python operator logic has been updated to safely allow for the possibility of a module to not be found. This update requires boost 1.64.0 or newer.
-
- Aug 04, 2017
-
-
(cherry picked from commit f0f05a89)
-
- Jul 31, 2017
-
-
Haocheng LIU authored
-
- Jul 28, 2017
-
-
Haocheng LIU authored
Now PointsBuilder's terrainExtraction ability is an operator in ModelBuilder. It would hide the input aux_geom and load the result into ModelBuilder. This MR introduces new SMTK optional dependencies as VXL and rtvl which terrain extraction operator depends on. Some CMB classes are copied into SMTK(vtkLIDARElevationFilter, rtvl library, vtkTexturePointIntensityFilter, vtkLIDARPtsWriter, vtkHydroModelPolySource and vtkTerrainEtractionFilter.) CMB should delete these duplicated classes for simplicity. One thing worth mentioning is that minimum spacing computation is a simplified version of it's PointsBuilder counterpart. ClipPolygons and PointThresholdFilter is not used.
-
- Jul 27, 2017
-
-
Haocheng LIU authored
This MR creates the UI components for the terrain extraction(TE) operator. A custom view as smtkTerrianExtractionView is added and a new extension VXL is introduced.
-
- Jul 24, 2017
-
-
T.J. Corona authored
-
- Jul 14, 2017
-
-
Robert M. O'Bara authored
-
- Jun 29, 2017
-
-
T.J. Corona authored
-
- Jun 09, 2017
-
-
Alvaro Sanchez authored
-
- Jun 01, 2017
-
-
T.J. Corona authored
-
- May 30, 2017
-
-
T.J. Corona authored
-
- Apr 07, 2017
-
-
T.J. Corona authored
-
- Mar 28, 2017
-
-
T.J. Corona authored
-
- Mar 27, 2017
-
-
David Thompson authored
Having this policy (Double colon in target name means ALIAS or IMPORTED target) set to `OLD` only makes sense when CMake 2.8.12 or older. We require a much newer CMake (3.6), so accept `NEW` as the default.
-
- Mar 23, 2017
-
-
T.J. Corona authored
-
Ben Boeckel authored
-
- Feb 15, 2017
-
-
John Tourtellott authored
Use SMTK_PYTHON_MODULEDIR, same as Shiboken case Also prefix shared objects with underscore, to indicate they are internal
-
- Jan 20, 2017
-
-
Code extracted from: https://gitlab.kitware.com/third-party/moab.git at commit 3c60766babe10d1cb7f2f3de09982e050b7ec506 (for/smtk).
-
- Jan 06, 2017
-
-
John Tourtellott authored
Requires boost date_time library
-
- Jan 05, 2017
-
-
T.J. Corona authored
-
- Dec 28, 2016
-
-
T.J. Corona authored
-
T.J. Corona authored
-
- Dec 23, 2016
-
-
Ben Boeckel authored
The HDF5 bug is fixed in 3.6. Rather than not working with 3.6 and up as before, let's drop 3.5.
-
- Dec 14, 2016
-
-
T.J. Corona authored
-
T.J. Corona authored
-
- Oct 19, 2016
-
-
T.J. Corona authored
-
Ben Boeckel authored
-