OSG
3.4.0
|
#include <ImageOptions.h>
Classes | |
struct | PixelWindow |
struct | RatioWindow |
struct | TexCoordRange |
Public Member Functions | |
ImageOptions () | |
ImageOptions (const std::string &str) | |
ImageOptions (const ImageOptions &options, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
META_Object (osgDB, ImageOptions) | |
void | init () |
![]() | |
Options () | |
Options (const std::string &str) | |
Options (const Options &options, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
META_Object (osgDB, Options) | |
Options * | cloneOptions (const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) const |
void | setOptionString (const std::string &str) |
const std::string & | getOptionString () const |
void | setDatabasePath (const std::string &str) |
FilePathList & | getDatabasePathList () |
const FilePathList & | getDatabasePathList () const |
void | setObjectCacheHint (CacheHintOptions useObjectCache) |
CacheHintOptions | getObjectCacheHint () const |
void | setObjectCache (ObjectCache *objectCache) |
ObjectCache * | getObjectCache () const |
void | setPrecisionHint (PrecisionHint hint) |
PrecisionHint | getPrecisionHint () const |
void | setBuildKdTreesHint (BuildKdTreesHint hint) |
BuildKdTreesHint | getBuildKdTreesHint () const |
void | setAuthenticationMap (AuthenticationMap *authenticationMap) |
const AuthenticationMap * | getAuthenticationMap () const |
void | setPluginData (const std::string &s, void *v) const |
void * | getPluginData (const std::string &s) |
const void * | getPluginData (const std::string &s) const |
void | removePluginData (const std::string &s) const |
unsigned int | getNumPluginData () const |
void | setPluginStringData (const std::string &s, const std::string &v) const |
std::string & | getPluginStringData (const std::string &s) |
const std::string | getPluginStringData (const std::string &s) const |
void | removePluginStringData (const std::string &s) const |
unsigned int | getNumPluginStringData () const |
void | parsePluginStringData (const std::string &str, char separator1=' ', char separator2='=') |
void | setFindFileCallback (FindFileCallback *cb) |
FindFileCallback * | getFindFileCallback () const |
void | setReadFileCallback (ReadFileCallback *cb) |
ReadFileCallback * | getReadFileCallback () const |
void | setWriteFileCallback (WriteFileCallback *cb) |
WriteFileCallback * | getWriteFileCallback () const |
void | setFileLocationCallback (FileLocationCallback *cb) |
FileLocationCallback * | getFileLocationCallback () const |
void | setFileCache (FileCache *fileCache) |
FileCache * | getFileCache () const |
void | setTerrain (osg::observer_ptr< osg::Node > &terrain) |
const osg::observer_ptr < osg::Node > & | getTerrain () const |
void | setParentGroup (osg::observer_ptr< osg::Group > &parentGroup) |
const osg::observer_ptr < osg::Group > & | getParentGroup () const |
![]() | |
Object () | |
Object (bool threadSafeRefUnref) | |
Object (const Object &, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
virtual Object * | cloneType () const =0 |
virtual Object * | clone (const CopyOp &) const =0 |
virtual bool | isSameKindAs (const Object *) const |
virtual const char * | libraryName () const =0 |
virtual const char * | className () const =0 |
std::string | getCompoundClassName () const |
virtual Node * | asNode () |
virtual const Node * | asNode () const |
virtual NodeVisitor * | asNodeVisitor () |
virtual const NodeVisitor * | asNodeVisitor () const |
virtual StateAttribute * | asStateAttribute () |
virtual const StateAttribute * | asStateAttribute () const |
virtual Uniform * | asUniform () |
virtual const Uniform * | asUniform () const |
virtual void | setThreadSafeRefUnref (bool threadSafe) |
virtual void | setName (const std::string &name) |
void | setName (const char *name) |
const std::string & | getName () const |
void | setDataVariance (DataVariance dv) |
DataVariance | getDataVariance () const |
virtual void | computeDataVariance () |
void | setUserDataContainer (osg::UserDataContainer *udc) |
osg::UserDataContainer * | getUserDataContainer () |
const osg::UserDataContainer * | getUserDataContainer () const |
osg::UserDataContainer * | getOrCreateUserDataContainer () |
virtual void | setUserData (Referenced *obj) |
virtual Referenced * | getUserData () |
virtual const Referenced * | getUserData () const |
template<typename T > | |
bool | getUserValue (const std::string &name, T &value) const |
template<typename T > | |
void | setUserValue (const std::string &name, const T &value) |
virtual void | resizeGLObjectBuffers (unsigned int) |
virtual void | releaseGLObjects (osg::State *=0) const |
template<typename T > | |
BoolValueObject UCharValueObject UShortValueObject UIntValueObject DoubleValueObject Vec3fValueObject Vec2dValueObject Vec4dValueObject PlaneValueObject MatrixdValueObject BoundingBoxdValueObject BoundingSpheredValueObject bool | getUserValue (const std::string &name, T &value) const |
![]() | |
Referenced () | |
Referenced (bool threadSafeRefUnref) | |
Referenced (const Referenced &) | |
Referenced & | operator= (const Referenced &) |
bool | getThreadSafeRefUnref () const |
OpenThreads::Mutex * | getRefMutex () const |
int | ref () const |
int | unref () const |
int | unref_nodelete () const |
int | referenceCount () const |
ObserverSet * | getObserverSet () const |
ObserverSet * | getOrCreateObserverSet () const |
void | addObserver (Observer *observer) const |
void | removeObserver (Observer *observer) const |
Definition at line 21 of file ImageOptions.h.
Enumerator | |
---|---|
NEAREST | |
LINEAR | |
CUBIC |
Definition at line 98 of file ImageOptions.h.
Enumerator | |
---|---|
ALL_IMAGE | |
RATIO_WINDOW | |
PIXEL_WINDOW |
Definition at line 91 of file ImageOptions.h.
osgDB::ImageOptions::ImageOptions | ( | ) |
osgDB::ImageOptions::ImageOptions | ( | const std::string & | str | ) |
|
inline |
Definition at line 29 of file ImageOptions.h.
void osgDB::ImageOptions::init | ( | ) |
osgDB::ImageOptions::META_Object | ( | osgDB | , |
ImageOptions | |||
) |
GLenum osgDB::ImageOptions::_destinationDataType |
Definition at line 139 of file ImageOptions.h.
osg::ref_ptr<osg::Image> osgDB::ImageOptions::_destinationImage |
Definition at line 133 of file ImageOptions.h.
ImageWindowMode osgDB::ImageOptions::_destinationImageWindowMode |
Definition at line 135 of file ImageOptions.h.
GLenum osgDB::ImageOptions::_destinationPixelFormat |
Definition at line 140 of file ImageOptions.h.
PixelWindow osgDB::ImageOptions::_destinationPixelWindow |
Definition at line 137 of file ImageOptions.h.
RatioWindow osgDB::ImageOptions::_destinationRatioWindow |
Definition at line 136 of file ImageOptions.h.
ImageSamplingMode osgDB::ImageOptions::_sourceImageSamplingMode |
Definition at line 127 of file ImageOptions.h.
ImageWindowMode osgDB::ImageOptions::_sourceImageWindowMode |
Definition at line 128 of file ImageOptions.h.
PixelWindow osgDB::ImageOptions::_sourcePixelWindow |
Definition at line 130 of file ImageOptions.h.
RatioWindow osgDB::ImageOptions::_sourceRatioWindow |
Definition at line 129 of file ImageOptions.h.