- 09 Nov, 2017 3 commits
-
-
Emmanuel Promayon authored
-
Emmanuel Promayon authored
see TODO for list of things to finish. This first test compiles but is not complete. The complete rewrite allows for a clear/real separation of data and GUI (as it should be)
-
Emmanuel Promayon authored
-
- 08 Nov, 2017 2 commits
-
-
Emmanuel Promayon authored
Divide and conquer / easier to undestand / easier to maintain...
-
Emmanuel Promayon authored
-
- 07 Nov, 2017 4 commits
-
-
Emmanuel Promayon authored
-
Emmanuel Promayon authored
no need for this
-
Emmanuel Promayon authored
-
Emmanuel Promayon authored
data are now displayed using the right scale
-
- 06 Nov, 2017 1 commit
-
-
Emmanuel Promayon authored
-
- 09 Mar, 2017 1 commit
-
-
Emmanuel Promayon authored
Signed-off-by:
Emmanuel Promayon <Emmanuel.Promayon@univ-grenoble-alpes.fr>
-
- 26 Jul, 2016 5 commits
-
-
Emmanuel Promayon authored
Indent 'switch' blocks so that the 'case X:' statements are indented in the switch block Result after adding the --indent-switches option to astyle Signed-off-by:
Emmanuel Promayon <Emmanuel.Promayon@imag.fr>
-
Emmanuel Promayon authored
Result after adding the --align-pointer=type option to astyle Signed-off-by:
Emmanuel Promayon <Emmanuel.Promayon@imag.fr>
-
Emmanuel Promayon authored
Result after adding the --add-brackets option to astyle Signed-off-by:
Emmanuel Promayon <Emmanuel.Promayon@imag.fr>
-
Emmanuel Promayon authored
Result after adding the --break-closing-brackets to astyle Signed-off-by:
Emmanuel Promayon <Emmanuel.Promayon@imag.fr>
-
Emmanuel Promayon authored
This is the result of running a basic astyle --style=java -R *.cpp *.h Signed-off-by:
Emmanuel Promayon <Emmanuel.Promayon@imag.fr>
-
- 15 Apr, 2016 1 commit
-
-
Emmanuel Promayon authored
-
- 15 Mar, 2016 1 commit
-
-
saubatn authored
-
- 12 Feb, 2016 1 commit
-
-
jean-loup authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2279 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 06 Jan, 2016 1 commit
-
-
saubatn authored
FIXED (since rev 2173 - 2177) bug 117 FIXED (since rev 2173 - 2177) bug 167 git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2178 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 05 Jan, 2016 1 commit
-
-
saubatn authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2172 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 15 Oct, 2015 1 commit
-
-
jean-loup authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2130 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 18 Jun, 2015 1 commit
-
-
promayon authored
NEW complete rewrite of the physical model component, now called PMLComponent (based on Nicolas's great work in the incubator) Way much faster than CamiTK 3.4.0 for PML! NEW PMLExplorer action: explore all data (based on Nicolas's great work) NEW CreateSC action: create a new PML StructuralComponent based on the current selection NEW scalar data array can now be displayed at will FIXED action viewer can now be reduced horizontally even after an action widget had set it to a fixed size FIXED ActionWidget looks better (well let me know if you think the opposite) by opposite) by using a QToolBox for the description and targets (this leave more space for the parameters object controller) FIXED picking was calling the method twice (2x faster now!) FIXED Action documentation (to explain how to take the user interaction immediately using Qt event catching) FIXED crash due to MeshComponent in getSelection(QString) method with unknown name FIXED various code cleaning FIXED remove data array now (partially) implemented FIXED removed coreschema (obsolet, use cepcoreschema) FIXED vector graphics screenshots now back working (note: transparency is not well handle, due to vtk limitation, Vtk 6 has a much better support with vtkGL2PSExporter...) FIXED viewer gradient background can now be turn off/on again FIXED debian packaging bug due to the use of cmake 3.2.2-2 and missing path to ITKConfig.cmake FIXED remove timestamp for doxygen generation (fix reproducibility building in debian) FIXED ObjectController can now be used for editing class that have an Q_INVOKABLE getProperty(..) method but that are declared outside the camitk namespace! FIXED renamed "ctr" prefixed local variable FIXED crash in MeshComponent when constructor is aborted by an exception git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2072 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 16 Mar, 2015 1 commit
-
-
mat authored
[UPDATED] Mesh selection : merge/add/substract Mesh data : visualisation and management [NEW] Action Extract Selection Action Compute Normals Action Append Meshes git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2040 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 05 Mar, 2015 1 commit
-
-
saubatn authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2038 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 16 Oct, 2014 1 commit
-
-
barraud authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1938 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 08 Oct, 2014 1 commit
-
-
saubatn authored
FEATURE 600 Reformat source code using Java style coding convention (by using artistic style 'astyle' program). git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1904 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 03 Jul, 2014 1 commit
-
-
saubatn authored
NEW PropertyExplorer Tabs are selected according to currently selected component context. Each component now has an index of PropertyExplorer tab to display WHEN the PropertyExplorer calls its refresh() method. In fact, in component stores an index. This one is modified by ImageComponent (pixel picked for selection), MeshComponent (cells / nodes selection) and PropertyExplorer itself (when user changes manually the tab). git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1597 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 01 Jul, 2014 1 commit
-
-
promayon authored
NEW action to generate SOFA scene + MML document from a tetrahedral model (with default behavior, as well as selected node null translation constraint) FIXED now using vtk smart pointer for selection (vtk pointer should be banned) FIXED mispelling in enum git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1594 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 02 Jun, 2014 1 commit
-
-
cfouard authored
NEW Handling of image image orientation step 1: ImageComponent must now be in RAI orientation, Axial, Coronal and Sagittal are now in real medical orientation (as long as the ImageComponent is loaded in RAI convention) FIXED first step to fix bug 12 NEW Frame Service ! A new CamiTK Service handling position of Components in space. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1540 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 14 May, 2014 1 commit
-
-
mat authored
Take in count "physical names" of the msh format when creating regions When a data array is added to a MeshComponent, mark it as active git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1505 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 13 May, 2014 2 commits
-
-
https://bugzilla-timc.imag.fr/show_bug.cgi?id=71saubatn authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1504 ec899d31-69d1-42ba-9299-647d76f65fb3
-
saubatn authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1502 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 06 Apr, 2014 1 commit
-
-
mat authored
NEW Area selection of cells and points for meshes (RenderWidget and InteractiveViewer classes modified) UPDATED Selection management using Qt model/view paradigm (MeshSelectionModel class added) NEW Data management for meshes using Qt model/view paradigm (MeshComponent class modified, MeshDataModel class added) NEW Action for computing polydata curvatures (ComputeCurvatures) git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1399 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 27 Mar, 2014 1 commit
-
-
mat authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1378 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 26 Mar, 2014 1 commit
-
-
mat authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1374 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 17 Feb, 2014 1 commit
-
-
promayon authored
NEW No more "*" at the end of read/only properties (now that the default view is BUTTON, read-only GUI is clear enough) NEW read only properties are now in italic NEW Giving a unit is mandatory for CamiTK Property (even if it is ""), if not empty, the unit description is added automatically at the beginning of the description UPDATED MeshComponentn and VtkMeshComponent use now CamiTK Property instead of (old way) dynamic properties FIXED (unreported bug) VtkMeshComponent colors are now back to normal (i.e., VTK default values for ambiant, diffuse, etc...) git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1273 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 31 Jan, 2014 1 commit
-
-
promayon authored
FEATURE 9: property description automatically appears a tooltip (rich text allowed) NEW property now automatically handles steps, min and max value, precision (decimals) for double/int, as well regExp for QString, QString list for enum and NEW class camitk::Property to decorate Qt Meta Property NEW Component::addProperty method (RECOMMENDED from now) NEW Action::addParameter method (RECOMMENDED from now), see CleanPolyData action for an example git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1230 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 09 Jan, 2014 1 commit
-
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1186 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 06 Jan, 2014 1 commit
-
-
promayon authored
FIXED CMake configuration for mml tool applications git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@1180 ec899d31-69d1-42ba-9299-647d76f65fb3
-