shark::ImageInformation Struct Reference

Stores name and size of image externally. More...

#include <shark/Data/Pgm.h>

Public Member Functions

template<typename Archive >
void serialize (Archive &ar, const unsigned int)
 

Public Attributes

std::size_t x
 
std::size_t y
 
std::string name
 

Detailed Description

Stores name and size of image externally.

Definition at line 218 of file Pgm.h.

Member Function Documentation

◆ serialize()

template<typename Archive >
void shark::ImageInformation::serialize ( Archive &  ar,
const unsigned  int 
)
inline

Definition at line 224 of file Pgm.h.

Member Data Documentation

◆ name

std::string shark::ImageInformation::name

Definition at line 221 of file Pgm.h.

Referenced by shark::importPGMDir().

◆ x

std::size_t shark::ImageInformation::x

Definition at line 219 of file Pgm.h.

Referenced by shark::importPGMDir().

◆ y

std::size_t shark::ImageInformation::y

Definition at line 220 of file Pgm.h.

Referenced by shark::importPGMDir().


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