[vtkusers] logical 'not' for vtkImplicitBoolean
Andreas St
andy_s_18 at yahoo.de
Thu Dec 11 04:08:48 EST 2008
Hello,
I still need to get the values outside of a vtkSuperquadric in Java. In this
case the vtkSuperquadric always has toroidal shape.
For vtkQuadric I can simply negate each coefficient but for the
vtkSuperquadric I can't access the coefficients.
I tried to extend the class to change the return values of
"EvaluateFunction" but it seems that this method is never called.
Can anyone give me a hint how to achieve this?
Andreas St wrote:
>
> Hello VTK users,
>
> I am using the vtkImplicitBoolean to combine vtkQuadric and
> vtkSuperquadric to a new geometry.
> I need to evaluate logical expressions which I get in text-form. Each
> surface is represented by an index pointing to the corresponding
> vtkImplicitFunction.
> The expressions look like: (1 2):(3 -1)
> (blank means intersection, colon is a union and minus should result in the
> complement of the surface)
>
> to implement "(3 -1)" it is possible to use the difference-operator, but
> if I had to evaluate "(-3 -1)" for example,
> there is no solution to me.
> Can anyone tell me how to complement a vtkImplicitFuntcion?
>
--
View this message in context: http://www.nabble.com/logical-%27not%27-for-vtkImplicitBoolean-tp20849773p20951918.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list