Developer Application Interface (ARC API) v4.5.8
ARC, Inc. GenIV Application Interface
arc::gen4::image::difStats_t Struct Referencefinal

#include <CArcImage.h>

Public Member Functions

 difStats_t (void)=default
 
 ~difStats_t (void)=default
 
const std::string toString (void) const noexcept
 

Public Attributes

stats_t tImage1Stats
 
stats_t tImage2Stats
 
stats_t tDiffStats
 

Detailed Description

Image difference statistics info type

Definition at line 107 of file CArcImage.h.

Constructor & Destructor Documentation

◆ difStats_t()

arc::gen4::image::difStats_t::difStats_t ( void  )
default

Default constructor

◆ ~difStats_t()

arc::gen4::image::difStats_t::~difStats_t ( void  )
default

Default destructor

Member Function Documentation

◆ toString()

const std::string arc::gen4::image::difStats_t::toString ( void  ) const
noexcept

Returns a string containing all the member names and values.

Returns
A string containing all the member names and values.

Member Data Documentation

◆ tImage1Stats

stats_t arc::gen4::image::difStats_t::tImage1Stats

Statistics values for image #1

Definition at line 122 of file CArcImage.h.

◆ tImage2Stats

stats_t arc::gen4::image::difStats_t::tImage2Stats

Statistics values for image #2

Definition at line 123 of file CArcImage.h.

◆ tDiffStats

stats_t arc::gen4::image::difStats_t::tDiffStats

Difference values for the tImage1Stats and tImage2Stats members of this class

Definition at line 124 of file CArcImage.h.