Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
dc3cf8e7
Commit
dc3cf8e7
authored
Aug 05, 2014
by
Christian Schulte zu Berge
Browse files
Replacing processor's error messages with debug level messages when input data not present.
parent
961b032c
Changes
24
Hide whitespace changes
Inline
Side-by-side
core/pipeline/raycastingprocessor.cpp
View file @
dc3cf8e7
...
...
@@ -169,7 +169,7 @@ namespace campvis {
}
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
}
...
...
core/pipeline/slicerenderprocessor.cpp
View file @
dc3cf8e7
...
...
@@ -123,10 +123,8 @@ namespace campvis {
}
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
validate
(
INVALID_RESULT
);
}
void
SliceRenderProcessor
::
updateProperties
(
DataContainer
&
dc
)
{
...
...
@@ -151,17 +149,12 @@ namespace campvis {
p_scalingFactor
.
setVisible
(
!
p_fitToWindow
.
getValue
());
p_offset
.
setVisible
(
!
p_fitToWindow
.
getValue
());
validate
(
AbstractProcessor
::
INVALID_PROPERTIES
);
}
void
SliceRenderProcessor
::
updateShader
()
{
std
::
string
header
=
getGlslHeader
();
_shader
->
setHeaders
(
header
);
_shader
->
rebuild
();
validate
(
AbstractProcessor
::
INVALID_SHADER
);
}
void
SliceRenderProcessor
::
onEvent
(
tgt
::
Event
*
e
)
{
...
...
modules/advancedusvis/processors/advancedusfusion.cpp
View file @
dc3cf8e7
...
...
@@ -149,7 +149,7 @@ namespace campvis {
}
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
}
...
...
modules/advancedusvis/processors/pointpredicateevaluator.cpp
View file @
dc3cf8e7
...
...
@@ -153,7 +153,7 @@ namespace campvis {
LGL_ERROR
;
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
}
...
...
modules/advancedusvis/processors/pointpredicateraycaster.cpp
View file @
dc3cf8e7
...
...
@@ -138,7 +138,7 @@ namespace campvis {
}
}
else
{
L
ERROR
(
"Could not load Voxel Predicate Mask Image."
);
L
DEBUG
(
"Could not load Voxel Predicate Mask Image."
);
}
}
...
...
modules/advancedusvis/processors/scanlinedistributioncomputation.cpp
View file @
dc3cf8e7
...
...
@@ -128,7 +128,7 @@ namespace campvis {
LGL_ERROR
;
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
}
...
...
modules/devil/processors/devilimagereader.cpp
View file @
dc3cf8e7
...
...
@@ -138,7 +138,7 @@ namespace campvis {
}
}
else
{
L
ERROR
(
"Could not load image."
);
L
DEBUG
(
"Could not load image."
);
}
}
}
\ No newline at end of file
modules/io/processors/mhdimagewriter.cpp
View file @
dc3cf8e7
...
...
@@ -137,7 +137,7 @@ namespace campvis {
}
}
else
{
L
ERROR
(
"Could not get Image to write from DataContainer."
);
L
DEBUG
(
"Could not get Image to write from DataContainer."
);
}
}
...
...
modules/preprocessing/processors/glgaussianfilter.cpp
View file @
dc3cf8e7
...
...
@@ -209,7 +209,7 @@ namespace campvis {
}
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
}
...
...
modules/preprocessing/processors/glgradientvolumegenerator.cpp
View file @
dc3cf8e7
...
...
@@ -115,7 +115,7 @@ namespace campvis {
LGL_ERROR
;
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
}
...
...
modules/preprocessing/processors/glimageresampler.cpp
View file @
dc3cf8e7
...
...
@@ -112,7 +112,7 @@ namespace campvis {
LGL_ERROR
;
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
}
...
...
modules/preprocessing/processors/glintensityquantizer.cpp
View file @
dc3cf8e7
...
...
@@ -121,7 +121,7 @@ namespace campvis {
LGL_ERROR
;
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
}
...
...
modules/preprocessing/processors/glmorphologyfilter.cpp
View file @
dc3cf8e7
...
...
@@ -133,7 +133,7 @@ namespace campvis {
}
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
}
...
...
modules/preprocessing/processors/glsignaltonoiseratiofilter.cpp
View file @
dc3cf8e7
...
...
@@ -113,7 +113,7 @@ namespace campvis {
LGL_ERROR
;
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
}
...
...
modules/preprocessing/processors/glvesselnessfilter.cpp
View file @
dc3cf8e7
...
...
@@ -162,7 +162,7 @@ namespace campvis {
}
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
}
...
...
modules/vis/processors/depthdarkening.cpp
View file @
dc3cf8e7
...
...
@@ -134,7 +134,7 @@ namespace campvis {
data
.
addData
(
p_outputImage
.
getValue
(),
new
RenderData
(
_fbo
));
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
}
...
...
modules/vis/processors/eepgenerator.cpp
View file @
dc3cf8e7
...
...
@@ -212,7 +212,7 @@ namespace campvis {
}
}
else
{
L
ERROR
(
"No suitable input image or proxy geometry found."
);
L
DEBUG
(
"No suitable input image or proxy geometry found."
);
}
}
...
...
modules/vis/processors/geometryrenderer.cpp
View file @
dc3cf8e7
...
...
@@ -206,7 +206,7 @@ namespace campvis {
data
.
addData
(
p_renderTargetID
.
getValue
(),
new
RenderData
(
_fbo
));
}
else
{
L
ERROR
(
"No suitable input geometry found."
);
L
DEBUG
(
"No suitable input geometry found."
);
}
}
...
...
modules/vis/processors/mprrenderer.cpp
View file @
dc3cf8e7
...
...
@@ -159,7 +159,7 @@ namespace campvis {
}
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
}
...
...
modules/vis/processors/proxygeometrygenerator.cpp
View file @
dc3cf8e7
...
...
@@ -79,7 +79,7 @@ namespace campvis {
}
}
else
{
L
ERROR
(
"No suitable input image found."
);
L
DEBUG
(
"No suitable input image found."
);
}
}
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment