dng_assertions.h File ReferenceGo to the source code of this file.
Detailed DescriptionConditionally compiled assertion check support.Define Documentation
Conditionally compiled macro to check an assertion and display a message if it fails and assertions are compiled in via qDNGDebug
Referenced by dng_negative::AnalogBalance(), dng_color_spec::CameraToPCS(), dng_color_spec::CameraWhite(), dng_pixel_buffer::DirtyPixel(), dng_1d_table::Interpolate(), dng_pixel_buffer::SetConstant_int16(), dng_pixel_buffer::SetConstant_real32(), dng_pixel_buffer::SetConstant_uint16(), dng_pixel_buffer::SetConstant_uint32(), dng_pixel_buffer::SetConstant_uint8(), dng_iptc::Spool(), and dng_color_spec::WhiteXY().
Macro to display an informational message
Value: do \ { \ \ if (!(condition)) \ { \ \ ThrowProgramError (msg); \ \ } \ \ } \ while (0)
|