ImageData::GetPlane

ImageData::GetPlane
void GetPlane(unsigned index, ImagePlane* pplane) const;
Description

GetPlane copies the specified ImagePlane into the location pointed to by pplane.

Parameters
Parameters 
Description 
unsigned index 
The index value of the desired plane. 
ImagePlane* pplane 
A pointer to an ImagePlane object which will hold the plane data.