TPixel::IsOfType Static Method
C++
static bool IsOfType(Rx::EPixelType ePixelType, Rx::EDataType eDataType)
Queries if this pixel class is of the given pixel type 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. |