class SG_EXPORT osg::TexGen: public Object


Inheritance:


Public Classes

[more]enum TexGenMode

Public Methods

[more] TexGen( void )
[more]static TexGen* instance()
[more]virtual Object* clone() const
[more]virtual bool isSameKindAs(Object* obj)
[more]virtual const char* className() const
[more]static void enable( void )
[more]static void disable( void )
[more]void apply( void )
[more]void setMode( TexGenMode mode )

Protected Fields

[more]TexGenMode _mode

Protected Methods

[more]virtual ~TexGen( void )
[more]virtual bool readLocalData(Input& fr)
[more]virtual bool writeLocalData(Output& fw)
[more]bool matchModeStr(const char* str, TexGenMode& mode)
[more]const char* getModeStr(TexGenMode mode)


Inherited from Object:

Public Methods

ovirtual Object* readClone(Input& fr)
ovirtual bool write(Output& fw)


Inherited from Referenced:

Public Methods

oReferenced& operator = (Referenced&)
ovoid ref()
ovoid unref()
oint referenceCount()

Protected Fields

oint _refCount


Documentation

oenum TexGenMode

o OBJECT_LINEAR

o EYE_LINEAR

o SPHERE_MAP

o TexGen( void )

ostatic TexGen* instance()

ovirtual Object* clone() const

ovirtual bool isSameKindAs(Object* obj)

ovirtual const char* className() const

ostatic void enable( void )

ostatic void disable( void )

ovoid apply( void )

ovoid setMode( TexGenMode mode )

ovirtual ~TexGen( void )

ovirtual bool readLocalData(Input& fr)

ovirtual bool writeLocalData(Output& fw)

obool matchModeStr(const char* str, TexGenMode& mode)

oconst char* getModeStr(TexGenMode mode)

oTexGenMode _mode


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.