<div dir="ltr"><div><div><div><div><div><div>Hi Matt,<br><br></div>I would like to use itk::ThreadedIteratorRangePartitioner with itk::Mesh::PointsContainer or itk::Mesh::CellsContainer (i.e. itk::VectorContainer or itk::MapContainer).<br><br></div>At first, I am trying to add one test which basically duplicates itkThreadedIteratorRangePartitionerTest for the case of itk::VectorContainer, you can find a patch here:<br><br>     <a href="http://review.source.kitware.com/#/c/20079/">http://review.source.kitware.com/#/c/20079/</a><br><br></div>I have compilation errors, due to the fact that internally itk::ThreadedIteratorRangePartitioner uses std::distance and std::advance which requires some typedefs which are not available for itk::VectorContainer iterators...<br><br></div>Should I keep on working in that direction? I mean to try to fix these classes for itk container's iterator (adapt it for these cases)? Make specialization?<br><br></div>Thanks,<br></div>Arnaud<br></div>