[Insight-users] Cmake and itk question

Luis Ibanez luis.ibanez at kitware.com
Wed Sep 9 10:59:56 EDT 2009


Hi Ali,

In general you don't need to wrap all the elementary classes of ITK.

One method that you may want to try is to write a C++ class that
internally perform all the FEM tasks that you need, and then to
wrap this class to make it available from C#.

BTW:  VTK doesn't provide FEM functionalities, but it will be
           excellent for visualizing the outcome of your models.


    Regards,


         Luis


---------------------------------------------------------------------------------------------
On Wed, Sep 9, 2009 at 10:53 AM, Ali Habib <ali.mahmoud.habib at gmail.com>wrote:

> I am sorry for disturbance  but ,
>
> the managedITK not support ITKFEM , and what after check the
> build_shared_libs
>
> I want all of that to work with finite element analysis , if u have any
> idea in how to implement that even by vtk will be highly appretiated
>
>
> best regards
>
> On Wed, Sep 9, 2009 at 5:49 PM, Luis Ibanez <luis.ibanez at kitware.com>wrote:
>
>> Hi Ali,
>>
>> You can select to build SHARED libraries
>> by turning ON the CMake Option
>>
>>            BUILD_SHARED_LIBS
>>
>>
>> However,
>> If what you want is to use ITK from C#, then you
>> probably should look at ManagedITK.
>>
>>
>> See the Insight Journal paper:
>> http://www.insight-journal.org/browse/publication/151
>>
>> "ManagedITK: .NET Wrappers for ITK"
>> by Mueller D.
>>
>> The code is now hosted at:
>> http://code.google.com/p/manageditk/
>>
>>
>>     Regards,
>>
>>
>>           Luis
>>
>>
>> -------------------------------------------------------------------------
>>
>> On Wed, Sep 9, 2009 at 10:43 AM, Ali Habib <ali.mahmoud.habib at gmail.com>wrote:
>>
>>>  thanks alot
>>>
>>> I did all of that , but the output is c++ library , and I need a .dll to
>>> use it withtin c# , any advice please regard that, I read alot but still
>>> confused
>>>
>>> best regards
>>>
>>>   On Wed, Sep 9, 2009 at 4:32 PM, Luis Ibanez <luis.ibanez at kitware.com>wrote:
>>>
>>>> Hi InfoSeekerr,
>>>>
>>>>
>>>> Simply click on the "Configure" button.
>>>>
>>>> This will trigger CMake to run the configuration process,
>>>> and after a couple of minutes, the red options should turn gray.
>>>>
>>>> At that point, the "Generate" (or "OK") button will appear.
>>>>
>>>> You will find useful to follow the "Getting Started Tutorial"
>>>> http://www.itk.org/ITK/help/tutorials.html
>>>>
>>>>
>>>> http://www.itk.org/CourseWare/Training/GettingStartedI-WebPage/img14.html
>>>>
>>>>
>>>>
>>>>    Regards,
>>>>
>>>>
>>>>           Luis
>>>>
>>>>
>>>> ---------------------------------------------------------
>>>> On Mon, Sep 7, 2009 at 6:14 AM, InfoSeekerr <
>>>> ali.mahmoud.habib at gmail.com> wrote:
>>>>
>>>>>
>>>>> I downloaded the source of ITK and used cmake to build it for visual
>>>>> studio.net
>>>>>
>>>>> a red configuration item appeared , and the generator button still hide
>>>>> how
>>>>> to modify the red properties to make the generate button appear
>>>>>
>>>>> the properties are:
>>>>>
>>>>> Build_DOXYGEN
>>>>> BUILD_EXAMPLE
>>>>> BUILD_SHARED_LIBS
>>>>> BUILD_TESTING
>>>>> CMAKE_BACKWARDS_COMPATABILITY: 2.4
>>>>> CMAKE_INSTALL_PREFIX
>>>>> ITK_USE_KWSTYLE
>>>>>
>>>>> your fast response will be highly appretiated
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/Cmake-and-itk-question-tp25328175p25328175.html
>>>>> Sent from the ITK - Users mailing list archive at Nabble.com.
>>>>>
>>>>> _____________________________________
>>>>> Powered by www.kitware.com
>>>>>
>>>>> Visit other Kitware open-source projects at
>>>>> http://www.kitware.com/opensource/opensource.html
>>>>>
>>>>> Please keep messages on-topic and check the ITK FAQ at:
>>>>> http://www.itk.org/Wiki/ITK_FAQ
>>>>>
>>>>> Follow this link to subscribe/unsubscribe:
>>>>> http://www.itk.org/mailman/listinfo/insight-users
>>>>>
>>>>
>>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090909/6793a7b0/attachment-0001.htm>


More information about the Insight-users mailing list