CTexture2DIterator

class Lib3MF::CTexture2DIterator : public CResourceIterator
PTexture2D GetCurrentTexture2D()

Returns the Texture2D the iterator points at.

Returns:

returns the Texture2D instance.

typedef std::shared_ptr<CTexture2DIterator> Lib3MF::PTexture2DIterator

Shared pointer to CTexture2DIterator to easily allow reference counting.