MISA++ Imaging  1.0.0
Adds support for OpenCV
misaxx::imaging::misa_image_stack Struct Reference

#include <misa_image_stack.h>

Inheritance diagram for misaxx::imaging::misa_image_stack:
Collaboration diagram for misaxx::imaging::misa_image_stack:

Public Types

using iterator = typename misa_image_stack_t::iterator
 
using const_iterator = typename misa_image_stack_t::const_iterator
 

Public Member Functions

iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
const_iterator find (const std::string &t_name) const
 
misa_image_file at (const std::string &t_name) const
 
size_t size () const
 
std::vector< std::string > get_filenames () const
 
bool empty ()
 

Detailed Description

A simple stack of images

Member Typedef Documentation

◆ const_iterator

using misaxx::imaging::misa_image_stack::const_iterator = typename misa_image_stack_t::const_iterator

◆ iterator

using misaxx::imaging::misa_image_stack::iterator = typename misa_image_stack_t::iterator

Member Function Documentation

◆ at()

misa_image_file misaxx::imaging::misa_image_stack::at ( const std::string &  t_name) const
inline

◆ begin() [1/2]

iterator misaxx::imaging::misa_image_stack::begin ( )
inline

◆ begin() [2/2]

const_iterator misaxx::imaging::misa_image_stack::begin ( ) const
inline

◆ empty()

bool misaxx::imaging::misa_image_stack::empty ( )
inline

Returns true if there are no images in this stack

Returns

◆ end() [1/2]

iterator misaxx::imaging::misa_image_stack::end ( )
inline

◆ end() [2/2]

const_iterator misaxx::imaging::misa_image_stack::end ( ) const
inline

◆ find()

const_iterator misaxx::imaging::misa_image_stack::find ( const std::string &  t_name) const
inline

◆ get_filenames()

std::vector<std::string> misaxx::imaging::misa_image_stack::get_filenames ( ) const
inline
Here is the call graph for this function:

◆ size()

size_t misaxx::imaging::misa_image_stack::size ( ) const
inline
Here is the caller graph for this function:

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