[ITK] [ITK-users] Questions about some code

med aweng medswengineer at gmail.com
Wed Jul 23 09:11:02 EDT 2014


Hello,

In the following code:
https://github.com/midas-journal/midas-journal-231/blob/master/Source/itkRunLengthFeaturesTest.cxx

I want to ask about this code portion:

RunLengthFilterType::FeatureValueVectorPointer means =
      runLengthFilter->GetFeatureMeans();
    const RunLengthFilterType::FeatureNameVector* names =
      runLengthFilter->GetRequestedFeatures();

    RunLengthFilterType::FeatureValueVector::ConstIterator mIt =
      means->Begin();
    RunLengthFilterType::FeatureNameVector::ConstIterator nIt =
      names->Begin();

What is it trying to find here? I'm actually facing some issues with
reading the documentation, and thus not able to understand what the classes
above mean.

Thanks for your guidance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20140723/35edc24b/attachment-0001.html>
-------------- next part --------------
_____________________________________
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://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list