On Sat, 2011-12-17 at 16:43 -0800, Antonio Recio wrote:
> When I tried to translate in clojure I get errors.

Like what?

> Where is the error in my clojure code?

Well, I can only guess, but for starters:

>         ren (doto (vtkRenderer.)

`ren' isn't defined, and vtkRenderer isn't in java.lang, so you won't be
able to refer to either of them without more stuff around this.  Same
with `volume'.

>               (-> (.GetActiveCamera) (.SetFocalPoint (.GetCenter volume 0 1 
> 2)))

And why so many args to GetCenter?

-- 
Stephen Compall
^aCollection allSatisfy: [:each|aCondition]: less is better

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to