- 23 Oct, 2017 7 commits
-
-
David Thompson authored
fa6832df Add some syntactic sugar... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !913
-
David Thompson authored
... to ease conversions between Entity and EntityRef.
-
Haocheng LIU authored
-
Haocheng LIU authored
fde57c55 BUG: Reword Group, Add Auxiliary and Add Image operator 9343d6f6 BUG: Show Selection for grow operator when finishes ca8804e5 BUG: Add BBox check logic for zooming to auxiliary geometry/image Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !912
-
Haocheng LIU authored
-
Haocheng LIU authored
Now CMB is designed to clear all selection when an operation finishes. However for some operators, they need to show selection. A void item is added to operator result to fulfill this purpose.
-
Haocheng LIU authored
vtkAuxiliaryGeometryExtension would set a bounding box for auxiliary geometry when it's loaded in, however entitiyRef has no logic to handle it.
-
- 20 Oct, 2017 1 commit
-
-
David Thompson authored
e7886db8 Add capabilities for SMTK inside ParaView. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !910
-
- 19 Oct, 2017 4 commits
-
-
David Thompson authored
+ Create a new VTK source that reads SMTK model files. + Add a selection manager to smtk::resource that, unlike the smtk::extension::qt::qtSelectionManager, tracks ResourceComponents instead of EntityRefs, MeshSets, and DescriptivePhrases. + Add the husk of a ParaView stand-in for the resource manager, which does not yet exist, to act as a client-server glue layer for selection management. + Add a ParaView behavior to synchronize the selection (a) between ParaView's server-side per-block selections on SMTK representations; and (b) across the client-server connection using ParaView's pqSelectionManager. + Add a ParaView tool bar exposing buttons to filter the SMTK selection. + Rename the smtk::extension::SelectionModifier enum to smtk::resource::SelectionAction. + Change _all_ the `vtkModelMultiBlockSource` outputs to be multiblocks; The glyph mapper accepts multiblocks of vtkPolyData instances for the glyph points, so we should keep each instance's placements as a separate block. This makes it possible to use the new mapper pickability features with instance placements, too.
-
Haocheng LIU authored
8118404f BUG: Show Selection for grow operator when finishes f880fc32 BUG: Reword Group, Add Auxiliary and Add Image operator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !909
-
Haocheng LIU authored
Now CMB is designed to clear all selection when an operation finishes. However for some operators, they need to show selection. A void item is added to operator result to fulfill this purpose.
-
Haocheng LIU authored
-
- 18 Oct, 2017 5 commits
-
-
Alvaro Sanchez authored
-
Alvaro Sanchez authored
5dc157ce Adjusted MinSize in qtModelOperationWidget's QFrame. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !907
-
Alvaro Sanchez authored
5dc157ce Adjusted MinSize in qtModelOperationWidget's QFrame. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !907
-
Haocheng LIU authored
b23949b6 BUG: Add BBox check logic for zooming to auxiliary geometry/image Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !908
-
Haocheng LIU authored
vtkAuxiliaryGeometryExtension would set a bounding box for auxiliary geometry when it's loaded in, however entitiyRef has no logic to handle it.
-
- 17 Oct, 2017 1 commit
-
-
Alvaro Sanchez authored
-
- 16 Oct, 2017 3 commits
-
-
Ben Boeckel authored
62a07e47 vtk: remove vtkInstantiator includes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !906
-
T.J. Corona authored
70a3b4e2 Logger: avoid self-appending. dded869c model::Manager: use singleton logger. 61d9911b Add singleton interface to logger. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !892
-
Ben Boeckel authored
This class is deprecated and should not be included.
-
- 12 Oct, 2017 5 commits
-
-
David Thompson authored
-
David Thompson authored
3ff654fb Fix intermittent crash on model close. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !904
-
David Thompson authored
3ff654fb Fix intermittent crash on model close. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !904
-
David Thompson authored
This fixes cmb!163.
-
Bob Obara authored
f3e1c8d0 ENH: Changes required by ParaView 10/11/2017 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !902
-
- 11 Oct, 2017 1 commit
-
-
Bob Obara authored
1. Needed to replace QVTKWidget with QVTKOpenGLWidget 2. vtkInstantiator is also depricated and there is no replacement The classes deleted where not being used by anyone
-
- 10 Oct, 2017 5 commits
-
-
T.J. Corona authored
e3353099 Introduce operation manager. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !895
-
T.J. Corona authored
Currently, operators register with both the opManager and the session.
-
T.J. Corona authored
5ee94a15 Only allow Multiscale session if python is enabled. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !901
-
T.J. Corona authored
-
T.J. Corona authored
18d615ba CMake/options.h.in: enable mesh sess flag if mesh sess is built Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !899
-
- 09 Oct, 2017 8 commits
-
-
T.J. Corona authored
Prior to this commit, the mesh session was not properly being loaded into ModelBuilder even when its plugin was loaded. This commit transfers the SMTK_ENABLE_MESH_SESSION cmake flag to the smtk library, ensuring that its plugin is properly loaded at runtime.
-
T.J. Corona authored
6392d572 Version.h.in: conditionally undefine major() and minor() Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !898
-
T.J. Corona authored
On some systems, major and minor are defined as macros. If this is one of those systems, undefine these macros before defining the static methods of smtk::common::Version.
-
David Thompson authored
-
David Thompson authored
2cbdde2f Provide a way to force the operator panel to hide... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !896
-
David Thompson authored
2cbdde2f Provide a way to force the operator panel to hide... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !896
-
T.J. Corona authored
016d03b0 MeshServerLauncher: add a means to query # of supported mesh types. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !897
-
T.J. Corona authored
We use the # of supported mesh types as an indicator that a mesh worker has completed initialization and registration with the server.
-