Namespace: Rx – Class: CRxImage – Header: Rx.Core.Ex/RxImage.h

CRxImage::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.