|
Assimp
v4.1. (December 2018)
|
Inherits Assimp::FIValue.
Inherited by Assimp::FIShortValueImpl.
Static Public Member Functions | |
| static std::shared_ptr< FIShortValue > | create (std::vector< int16_t > &&value) |
Public Attributes | |
| std::vector< int16_t > | value |
Additional Inherited Members | |
Public Member Functions inherited from Assimp::FIValue | |
| virtual const std::string & | toString () const =0 |
| virtual | ~FIValue () |
|
static |
| std::vector<int16_t> Assimp::FIShortValue::value |