SOFA API  1df67014
Open source framework for multi-physics simuation
sofa::helper::io::STBImageCreators Class Reference

#include <STBImage.h>

Static Public Attributes

static constexpr std::array< const char *, 8 > stbSupportedExtensions
 
static constexpr std::array< const char *, 5 > stbWriteSupportedExtensions
 

Public Member Functions

 STBImageCreators ()
 

Attribute details

◆ stbSupportedExtensions

constexpr std::array<const char*, 8> sofa::helper::io::STBImageCreators::stbSupportedExtensions
inlinestaticconstexpr
Initial value:
{
"png",
"jpg",
"jpeg",
"bmp",
"tga",
"gif",
"psd",
"pnm"
}

◆ stbWriteSupportedExtensions

constexpr std::array<const char*, 5> sofa::helper::io::STBImageCreators::stbWriteSupportedExtensions
inlinestaticconstexpr
Initial value:
{
"png",
"jpg",
"jpeg",
"bmp",
"tga"
}

Constructor details

◆ STBImageCreators()

sofa::helper::io::STBImageCreators::STBImageCreators ( )