gre/3dtextur.h File Reference

#include <gre/base.h>
#include <mi32/region2d.h>
#include <mi32/mgd2.h>
#include <gre/3dutils.h>
#include <gre/3dscene.h>

Include dependency graph for 3dtextur.h:

gre/base.hmi32/region2d.hmi32/mgd2.hgre/3dutils.hgre/3dscene.hmi32/stddefns.hmi32/dlldefns.hmi32/polyline.hmi32/spatref.hmi32/doublear.hmi32/point.hmi32/range.hmi32/rect.hmi32/milist.hmi32/simplear.hmi32/midblary.hmi32/membuf.hmi32/inibase.hmi32/math.hstring.hmi32/uom.hmi32/mistring.hmi32/mg2base.hmi32/elemstyl.hmi32/dispinfo.hmi32/scrnunit.hmi32/textbase.hmi32/colorarray.hmi32/mg2cms.hmi32/mg2enums.hrvc/stylepatternhatch.hmi32/color.hmi32/colorspc.hmi32/micallbacklist.hmi32/mcb.hmi32/serializerbase.hmi32/filepath.hrvc/stylepatternbase.hmi32/asurface.hmi32/bitset.hmi32/trans2dc.hrvc/raster.hrvc/nullmask.hmi32/stereoparm.hmi32/trans3d.h

This graph shows which files directly or indirectly include this file:

gre/3dfilter.hgre/3dfmtex.hgre/3dsrtex.hgre/3ddc.hgre/lrraster.hgre/3dterra.hgre/3dftter.hgre/3dpwter.hgre/3dtinter.hgre/3dvtter.hgre/lrsurface.h

Go to the source code of this file.

Namespaces

namespace  GRE

Classes

class  GRE::TEXTURE
 Base class for 3D texture models. More...
class  GRE::TEXTURE::IMPL_FACTORY

Defines

#define DECLARE_TEXTURE_IMPL_FACTORY(name, model)


Define Documentation

#define DECLARE_TEXTURE_IMPL_FACTORY ( name,
model   ) 

Value:

class TEXTURE_IMPL_FACTORY_##name : public GRE::TEXTURE::IMPL_FACTORY { \
      public:                                               \
      TEXTURE_IMPL_FACTORY_##name (                            \
      ) { GRE::TEXTURE::Register(this,model); }                   \
      virtual GRE::TEXTURE *v_ConstructImpl () {                     \
      return (new GRE::name);                                  \
         }                                               \
      };                                                 \
   static TEXTURE_IMPL_FACTORY_##name s_TextureImplFactory_##name;

Definition at line 127 of file 3dtextur.h.


Generated on Thu Apr 26 04:06:51 2007 for TNTsdk by  doxygen 1.5.2