Closed jcfr closed 8 years ago
This commit introduces the VectorSampleSizeType typedef facilitating the writing of code working with the type returned by the VectorSampleType::GetSize().
VectorSampleSizeType
VectorSampleType::GetSize()
For reference, VectorSampleType is itk::Statistics::ListSample< VectorType >.
VectorSampleType
itk::Statistics::ListSample< VectorType >
See https://itk.org/Doxygen/html/classitk_1_1Statistics_1_1ListSample.html#aa9d5f695ba9713e5dfe45a7ad0956551
xref Slicer/Slicer#485
Cc: @fedorov @naucoin @gaoyi
This commit introduces the
VectorSampleSizeType
typedef facilitating the writing of code working with the type returned by theVectorSampleType::GetSize()
.For reference,
VectorSampleType
isitk::Statistics::ListSample< VectorType >
.See https://itk.org/Doxygen/html/classitk_1_1Statistics_1_1ListSample.html#aa9d5f695ba9713e5dfe45a7ad0956551