Inherits DD::Image::Iop.
Public Member Functions | |
| void | _validate (bool) |
| void | _request (int x, int y, int r, int t, ChannelMask, int count) |
| void | engine (int y, int x, int r, ChannelMask, Row &) |
| DownRez (Node *node=0) | |
| int | factor () const |
| void | factor (int v) |
| void | factor (int v, int w) |
| int | factor_x () const |
| void | factor_x (int v) |
| int | factor_y () const |
| void | factor_y (int v) |
| const char * | Class () const |
| const char * | node_help () const |
Scale down the image by an integer factor, using a box filter Much faster and very predictable results so this can be used by the fast blur.
| void DownRez::_request | ( | int | x, |
| int | y, | ||
| int | r, | ||
| int | t, | ||
| ChannelMask | c, | ||
| int | count | ||
| ) | [virtual] |
Requests the enlarged area.
Reimplemented from DD::Image::Iop.
References DD::Image::Iop::input0(), and DD::Image::Iop::request().