How to iterate over each Superpixel?

Hi, I used ITK’s SLIC algo on 3D image and now for each slice I want to iterate over each segment(super pixels) in each 2D slice and extract intensity values for them. Does anyone guide what would be best possible way to do it?