#include <assert.h>#include <string.h>#include "OSGImageScaler.h"Go to the source code of this file.
Namespaces | |
| namespace | osg |
Classes | |
| struct | ValueHandler |
| struct | ValueHandlerTempl< ValueT > |
Defines | |
| #define | OSG_FILTER_PI OSG::Real64 (3.1415926535897932384626433832795) |
| #define | OSG_FILTER_2PI OSG::Real64 (2.0 * 3.1415926535897932384626433832795) |
| #define | OSG_FILTER_4PI OSG::Real64 (4.0 * 3.1415926535897932384626433832795) |
| #define OSG_FILTER_PI OSG::Real64 (3.1415926535897932384626433832795) |
Definition at line 19 of file OSGImageScaler.cpp.
Referenced by osg::ImageHammingFilter::filter(), and osg::ImageLanczos3Filter::sinc().
| #define OSG_FILTER_2PI OSG::Real64 (2.0 * 3.1415926535897932384626433832795) |
Definition at line 20 of file OSGImageScaler.cpp.
Referenced by osg::ImageBlackmanFilter::filter(), osg::ImageHammingFilter::filter(), and osg::ImageGaussianFilter::filter().
| #define OSG_FILTER_4PI OSG::Real64 (4.0 * 3.1415926535897932384626433832795) |
1.5.5