Assimp  v4.1. (December 2018)
Assimp::STEP::EXPRESS Namespace Reference

Classes

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_tINTEGER
 
typedef DataType LOGICAL
 
typedef PrimitiveDataType< double > NUMBER
 
typedef PrimitiveDataType< double > REAL
 
typedef DataType SELECT
 
typedef PrimitiveDataType< std::string > STRING
 

Typedef Documentation

◆ BOOLEAN

◆ INTEGER

◆ LOGICAL

◆ NUMBER

◆ REAL

◆ SELECT

◆ STRING