[Insight-developers] ITK convention between #include "" and #include <>

Karthik Krishnan karthik.krishnan at kitware.com
Wed Jun 23 02:37:59 EDT 2010


In general its, <> for system includes (STL etc) and " for the others.

On Wed, Jun 23, 2010 at 3:18 AM, Sean McBride <sean at rogue-research.com>wrote:

> Hi all,
>
> Does ITK have a convention for using #include "" vs #include <> ?
>
> For example in itkMatrix.h:
> <http://public.kitware.com/cgi-bin/viewcvs.cgi/Code/Common/itkMatrix.h?
> root=Insight&view=markup<http://public.kitware.com/cgi-bin/viewcvs.cgi/Code/Common/itkMatrix.h?%0Aroot=Insight&view=markup>
> >
>
> Why does it do both:
>
> #include "vnl/algo/vnl_matrix_inverse.h"
>
> and
>
> #include <vnl/algo/vnl_determinant.h>
>
> Is this a bug or feature?
>
> Cheers,
>
> --
> ____________________________________________________________
> Sean McBride, B. Eng                 sean at rogue-research.com
> Rogue Research                        www.rogue-research.com
> Mac Software Developer              Montréal, Québec, Canada
>
>
> _______________________________________________
> 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://kitware.com/products/protraining.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-developers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20100623/5667c15c/attachment.htm>


More information about the Insight-developers mailing list