Namespace: Rx::LFR – Class: CRayImage – Header: Rx.LFR/RayImage.h

CRayImage::IsOfType Method

C++
bool IsOfType(Rx::EPixelType ePixelType, Rx::EDataType eDataType)

Test whether image is of a particular pixel and data type.

Parameters

[Rx::EPixelType] ePixelType

The pixel type.

[Rx::EDataType] eDataType

The data type.

Returns

bool

True if of type, false if not.