[ITK-users] ConstIterator

Williams, Norman K norman-k-williams at uiowa.edu
Tue Jul 29 12:38:55 EDT 2014


The documentation for ITK classes is contained in the source code; the web documentation is generated from the source code periodically.

Feel free to sign up to submit changes to ITK — instructions are here: http://www.itk.org/Wiki/ITK/Git

Documentation fixes and additions are always welcome.

In this case, the meaning of ConstIterator vs Iterator was probably assumed to be obvious, because experienced C++ programmers would be familiar with std::iterator and std::const_iterator.

From: med aweng <medswengineer at gmail.com<mailto:medswengineer at gmail.com>>
Date: Thursday, July 24, 2014 at 5:09 AM
To: Marco Ulgelmo <marco.ulge at gmail.com<mailto:marco.ulge at gmail.com>>
Cc: Insight <insight-users at itk.org<mailto:insight-users at itk.org>>
Subject: Re: [ITK-users] ConstIterator

Thanks Marco. Is that description in the itk documentation? I really couldn't find such clear explanation.

Thanks.


On Thu, Jul 24, 2014 at 12:07 PM, Marco Ulgelmo <marco.ulge at gmail.com<mailto:marco.ulge at gmail.com>> wrote:
A ConstIterator an iterator which is used to iterate over a constant container, which means that data in the container can't be modified (unless you use const_cast). You can find it in the ITK documentation.

Marco


2014-07-24 11:47 GMT+02:00 med aweng <medswengineer at gmail.com<mailto:medswengineer at gmail.com>>:
Hello,

What is the purpose of the "ConstIterator". Where can I find its description?

Thanks.

_____________________________________
Powered by www.kitware.com<http://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://public.kitware.com/mailman/listinfo/insight-users





________________________________
Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged.  If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited.  Please reply to the sender that you have received the message in error, then delete it.  Thank you.
________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20140729/6acbc8c8/attachment.html>


More information about the Insight-users mailing list