#include <ImageFormat.h>
| Enumerator |
|---|
| NEAREST |
|
| BILINEAR |
|
| MHC |
|
| BEST |
|
| G3D::ImageFormat::BayerAlgorithm::G3D_DECLARE_ENUM_CLASS_METHODS |
( |
BayerAlgorithm |
| ) |
|
| static const char* G3D::ImageFormat::BayerAlgorithm::toString |
( |
int |
i, |
|
|
Value & |
v |
|
) |
| |
|
inlinestaticprivate |
487 static const char* str[] = {
"NEAREST",
"BILINEAR",
"MHC",
"BEST",
NULL};
489 const char* s = str[i];
arena_t NULL
Definition: jemalloc_internal.h:624
| Value G3D::ImageFormat::BayerAlgorithm::value |
|
private |
The documentation for this class was generated from the following file: