"L. Spiro Engine"
Classes | Public Member Functions | Public Attributes

lsi::CImage::LSI_SORTED_PIXEL Struct Reference

#include <LSIImage.h>

List of all members.

Classes

union  LSI_COL

Public Member Functions

LSBOOL LSE_CALL operator< (const LSI_SORTED_PIXEL &_spOther) const
LSBOOL LSE_CALL operator== (const LSI_SORTED_PIXEL &_spOther) const

Public Attributes

union
lsi::CImage::LSI_SORTED_PIXEL::LSI_COL 
u
LSUINT32 ui32Length

Detailed Description

For sorting pixels. Used when creating index tables.


Member Function Documentation

LSBOOL LSE_CALL lsi::CImage::LSI_SORTED_PIXEL::operator< ( const LSI_SORTED_PIXEL _spOther) const

Less-than comparison.

Parameters:
_spOtherObject against which to test.
Returns:
Returns true if this object is lexicographically less than the given object.
LSBOOL LSE_CALL lsi::CImage::LSI_SORTED_PIXEL::operator== ( const LSI_SORTED_PIXEL _spOther) const

Equality comparison.

Parameters:
_spOtherObject against which to test.
Returns:
Returns true if this object is lexicographically equal to the given object.

Member Data Documentation

Length of this pixel.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator