Assimp  v4.1. (December 2018)
Assimp::COB Namespace Reference

Classes

struct  Bitmap
 Embedded bitmap, for instance for the thumbnail image. More...
 
struct  Bone
 COB Bone data structure. More...
 
struct  Camera
 COB Camera data structure. More...
 
struct  ChunkInfo
 COB chunk header information. More...
 
struct  Face
 COB Face data structure. More...
 
struct  Group
 COB Group data structure. More...
 
struct  Light
 COB Light data structure. More...
 
struct  Material
 COB Material data structure. More...
 
struct  Mesh
 COB Mesh data structure. More...
 
struct  Node
 A node in the scenegraph. More...
 
struct  Scene
 Represents a master COB scene, even if we loaded just a single COB file. More...
 
struct  Texture
 COB Texture data structure. More...
 
struct  VertexIndex
 Represents a single vertex index in a face. More...
 

Typedefs

typedef std::vector< MaterialMaterialList
 
typedef std::deque< std::shared_ptr< Node > > NodeList
 

Typedef Documentation

◆ MaterialList

typedef std::vector< Material > Assimp::COB::MaterialList

◆ NodeList

typedef std::deque< std::shared_ptr<Node> > Assimp::COB::NodeList