Assimp  v3.1.1 (June 2014)
glTF::LazyDictBase Class Referenceabstract

Base class for LazyDict that acts as an interface. More...

Inherited by glTF::LazyDict< T >, glTF::LazyDict< glTF::Accessor >, glTF::LazyDict< glTF::Animation >, glTF::LazyDict< glTF::Buffer >, glTF::LazyDict< glTF::BufferView >, glTF::LazyDict< glTF::Camera >, glTF::LazyDict< glTF::Image >, glTF::LazyDict< glTF::Light >, glTF::LazyDict< glTF::Material >, glTF::LazyDict< glTF::Mesh >, glTF::LazyDict< glTF::Node >, glTF::LazyDict< glTF::Scene >, and glTF::LazyDict< glTF::Texture >.

Public Member Functions

virtual void AttachToDocument (Document &doc)=0
 
virtual void DetachFromDocument ()=0
 
virtual void WriteObjects (AssetWriter &writer)=0
 
virtual ~LazyDictBase ()
 

Detailed Description

Base class for LazyDict that acts as an interface.

Constructor & Destructor Documentation

virtual glTF::LazyDictBase::~LazyDictBase ( )
inlinevirtual

Member Function Documentation

virtual void glTF::LazyDictBase::AttachToDocument ( Document doc)
pure virtual
virtual void glTF::LazyDictBase::DetachFromDocument ( )
pure virtual
virtual void glTF::LazyDictBase::WriteObjects ( AssetWriter writer)
pure virtual

The documentation for this class was generated from the following file: