All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 113 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 119 of file RawDataDrawer.h.

120  {
121  return (width != 0) && (height != 0);
122  }
evd::RawDataDrawer::PadResolution_t::operator bool ( ) const
inline

Returns whether the stored value is valid.

Definition at line 125 of file RawDataDrawer.h.

125 { 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 115 of file RawDataDrawer.h.

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

Definition at line 114 of file RawDataDrawer.h.


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