Linear access to a plane; More...
Public Member Functions | |
LinearPlaneAccess1D (IntPtr basePtr, IntPtr increment, DataType dataType) | |
Constructor. More... | |
Properties | |
IntPtr | BasePtr [get] |
Pointer to the first component of the plane. | |
IntPtr | Increment [get] |
Increment to the next component of the plane in bytes. | |
DataType | DataType [get] |
The data type of the plane. | |
Linear access to a plane;
LinearPlaneAccess1D | ( | IntPtr | basePtr, |
IntPtr | increment, | ||
DataType | dataType | ||
) |
Constructor.
basePtr | Pointer to the first component of the plane. |
increment | Increment to the next component of the plane in bytes. |
dataType | The data type of the plane. |