<div dir="ltr"><div><div><div><div>Hi,<br><br></div>Following the code here: <a href="https://github.com/ComplexSystemsModeling/DCMTK-ITK/blob/master/Modules/Numerics/Statistics/test/itkScalarImageToRunLengthMatrixFilterTest.cxx">https://github.com/ComplexSystemsModeling/DCMTK-ITK/blob/master/Modules/Numerics/Statistics/test/itkScalarImageToRunLengthMatrixFilterTest.cxx</a><br>
<br></div>I came to the following statement:<br><br><div class="" id="LC123"><span class="">FilterType</span><span class="">::</span><span class="">OffsetVectorPointer</span> <span class="">offsetV</span> <span class="">= FilterType</span><span class="">::</span><span class="">OffsetVector</span><span class="">::</span><span class="">New</span><span class="">();</span></div>
<br></div>- What do "<span class="">OffsetVectorPointer" and "OffsetVector" mean? Why do we need them here?<br><br></span></div><span class="">- I tried to find the documentation for them, but couldn't find the documentation. Do you know a link that refers to those?<br>
<br>Thanks.<br></span></div>