- 27 Oct, 2014 1 commit
-
-
Christian Schulte zu Berge authored
Reordered some instructions in GenericOptionProperty<T> constructor to avoid unnecessary debug messages.
-
- 24 Oct, 2014 12 commits
-
-
Christian Schulte zu Berge authored
Refactor camera api See merge request !101
-
Christian Schulte zu Berge authored
Fixed Cppcheck issue in mprrenderer.cpp Updated visual regression testing reference images (checked) refs #141
-
Christian Schulte zu Berge authored
refs #141
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
refs #141
-
Christian Schulte zu Berge authored
* Removed CameraProperty, CameraPropertyWidget and TrackballNavigationEventListener * replaces all known occurrences of the above three with the new TrackballCameraProvider processor * introduced TrackballCameraProvider::reinitializeCamera() refs #141
-
Christian Schulte zu Berge authored
signal::connect() now checks whether there exists already a connection to the same slot. In this context, removed some redundant signal-slot connections.
-
Christian Schulte zu Berge authored
Fixed double connection to same slot of s_changed signal in VisualizationProcessor.
-
Christian Schulte zu Berge authored
Further work on refactoring the camera API. Added proof-of-concept implementation into VolumeRenderer and VolumeExplorer: refs #141
-
Christian Schulte zu Berge authored
Further work on refactoring the camera API. Added proof-of-concept implementation into MprRenderer and MprDemo. Thereby fixed various issues of the new CameraData API that occured: * tgt::Navigation::updateClippingPlanes() yielding NaNs if the scene bounds were not defined * NumericProperty yielding endless loops in case of NaN values * Updated AbstractProcessor::process() to automatically validate level XYZ after calling updateXYZ(). * Adapted changes through renaming tgt into cgt refs #141 refs #386
-
Christian Schulte zu Berge authored
* Introducing new data type CameraData * Introducing CameraProvider and TrackballCameraProvider processors (in base module) * Introducing AbstractProcessor::ignorePropertyChanges() and AbstractProcessor::observePropertyChanges() * Added debug output to NumericProperty if it clamps values to the property's value range refs #141
-
Christian Schulte zu Berge authored
Fork tgt See merge request !100
-
- 23 Oct, 2014 9 commits
-
-
Christian Schulte zu Berge authored
refs #386
-
Christian Schulte zu Berge authored
refs #386
-
Christian Schulte zu Berge authored
refs #386
-
Christian Schulte zu Berge authored
refs #386
-
Christian Schulte zu Berge authored
refs #386
-
Christian Schulte zu Berge authored
refs #386
-
Christian Schulte zu Berge authored
refs #386
-
Christian Schulte zu Berge authored
refs #386
-
Christian Schulte zu Berge authored
-
- 22 Oct, 2014 14 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Ivus tissueclassification See merge request !99
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Improved color mixing of predicate-based classification.
-
Christian Schulte zu Berge authored
* Replaced two assertions in PointPredicateHistogramProperty with ifs and LERRORs. * Minor adjustments in IvusTcDemo.
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Fixed PointPredicateHistogramProperty::addSharedProperty() sharing the properties the wrong way around.
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Introducing IvusTcSliceExtractor processor using Predicate Histogram Widget for classification setup. So far just a draft - it is working but the results are not really beautiful.
-
Christian Schulte zu Berge authored
Implemented reading of whole directory structure and post-processing of tissue classification into a single multi-channel image into IvusTcDemo pipeline.
-
Christian Schulte zu Berge authored
* Introducing IvusBatchReader processor to read an IVUS volume from a batch of 2D images * Introducing IvusTcDemo pipeline stub
-
- 17 Oct, 2014 4 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Refactor opengl api See merge request !98
-
Christian Schulte zu Berge authored
* Tied tgt::OpenGLJobProcessor and tgt::OpenGLGarbageCollector closer together regarding OpenGL garbage collection * AutoEvaluationPipeline checks for valid OpenGL state after each processor call (only in debug)
-