Assimp  v3.1.1 (June 2014)
aiMemoryInfo Struct Reference

Stores the memory requirements for different components (e.g. More...

List of all members.

Public Member Functions

 aiMemoryInfo ()
 Default constructor.

Public Attributes

unsigned int animations
 Storage allocated for animation data.
unsigned int cameras
 Storage allocated for camera data.
unsigned int lights
 Storage allocated for light data.
unsigned int materials
 Storage allocated for material data.
unsigned int meshes
 Storage allocated for mesh data.
unsigned int nodes
 Storage allocated for node data.
unsigned int textures
 Storage allocated for texture data.
unsigned int total
 Total storage allocated for the full import.

Detailed Description

Stores the memory requirements for different components (e.g.

meshes, materials, animations) of an import. All sizes are in bytes.

See also:
Importer::GetMemoryRequirements()

Constructor & Destructor Documentation

Default constructor.


Member Data Documentation

Storage allocated for animation data.

unsigned int aiMemoryInfo::cameras

Storage allocated for camera data.

unsigned int aiMemoryInfo::lights

Storage allocated for light data.

Storage allocated for material data.

unsigned int aiMemoryInfo::meshes

Storage allocated for mesh data.

unsigned int aiMemoryInfo::nodes

Storage allocated for node data.

unsigned int aiMemoryInfo::textures

Storage allocated for texture data.

unsigned int aiMemoryInfo::total

Total storage allocated for the full import.


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