In file ./include/glmosaictext/Mosaic.hxx:

class Mosaic::Texture2DFactory

A factory for creating Texture2D objects, for use in MosaicBuilder.

Documentation

A factory for creating Texture2D objects, for use in MosaicBuilder. Uses a Prototype(GOF) Raster which is cloned for the rest of the objects, taking the size and type.

Inheritance:

Texture2DFactory


Public Methods

[more] Texture2DFactory (RasterBase* rb)
Create a new RasterBase.
[more]Texture2D* make ()
Create a new Texture2D according to this factory's configuration

o Texture2DFactory(RasterBase* rb)
Create a new RasterBase. Takes ownership of the pointer.

oTexture2D* make()
Create a new Texture2D according to this factory's configuration


This class has no child classes.

Alphabetic index Hierarchy of classes



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