[Insight-users] Testing GPU-based Median Filters

Bill Lorensen bill.lorensen at gmail.com
Wed Jan 13 10:11:09 EST 2010


And,
Insight/Testing/Code/Common/itkObjectFactoryTest2.cxx

loads from a shared library.

Bill

On Wed, Jan 13, 2010 at 1:04 AM, Karthik Krishnan
<karthik.krishnan at kitware.com> wrote:
> On Tue, Jan 12, 2010 at 5:57 PM, Richard Beare <richard.beare at gmail.com> wrote:
>> Hi,
>>
>> Can you provide any examples of how the factory mechanism works with
>> filter classes? I'm familiar with the IO factories but haven't dealt
>> with anything like factories for standard filter classes.
>
> It can work with any subclass of itk::LightObject that creates itself
> with the itkNewMacro.
>
> Take a look at Insight/Testing/Code/Common/itkObjectFactoryTest.cxx
> for an example.
>


More information about the Insight-users mailing list