PCL
pcl::ICCProfile::Info Class Reference

A structure to hold descriptive data about ICC profiles. More...

#include <ICCProfile.h>

Public Member Functions

 Info (const String &a_description, const String &a_path=String())
 
bool operator< (const Info &x) const
 
bool operator== (const Info &x) const
 

Public Attributes

String description
 Description of an ICC profile.
 
String path
 Full path to an ICC profile disk file.
 

Detailed Description

The ICCProfile::Info structure is designed to be used with the ICCProfile::FindProfilesByColorSpace() utility function.

Definition at line 830 of file ICCProfile.h.

Constructor & Destructor Documentation

◆ Info()

pcl::ICCProfile::Info::Info ( const String a_description,
const String a_path = String() 
)
inline

Constructs an ICCProfile::Info structure.

Definition at line 838 of file ICCProfile.h.

Member Function Documentation

◆ operator<()

bool pcl::ICCProfile::Info::operator< ( const Info x) const
inline

Less than relational operator. ICCProfile::Info objects are sorted by their profile descriptions

Definition at line 857 of file ICCProfile.h.

References description.

◆ operator==()

bool pcl::ICCProfile::Info::operator== ( const Info x) const
inline

Equality operator. Two ICCProfile::Info objects are equal if their profile descriptions are equal.

Definition at line 848 of file ICCProfile.h.

References description.


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