[vtkusers] vtkImplicitBoolean bug
    h.huisman at rad.umcn.nl 
    h.huisman at rad.umcn.nl
       
    Tue Aug  6 05:55:15 EDT 2002
    
    
  
Hi,
Think I noticed a bug in vtkImplicitBoolean (IB). I use IB to combine 
AND transform several implicitfunctions. However, the transform doesn't 
seem to be working. Running debugger (ddd) I noticed that the 
ImplicitBoolean::EvaluateFunction(x)  doesn't use the IB transformation. I 
would expect 
	xt = IB->Transform(x)
and then
	f = IF(xt)
whereas it now directly calls 
	f = IF(x)
avoiding the transformation. 
Hope somebody can shine a light on this one.
Henkjan
---------------------------------------------------------------------
H.J. Huisman, PhD, MSEE       E : h.huisman at rad.umcn.nl
Biomedical Physicist          T : +31 24 3617536/14545
Dept. Radiology               F : +31 24 3540866
UMC St. Radboud               S : 430 Radiologie/POBox 9101/
                                  6500HB Nijmegen/Netherlands
    
    
More information about the vtkusers
mailing list