LIBEUNOMIA
読み取り中…
検索中…
一致する文字列を見つけられません
クラス | 名前空間 | 関数
imagebuffer.h ファイル

畫像バッファクラステンプレート [詳解]

#include <algorithm>
#include <optional>
#include <cstdint>
#include "exception.h"
#include "noncopyable.h"
#include "rect.h"
#include "ibuf_blt.h"
#include "ibuf_draw.h"
imagebuffer.h の依存先関係図:
被依存関係図:

[ソースコード]

クラス

struct  eunomia::Point
 [詳解]
 
class  eunomia::RangeOverException
 範圍逸脱例外 [詳解]
 
class  eunomia::ImageBuffer< C_ >
 畫像バッファ基底クラステンプレート [詳解]
 

名前空間

namespace  eunomia
 

関数

template<class C_ >
void eunomia::grayscale (C_ &pixel)
 グレイスケール化
 

詳解

畫像バッファクラステンプレート

著者
oZ/acy (名賀月晃嗣)
日付
2016.3.2 C++11/14對應(假)
2018.12.21 C++17對應(假)
2019.8.26 boost::noncopyableをthemis::Noncopyable<>に差し替へ
2021.4.29 v0.1 LIBPOLYMNIAの畫像バッファクラステンプレートから改作