Assimp  v4.1. (December 2018)
glTF2::LazyDictBase Class Referenceabstract

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

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

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

◆ ~LazyDictBase()

virtual glTF2::LazyDictBase::~LazyDictBase ( )
inlinevirtual

Member Function Documentation

◆ AttachToDocument()

virtual void glTF2::LazyDictBase::AttachToDocument ( Document doc)
pure virtual

◆ DetachFromDocument()

virtual void glTF2::LazyDictBase::DetachFromDocument ( )
pure virtual

◆ WriteObjects()

virtual void glTF2::LazyDictBase::WriteObjects ( AssetWriter writer)
pure virtual

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