Efficient Extraction of Single Slices from 3D Image Data without Scalar Data Looping

What is the quickest method to extract a single slice from any axis of the 3D imageData? For example, if I need slice number 10 in the J direction of the imageData, I prefer to avoid the need for looping over scalar data.