- 23 Jun, 2014 20 commits
-
-
Oliver Zettinig authored
-
Jakob Weiss authored
fixed bug in core api: desctructor of Runnable does not account for a missing call to start() before destruction
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
moved matrixprocessor to base module; removed obsolete positiondata.h and transformdata.h from openigtlink module; fixed include statements;
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
matrixprocessor now listens for dataAdded signals of the data container. also, documentation of the MatrixProcessor class.
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
contains processing of IMAGE and TRANSFORM messages
-
- 20 Jun, 2014 1 commit
-
-
Christian Schulte zu Berge authored
Itk reader ITK Image reader that supports many more image formats. Example usage edited into the itkfilterdemo pipeline.
-
- 19 Jun, 2014 1 commit
-
-
Jakob Weiss authored
-
- 17 Jun, 2014 1 commit
-
-
Jakob Weiss authored
* supports all file formats that can be read via ITK * does not support image series
-
- 16 Jun, 2014 1 commit
-
-
Christian Schulte zu Berge authored
* SliceExtractor FitToWindow property defaults to true to mimic old behavior per default * PointPredicateRenderArea renders y axis label
-
- 14 Jun, 2014 1 commit
-
-
Christian Schulte zu Berge authored
* Now supports optional scaling and offset of image * Added properties for geometry render style and size * Fixed some scribbling-related bugs
-
- 11 Jun, 2014 3 commits
-
-
Christian Schulte zu Berge authored
Slice extractor scribbe fix as discussed
-
Oliver Zettinig authored
-
Christian Schulte zu Berge authored
-
- 10 Jun, 2014 4 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Datastructures basic datastructures for Matrix and position data
-
Christian Schulte zu Berge authored
Slicerenderer2d slice renderer that applies transfer function, clips image and/or inverts axes. tested only with grayscale input images, but should support color and images as well.
-
Christian Schulte zu Berge authored
* undo changes to .gitignore (regarding SWIG temporary files) * moved implementation of PositionData and TransformData from header to source file
-
- 08 Jun, 2014 3 commits
-
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
-
- 04 Jun, 2014 2 commits
-
-
Christian Schulte zu Berge authored
Mhdreader fix Sorry for the huge commit - only couple of files changed (see commit) :-(
-
Oliver Zettinig authored
-
- 31 May, 2014 1 commit
-
-
Christian Schulte zu Berge authored
-
- 30 May, 2014 1 commit
-
-
Christian Schulte zu Berge authored
Fixed timing issue in CampVisPainter that led CampVisPainter::paint() being called before CampVisPainter::init(). CampVisPainter::paint() now ensures the class (and in particular the shader) to be correctly initialized. fixes #564
-
- 16 May, 2014 1 commit
-
-
Christian Schulte zu Berge authored
Initial implementation of a Lua scripting layer Over the last several months a scripting layer that allows pipelines to be defined in Lua has been developed. It uses SWIG to generate Lua modules with bindings for CAMPVis classes. It is an opt-in feature, and tries to be as non-intrusive to standard CAMPVis code as possible. The implementation of the scripting layer has reached a state where it's possible to write fully-functional pipelines in Lua. In fact, 2 existing pipelines have been reimplemented in Lua for testing purposes and added to the project. In my opinion, this marks a good point to merge the initial implementation into the development branch — that would make it easier to test and improve it. Naturally, there are still many rough edges that should eventually be dealt with, but they can be addressed separately as new features: - bindings coverage is rather low - Lua pipelines currently need to be statically registered - pipeline definition syntax could be streamlined (e.g. by getting rid of the `instance` global variable)
-