趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
hrk::Clipped_surface Class Reference
Inheritance diagram for hrk::Clipped_surface:
Inheritance graph
[legend]
Collaboration diagram for hrk::Clipped_surface:
Collaboration graph
[legend]

Public Member Functions

 Clipped_surface (boost::shared_ptr< Clipped_rect > surface)
 
 Clipped_surface (Image_storage &image_storage, const std::string &name)
 
SizeF size (void) const
 サーフェスの幅と高さを返す
 
Color pixel_color (const PointF &point, double magnify) const
 指定された位置の色情報を返す More...
 
void draw (const RectF *src, const RectF &dest, double z, const Angle &rotate_angle, double magnify, double color_strength_ratio, double alpha, bool antialiasing) const
 描画 More...
 
- Public Member Functions inherited from hrk::Surface
virtual double width (void) const
 
virtual double height (void) const
 
virtual bool is_valid (void) const
 

Additional Inherited Members

- Static Public Attributes inherited from hrk::Surface
static const double No_depth_z = numeric_limits<double>::max()
 

Member Function Documentation

Color Clipped_surface::pixel_color ( const PointF point,
double  magnify 
) const
virtual

指定された位置の色情報を返す

Todo:
実装する。

Implements hrk::Surface.

void Clipped_surface::draw ( const RectF src,
const RectF dest,
double  z,
const Angle rotate_angle,
double  magnify,
double  color_strength_ratio,
double  alpha,
bool  antialiasing 
) const
virtual

描画

Parameters
[in]srcオリジナルのサーフェスのどの領域を描画するかを指定する。NULL が指定された場合、オリジナルのサーフェスの領域サイズが利用される。
[in]dest描画するサーフェスの位置、幅と高さを指定する。

!!!

Todo:
記述する

Implements hrk::Surface.


The documentation for this class was generated from the following files: