[Ctk-developers] ctkDICOMBrowser

Julien Finet julien.finet at kitware.com
Wed Aug 21 11:14:36 EDT 2013


Hi Jose,

Have you looked at http://www.commontk.org/index.php/Getting_Started ?
There is a link to an example <https://github.com/commontk/Examples> of
integration.

Hth,
Julien.


On Tue, Aug 20, 2013 at 4:47 PM, Jose Ignacio Prieto <
joseignacio.prieto at gmail.com> wrote:

> Hi all, I was working in other areas of my project and now I would like to
> retake CTK. I have a simple qt+vtk+itk example. I want to add the double
> slider widget. How can I cmake that? If you have an example that would be
> great, I haven't found any.
> Thanks
> Ignacio
>
>
> On Tue, Jul 9, 2013 at 8:04 PM, Steve Pieper <pieper at ibility.net> wrote:
>
>> Hi Jose -
>>
>> The pieces in ctk are maybe best used by mixing and matching at the
>> widget level to get the behavior you are looking for at the application
>> level.  The ctkDICOM application uses a single ctkDICOMAppWidget which puts
>> them together in a particular way that is integrated into Slicer and MITK,
>> but with some customizations on both implementations (let us know if you
>> want pointers to the code).
>>
>> You can find the dicom-specific widgets and the other pieces, like the
>> date range, search boxes, etc in the widget gallery [1].
>>
>> Note that the ctkDICOMBrowser is a newer work-in-progress that addresses
>> some of the limitations we found with the older code.  We were just working
>> on it a month or so ago [2] so it may or may not be ready to drop into your
>> application.
>>
>> Note that the browsers (older and newer) is meant to be used with a
>> ctkDICOMDatabase, so it's an import step followed by a browse step, not
>> just a file browser.
>>
>> Hope ctk is useful for you - feel free to make suggestions as you
>> investigate,
>> -Steve
>>
>> [1] http://www.commontk.org/index.php/Documentation/ImageGallery
>>
>> [2]
>> http://www.commontk.org/index.php/CTK-Hackfest-May-2013#DICOM_Database_and_Networking
>>
>>
>> On Tue, Jul 9, 2013 at 11:11 AM, Jose Ignacio Prieto <
>> joseignacio.prieto at gmail.com> wrote:
>>
>>> Hi, I hope this is the correct mailing list because I didn't see any
>>> ctk-users...
>>>
>>> I am trying to implement the ctk dicom browser in my application,
>>> replacing my old qt+itk+gdcm file browser. I want it to start from a button
>>> signal in my app, what should I do? Should I inherit ctkDICOMBrowser or
>>> ctkDICOMBrowserPrivate? I don't want to use the plugin framework from ctk.
>>>
>>> Thank you very much.
>>>
>>> Jose
>>> --
>>> José Ignacio Prieto
>>> celular(nuevo): 94348182
>>>
>>> _______________________________________________
>>> Ctk-developers mailing list
>>> Ctk-developers at commontk.org
>>> http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers
>>>
>>>
>>
>
>
> --
> José Ignacio Prieto
> celular(nuevo): 94348182
>
> _______________________________________________
> Ctk-developers mailing list
> Ctk-developers at commontk.org
> http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/ctk-developers/attachments/20130821/c78af211/attachment.html>


More information about the Ctk-developers mailing list