MIRA
Public Member Functions | Public Attributes | List of all members
ImgBase< TImg >::ImgFormat Struct Reference

Image storage format description (used e.g. More...

#include <image/Img.h>

Public Member Functions

 ImgFormat (int depth, const std::string &type, int channels)
 
void reflect (JSONSerializer &r)
 

Public Attributes

int depth
 
std::string type
 
int channels
 

Detailed Description

template<typename TImg>
struct mira::ImgBase< TImg >::ImgFormat

Image storage format description (used e.g.

for reflection)

Constructor & Destructor Documentation

◆ ImgFormat()

ImgFormat ( int  depth,
const std::string &  type,
int  channels 
)
inline

Member Function Documentation

◆ reflect()

void reflect ( JSONSerializer r)
inline

Member Data Documentation

◆ depth

int depth

◆ type

std::string type

◆ channels

int channels

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