[Insight-users] [ITK Community] Meaning of an expression in ITK!!

Matt McCormick matt.mccormick at kitware.com
Sun Nov 10 13:07:31 EST 2013


Hi Hana,

This is an initialization list [1].

Hope this helps,
Matt

[1] http://www.cprogramming.com/tutorial/initialization-lists-c++.html

On Sun, Nov 10, 2013 at 12:36 PM, Hana Cherif <hanacherif62 at gmail.com> wrote:
> Hello, insight users!!
>
> What is the meaninig of this expression please::
>
>>>> template <class TScalarType, unsigned int NDimensions, unsigned int
>>>> VSplineOrder> BSplineBaseTransform<TScalarType, NDimensions, VSplineOrder>
>>>> ::BSplineBaseTransform() : Superclass( 0 ),  m_CoefficientImages(
>>>> this->ArrayOfImagePointerGeneratorHelper() )
>>
>>
>
> such as: Superclass is a class predefined , i want to understand what is
> mean the "(0) after "Superclass" and the comma between   Superclass( 0 ) and
> m_CoefficientImages (this is a member of the class BSplineBaseTransform)
>
> Thanks in advance!!
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> 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
>
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/cgi-bin/mailman/listinfo/community
>


More information about the Insight-users mailing list