Public Member Functions | Public Attributes | List of all members
evd::RawDataDrawer::PadResolution_t Struct Reference

Public Member Functions

bool isFilled () const
 Returns whether the stored value is valid. More...
 
 operator bool () const
 Returns whether the stored value is valid. More...
 

Public Attributes

unsigned int width = 0
 
unsigned int height = 0
 

Detailed Description

Definition at line 110 of file RawDataDrawer.h.

Member Function Documentation

bool evd::RawDataDrawer::PadResolution_t::isFilled ( ) const
inline

Returns whether the stored value is valid.

Definition at line 116 of file RawDataDrawer.h.

117  {
118  return (width != 0) && (height != 0);
119  }
evd::RawDataDrawer::PadResolution_t::operator bool ( ) const
inline

Returns whether the stored value is valid.

Definition at line 122 of file RawDataDrawer.h.

122 { return isFilled(); }
bool isFilled() const
Returns whether the stored value is valid.

Member Data Documentation

unsigned int evd::RawDataDrawer::PadResolution_t::height = 0

Definition at line 112 of file RawDataDrawer.h.

unsigned int evd::RawDataDrawer::PadResolution_t::width = 0

Definition at line 111 of file RawDataDrawer.h.


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