Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
PNMImageHeader::PixelSpecCount Class Reference

Public Member Functions

 PixelSpecCount (const PixelSpec &pixel, int count)
 
bool operator< (const PixelSpecCount &other) const
 Used to sort the pixels in order from most common to least common.
 

Public Attributes

int _count
 
PixelSpec _pixel
 

Detailed Description

Definition at line 153 of file pnmImageHeader.h.

Constructor & Destructor Documentation

◆ PixelSpecCount()

PNMImageHeader::PixelSpecCount::PixelSpecCount ( const PixelSpec & pixel,
int count )
inline

Definition at line 431 of file pnmImageHeader.I.

Member Function Documentation

◆ operator<()

bool PNMImageHeader::PixelSpecCount::operator< ( const PixelSpecCount & other) const
inline

Used to sort the pixels in order from most common to least common.

Definition at line 442 of file pnmImageHeader.I.

Member Data Documentation

◆ _count

int PNMImageHeader::PixelSpecCount::_count

Definition at line 159 of file pnmImageHeader.h.

◆ _pixel

PixelSpec PNMImageHeader::PixelSpecCount::_pixel

Definition at line 158 of file pnmImageHeader.h.


The documentation for this class was generated from the following files: