GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
image_region Class Reference
Collaboration diagram for image_region:

Public Member Functions

 image_region (const octave_scalar_map &options)
 
 image_region (const image_region &)=default
 
 image_region (image_region &&)=default
 
 ~image_region (void)=default
 
octave_idx_type col_cache (void) const
 
octave_idx_type col_end (void) const
 
octave_idx_type col_out (void) const
 
octave_idx_type col_shift (void) const
 
octave_idx_type col_start (void) const
 
image_regionoperator= (const image_region &)=default
 
image_regionoperator= (image_region &&)=default
 
octave_idx_type row_cache (void) const
 
octave_idx_type row_end (void) const
 
octave_idx_type row_out (void) const
 
octave_idx_type row_shift (void) const
 
octave_idx_type row_start (void) const
 

Private Attributes

octave_idx_type m_col_cache
 
octave_idx_type m_col_end
 
octave_idx_type m_col_out
 
octave_idx_type m_col_shift
 
octave_idx_type m_col_start
 
octave_idx_type m_row_cache
 
octave_idx_type m_row_end
 
octave_idx_type m_row_out
 
octave_idx_type m_row_shift
 
octave_idx_type m_row_start
 

Detailed Description

Definition at line 160 of file __magick_read__.cc.

Constructor & Destructor Documentation

◆ image_region() [1/3]

image_region::image_region ( const octave_scalar_map options)
inline

◆ image_region() [2/3]

image_region::image_region ( const image_region )
default

◆ image_region() [3/3]

image_region::image_region ( image_region &&  )
default

◆ ~image_region()

image_region::~image_region ( void  )
default

Member Function Documentation

◆ col_cache()

octave_idx_type image_region::col_cache ( void  ) const
inline

Definition at line 211 of file __magick_read__.cc.

Referenced by read_images(), and read_indexed_images().

◆ col_end()

octave_idx_type image_region::col_end ( void  ) const
inline

Definition at line 205 of file __magick_read__.cc.

◆ col_out()

octave_idx_type image_region::col_out ( void  ) const
inline

Definition at line 221 of file __magick_read__.cc.

Referenced by read_images(), and read_indexed_images().

◆ col_shift()

octave_idx_type image_region::col_shift ( void  ) const
inline

Definition at line 216 of file __magick_read__.cc.

Referenced by read_images(), and read_indexed_images().

◆ col_start()

octave_idx_type image_region::col_start ( void  ) const
inline

Definition at line 203 of file __magick_read__.cc.

Referenced by read_images(), and read_indexed_images().

◆ operator=() [1/2]

image_region& image_region::operator= ( const image_region )
default

◆ operator=() [2/2]

image_region& image_region::operator= ( image_region &&  )
default

◆ row_cache()

octave_idx_type image_region::row_cache ( void  ) const
inline

Definition at line 210 of file __magick_read__.cc.

Referenced by read_images(), and read_indexed_images().

◆ row_end()

octave_idx_type image_region::row_end ( void  ) const
inline

Definition at line 204 of file __magick_read__.cc.

◆ row_out()

octave_idx_type image_region::row_out ( void  ) const
inline

Definition at line 220 of file __magick_read__.cc.

Referenced by read_images(), and read_indexed_images().

◆ row_shift()

octave_idx_type image_region::row_shift ( void  ) const
inline

Definition at line 215 of file __magick_read__.cc.

Referenced by read_images(), and read_indexed_images().

◆ row_start()

octave_idx_type image_region::row_start ( void  ) const
inline

Definition at line 202 of file __magick_read__.cc.

Referenced by read_images(), and read_indexed_images().

Member Data Documentation

◆ m_col_cache

octave_idx_type image_region::m_col_cache
private

Definition at line 234 of file __magick_read__.cc.

◆ m_col_end

octave_idx_type image_region::m_col_end
private

Definition at line 228 of file __magick_read__.cc.

◆ m_col_out

octave_idx_type image_region::m_col_out
private

Definition at line 244 of file __magick_read__.cc.

◆ m_col_shift

octave_idx_type image_region::m_col_shift
private

Definition at line 239 of file __magick_read__.cc.

◆ m_col_start

octave_idx_type image_region::m_col_start
private

Definition at line 226 of file __magick_read__.cc.

◆ m_row_cache

octave_idx_type image_region::m_row_cache
private

Definition at line 233 of file __magick_read__.cc.

◆ m_row_end

octave_idx_type image_region::m_row_end
private

Definition at line 227 of file __magick_read__.cc.

◆ m_row_out

octave_idx_type image_region::m_row_out
private

Definition at line 243 of file __magick_read__.cc.

◆ m_row_shift

octave_idx_type image_region::m_row_shift
private

Definition at line 238 of file __magick_read__.cc.

◆ m_row_start

octave_idx_type image_region::m_row_start
private

Definition at line 225 of file __magick_read__.cc.


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