- Dec 09, 2016
-
-
Haocheng LIU authored
Now bathymetry operator(BO) is using the model and bathyfile from auxiliary geometry and user can select which mesh they want to apply BO in `model&mesh` and `mesh only` operation. BO supports all the file format it used to support since auxliary geometry just stores the url of bathymetry data.
-
- Dec 07, 2016
-
-
492fda3b Fix a couple warnings in vtk extension Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !338
-
7435aa93 add extants 476a79c8 change init value and add tool tips Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !335
-
451520ad fix the grab cuts filter crash Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !334
-
- Dec 06, 2016
-
-
Yumin Yuan authored
-
Robert M. O'Bara authored
ENH: Remove make straight and rectangle options to Polygon Edge Editing These were old options from V3 and are no longer needed. Closes: #109 See merge request !337
-
Robert M. O'Bara authored
These were old options from V3 and are no longer needed. Closes: #109
-
- Dec 05, 2016
-
-
Jacob Becker authored
-
Jacob Becker authored
-
Jacob Becker authored
-
- Dec 01, 2016
-
-
8969d1ca Add convenience method for operator outcomes. 88ac683c Fix owningModel() for submodels. 5e50cf48 When importing a session, apply static settings. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yumin Yuan <yumin.yuan@kitware.com> Merge-request: !333
-
- Nov 30, 2016
-
-
David Thompson authored
... so it is easier to create the result at the beginning of an operation and change its status during the operation.
-
David Thompson authored
-
0be26911 Fix build errors for bathymetry test Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !332
-
Haocheng LIU authored
Fix dlfcn.h not found problem.
-
- Nov 23, 2016
-
-
David Thompson authored
Before `ImportJSON::ofLocalSession()` creates a session, it should see if any static settings have been serialized. This is required by some modeling kernels in order to function properly.
-
b7cb1b30 Fix warnings introduced by Bathymetry Operator Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !330
-
Haocheng LIU authored
-
80f750e5 Fix build errors caused by the bathymetryOp commit Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !329
-
Yumin Yuan authored
-
6c197233 Moving Bathymetry Operator into common session(extension-vtk) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !305
-
Haocheng LIU authored
1. Now Bathymetry Operator can be applied to all current four sessions in SMTK. 2. Rewrite the logic for BO, now it is separated into three parts: get common data, apply to model(Tessellation) and apply to mesh(collections). 3. Four new options are provided for BO. User can choose apply to model and mesh at their will. 4. Three new C++ test cases are added. One would test BO for model(.cmb), one would test BO for model and mesh(.2dm) and another would test smtk file polygon session. PS: The speed bottleneck for BO is that when we have a large bathyData(50M), it takes more than 7 min to build the adaptiveKDTree. Meanwhile we are building tree per mesh.
-
- Nov 22, 2016
-
-
e5bd5a5c ENH: Updated to use Aux Geometry Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Jacob Becker <jacob.becker@kitware.com> Merge-request: !328
-
6c5a8482 Add pts reader to auxiliary geometry support acd15ce8 Fixed polygon ExtractContours due to addition of SurfaceExtractContours Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !327
-
Yumin Yuan authored
-
Robert M. O'Bara authored
-
Yumin Yuan authored
-
- Nov 21, 2016
-
-
92fba305 Set the ViewContainer name of qtModelEntityItemCombo to be fixed Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !326
-
23e6f266 remove blank line change 3a34f613 turn opencv stuff off by default 66f30d99 make sure one can turn off opencv stuff a334db75 add the operator ba108892 Merge remote-tracking branch 'origin/master' into add_opencv_filters a649aa0b added beginging of surface labler operator: cb9f9631 moved the opencv image reagion selection code from cmb to smtk Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yumin Yuan <yumin.yuan@kitware.com> Merge-request: !321
-
Yumin Yuan authored
The private view container in QComboBox was assigned an object name automatically if not named. This seems to be unreliable on different platforms which will cause inconsistent test failure on dashboard machines. For example, the ModelBuilderGroupOps test will pass on certain machines, but fail on others because this privateViewContainer seems to get different auto-generated name on some machine, thus cause unrecognized object while playing back the xml script. In this commit, we set the object name for the privateViewContainer so that there is no ambiguity on different machines.
-
- Nov 18, 2016
-
-
dd14ad7d Fix the multiblock display test. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yumin Yuan <yumin.yuan@kitware.com> Merge-request: !325
-
- Nov 17, 2016
-
-
David Thompson authored
The `test2D.json` file contains a model with no child cells; it is unclear how, with the test as it is, they were ever being rendered. Fix the test so that it doesn't direct the multiblock source to use a guess at the model to render. This allows the source to fall back to the default behavior of rendering all the tessellated entities present in the manager, which is what we wanted to begin with.
-
705d8210 Fixed aux-geom entities not showing in list view Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !324
-
Yumin Yuan authored
-
c5888f7f smtk: fix missing include Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !322
-
Jacob Becker authored
-
Jacob Becker authored
-
- Nov 16, 2016
-
-
82e5cd0a Minor update for displaying obj file types 7341372e Improve write speed of (JSON) SMTK model files. 1e76a9a2 Improve operator/item name consistency. b94d6231 Add supported file extensions in AddAuxiliaryGeom op spec ec06afb8 Consolidate some code during loading files for auxiliary geom df76eec5 Made display-separately default and advanced when loading Auxiliary Geom 15a803fa Minor code clean up f03d3ef2 Fix deletion of auxiliary geometry. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !323
-
Yumin Yuan authored
-
David Thompson authored
This reduces large JSON file write times from ~30s to <1s.
-