[vtkusers] HELP: TCL to C++
Amy Henderson
amy.henderson at kitware.com
Thu May 6 09:20:40 EDT 2004
Hi Marisa,
The FitEllipse code that was in vtkPolyLine was removed in September of
2001, so the FitEllipse test doesn't work. It isn't run as a test any more
either, and should probably be removed. Since it doesn't work in Tcl
(because the FitEllipse method was removed), it isn't worth your time to
convert it to C++.
- Amy
At 08:50 AM 5/6/2004, marisa aurelio wrote:
>Hi you all...
>
>I have this piece of code in tcl, which is on the
>C:\...\VTK\Graphics\Testing\Tcl\FitEllipse.tcl file.
>
>How can I put this in c++??
>
>...
>vtkPolyLine polyline
>set Coefficients [polyline FitEllipse points 0 1]
>for { set i 0 } { $i < [llength $Coefficients] } { incr i } {
> set a$i [lindex $Coefficients $i]
>}
>...
>
>Thanks in advance.
>Marisa
>
>_________________________________________________________________
>The new MSN 8: smart spam protection and 2 months FREE*
>http://join.msn.com/?page=features/junkmail
>
>_______________________________________________
>This is the private VTK discussion list. Please keep messages on-topic.
>Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list