Assimp  v3.1.1 (June 2014)
C4DImporter.cpp File Reference

Implementation of the Cinema4D importer class. More...

Namespaces

 Assimp
 MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py.
 

Macros

#define __PC
 

Functions

void GetWriterInfo (int &id, String &appname)
 

Variables

static const aiImporterDesc desc
 

Detailed Description

Implementation of the Cinema4D importer class.

Macro Definition Documentation

◆ __PC

#define __PC

Function Documentation

◆ GetWriterInfo()

void GetWriterInfo ( int &  id,
String &  appname 
)

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"Cinema4D Importer",
"",
"",
"",
0,
0,
0,
0,
"c4d"
}
@ aiImporterFlags_SupportBinaryFlavour
Indicates that there is a binary encoding of the file format; and that it is supported.
Definition: importerdesc.h:59