ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::BitmapColor< T > Struct Template Reference

#include <bitmap.h>

Public Member Functions

 BitmapColor ()
 
 BitmapColor (const T gray)
 
 BitmapColor (const T r, const T g, const T b)
 
template<typename D >
BitmapColor< D > Cast () const
 
bool operator== (const BitmapColor< T > &rhs) const
 
bool operator!= (const BitmapColor< T > &rhs) const
 

Public Attributes

r
 
g
 
b
 

Detailed Description

template<typename T>
struct colmap::BitmapColor< T >

Definition at line 30 of file bitmap.h.

Constructor & Destructor Documentation

◆ BitmapColor() [1/3]

template<typename T >
colmap::BitmapColor< T >::BitmapColor

Definition at line 209 of file bitmap.h.

◆ BitmapColor() [2/3]

template<typename T >
colmap::BitmapColor< T >::BitmapColor ( const T  gray)

Definition at line 212 of file bitmap.h.

◆ BitmapColor() [3/3]

template<typename T >
colmap::BitmapColor< T >::BitmapColor ( const T  r,
const T  g,
const T  b 
)

Definition at line 215 of file bitmap.h.

Member Function Documentation

◆ Cast()

template<typename T >
template<typename D >
BitmapColor< D > colmap::BitmapColor< T >::Cast

Definition at line 220 of file bitmap.h.

References color.

Referenced by BOOST_AUTO_TEST_CASE().

◆ operator!=()

template<typename T >
bool colmap::BitmapColor< T >::operator!= ( const BitmapColor< T > &  rhs) const

◆ operator==()

template<typename T >
bool colmap::BitmapColor< T >::operator== ( const BitmapColor< T > &  rhs) const

Member Data Documentation

◆ b

◆ g

◆ r


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