SliceO_Frame::Histogram_Get

 

Return a pointer to the Histogram data structure associated with this frame.

 

 

Syntax

 

Histograms * Histogram_Get(

          void

) ;

 

 

Parameters

 

This method does not have a parameter.

 

 

Return value

 

This method return a pointer to the Histogram data structure associated with this frame.

 

 

Remarks

 

If the Histogram data does not exist, the function will call "Histogram_Compute" to generate it.

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also

 

Histogram_Delete

SliceO_Tool Histogram