Assimp
v4.1. (December 2018)
|
Classes | |
class | BINARY |
class | ConversionSchema |
class | DataType |
class | ENTITY |
This is just a reference to an entity/object somewhere else. More... | |
class | ENUMERATION |
Generic base class for all enumerated types. More... | |
class | ISDERIVED |
Sentinel class to represent explicitly derived fields (*) More... | |
class | LIST |
Wrap any STEP aggregate: LIST, SET, ... More... | |
class | PrimitiveDataType |
Shared implementation for some of the primitive data type, i.e. More... | |
class | UNSET |
Sentinel class to represent explicitly unset (optional) fields ($) More... | |
Typedefs | |
typedef ENUMERATION | BOOLEAN |
typedef PrimitiveDataType< int64_t > | INTEGER |
typedef DataType | LOGICAL |
typedef PrimitiveDataType< double > | NUMBER |
typedef PrimitiveDataType< double > | REAL |
typedef DataType | SELECT |
typedef PrimitiveDataType< std::string > | STRING |
typedef PrimitiveDataType<double> Assimp::STEP::EXPRESS::NUMBER |
typedef PrimitiveDataType<double> Assimp::STEP::EXPRESS::REAL |
typedef PrimitiveDataType<std::string> Assimp::STEP::EXPRESS::STRING |