[vtkusers] I need help, i'm in a trouble but no one answers me!!!
B. C.
butterfly.1688 at yahoo.fr
Wed Sep 10 10:53:16 EDT 2008
Hi David.
Thank you one more time.
Can this help me if i'm coding in c++?
--- En date de : Mer 10.9.08, David Cole <david.cole at kitware.com> a écrit :
De: David Cole <david.cole at kitware.com>
Objet: Re: [vtkusers] I need help, i'm in a trouble but no one answers me!!!
À: butterfly.1688 at yahoo.fr
Cc: vtkusers at vtk.org
Date: Mercredi 10 Septembre 2008, 13h20
The page I pointed you to earlier has a link to test that uses vtkCurvatures:
http://www.vtk.org/doc/nightly/html/c2_vtk_t_2.html#c2_vtk_t_vtkCurvatures
The tcl code for the test is here:
http://public.kitware.com/cgi-bin/viewcvs.cgi/*checkout*/Graphics/Testing/Tcl/TestCurvatures.tcl?root=VTK&content-type=text/plain
Model your own code after that code and you should be on your way...
On Sat, Sep 6, 2008 at 8:42 AM, David Cole <david.cole at kitware.com> wrote:
Did you read the documentation for vtkCurvatures?
http://www.vtk.org/doc/nightly/html/classvtkCurvatures.html
On Sat, Sep 6, 2008 at 5:05 AM, B. C. <butterfly.1688 at yahoo.fr> wrote:
Hi everyone. I don't know why no one helps me to resolve my problem?!!! Pleaaase, i need your help.
I want to extract curvatures from a 3D object (a VRML object).
I know it should be done using vtkCurvatures class and i found some code lines but something is missing.
Can someone help me?
vtkCurvatures *curves = vtkCurvatures::New();
curves->SetCurvatureTypeToMean();
curves->Update();
_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20080910/ca0177a2/attachment.htm>
More information about the vtkusers
mailing list