[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/insight-users/attachments/20140723/35edc24b/attachment.html>


More information about the Insight-users mailing list