Gonzalo,
I learned Mitk by tutorials, Itk by the guide and vtk by experiments.
if you want to use a class like: vtkPolyData and its functions, you simply
search this class in the web/documentations, and find all the data you need
like the examples and tests which usually described after the general
information of that class.
another opportunity is to find via the dialog box of c++:
for example: if you write in visual studio vtkSmartPointer<vtkPolyData>
poly = vtkSmartPointer<vtkPolyData>;
the next time you'll write poly and an arrow after it (->) all the
functions will be appear in a pop up little window next to the poly.
regarding vtk: this link will help you.
http://www.vtk.org/Wiki/VTK/Examples/Cxx
Hope you'll find my explanation helpful.
Hila
On Thu, May 10, 2012 at 12:41 PM, Gonzalo Amadio <[email protected]>wrote:
> Thank u all, I will try to use what you tell me and let you know if it was
> ok. =)
>
> I only find this examples : http://docs.mitk.org/nightly/examples.html,
> and the mitk tutorial.
>
> But are there more examples, somewhat specific for each class, or
> something like that?
>
> --
> --------
> Gonzalo Amadio
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> mitk-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mitk-users
>
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users