- 04 Jan, 2018 2 commits
-
-
T.J. Corona authored
3e467788 smtk::view::View: represent as shared in pybind11. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !1012
-
T.J. Corona authored
-
- 03 Jan, 2018 2 commits
-
-
T.J. Corona authored
01ff0ca4 Provide valid construction methods for manager-less mesh collection. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !1011
-
T.J. Corona authored
-
- 28 Dec, 2017 2 commits
-
-
Haocheng LIU authored
df2ae4c9 FEATURE: Add nlohman json support for attribute system ef05814f Rearrange jsonFiles in smtk/io Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1002
-
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.
-
- 21 Dec, 2017 5 commits
-
-
Bob Obara authored
d1876533 ENH: Setting master SMTK to be 3.0.0-development Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1008
-
Bob Obara authored
-
Bob Obara authored
744d77de ENH: Creating SMTK 2.0 Release Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1007
-
Bob Obara authored
-
Haocheng LIU authored
-
- 19 Dec, 2017 5 commits
-
-
Bob Obara authored
-
Bob Obara authored
9ebb42de ENH: Updating Release Version to 1.2.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1006
-
Bob Obara authored
-
T.J. Corona authored
4881da7a Generalize import vtk data to allow for image data. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !989
-
David Thompson authored
d170e474 Add a "composite auxiliary geometry" operator. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !998
-
- 18 Dec, 2017 1 commit
-
-
T.J. Corona authored
aac6fc83 Update elevate/interpolate mesh sbt to avoid advanced groups. c4af42cc Elevate/Interpolate onto mesh: access subgroup parameters correctly. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !990
-
- 13 Dec, 2017 2 commits
-
-
T.J. Corona authored
5b02cfb3 Add missing vtk libraries to support vtk-only smtk. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !1001
-
T.J. Corona authored
-
- 12 Dec, 2017 12 commits
-
-
John Tourtellott authored
75b617f7 Turn polling timer off when disconnected from cumulus 58bed187 Add columns to JobTableModel for number of nodes, number of cores 50b0a9c4 Add includes for std classes 1cc99339 Add job.h to exported headers 0e3c5909 Update/finish logic to store cmb-specific data with job resources 380bc96a Store filesystem path when results are downloaded eb4a22e3 Set formatting for QDateTime columns 77ca078a Update job finish-time when status changes to a terminal state ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1000
-
John Tourtellott authored
Also disable cumulus widget when disconnected from cumulus
-
John Tourtellott authored
a1d96c36 qt extension tests require polygon Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !999
-
John Tourtellott authored
-
John Tourtellott authored
-
John Tourtellott authored
Needed for CMB's qtJobsPanel
-
John Tourtellott authored
* Requires updated cumulus VM "cumulus-slac-10-13-2017" * This commit includes some clang-format updates
-
John Tourtellott authored
-
John Tourtellott authored
-
John Tourtellott authored
JobTableModel emits signal; todo update cumulus
-
John Tourtellott authored
-
John Tourtellott authored
-
- 08 Dec, 2017 2 commits
-
-
David Thompson authored
3ece72e1 Work on the UI for ComponentItem / deprecation of ModelEntityItem. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !997
-
David Thompson authored
+ Move smtk::resource::SelectionManager to smtk::view::Selection. It really isn't a manager; it's a selection. Each instance holds a map enumerating the "degree" to which each component is selected. You can have multiple selections in an application. + Make the ParaView SMTK resource panel respond to selections and emit its own. Note that selecting a summary phrase does not result in entities in its child phrases being selected. This is a departure from the previous phrase view; we may add this functionality into the new resource panel at some point as it satisfies the priniciple of minimum astonishment. The problem is that it requires computation of child phrases, which destroys the lazy nature of the algorithm. + Fix resource handling when deleting sources. + Add a VTK-based attribute "reader" (that produces a pretty empty multiblock but has the side effect of adding a resource to the resource manager when an observer is attached). + Port more code over from old, model-only EntityListPhrase to PhraseList: generate more descriptive titles for lists with many, potentially disparate children. For now, this only deals with model, not mesh or attribute, components. + Adds a currently-uncompiled "unit test" for a component item UI. + When inheriting QStyledItemDelegate, do not call the inherited `paint()` method inside your own as it will draw each item's `Qt::DisplayRole` text overlapping your own.
-
- 07 Dec, 2017 1 commit
-
-
David Thompson authored
This allows auxiliary polydata to be grouped together and then instanced as a single unit. It does not yet allow for hierarchical transforms to be applied to the children, but that is expected at some point once the vtkGlyph3DMapper supports it.
-
- 05 Dec, 2017 2 commits
-
-
Haocheng LIU authored
219a8af1 BUG: Remove dupicate vtkHydroModelPolySource class Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !996
-
Haocheng LIU authored
This class should live in cmb.
-
- 04 Dec, 2017 4 commits
-
-
Alvaro Sanchez authored
51556de5 Check validity of referenced qtMeshItemCombo. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !995
-
Alvaro Sanchez authored
-
Alvaro Sanchez authored
51556de5 Check validity of referenced qtMeshItemCombo. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !995
-
Alvaro Sanchez authored
-