Open Babel  3.0
Classes | Namespaces | Macros
format.h File Reference
#include <openbabel/babelconfig.h>
#include <openbabel/plugin.h>
#include <typeinfo>

Go to the source code of this file.

Classes

class  OBFormat
 

Namespaces

 OpenBabel
 

Macros

#define NOTREADABLE   0x01
 
#define READONEONLY   0x02
 
#define READBINARY   0x04
 
#define ZEROATOMSOK   0x08
 
#define NOTWRITABLE   0x10
 
#define WRITEONEONLY   0x20
 
#define WRITEBINARY   0x40
 
#define READXML   0x80
 
#define DEPICTION2D   0x100
 
#define DEFAULTFORMAT   0x4000
 

Detailed Description

Declarations for OBFormat.

Macro Definition Documentation

◆ NOTREADABLE

#define NOTREADABLE   0x01

◆ READONEONLY

#define READONEONLY   0x02

Referenced by OBConversion::Convert().

◆ READBINARY

#define READBINARY   0x04

◆ ZEROATOMSOK

#define ZEROATOMSOK   0x08

◆ NOTWRITABLE

#define NOTWRITABLE   0x10

◆ WRITEONEONLY

#define WRITEONEONLY   0x20

◆ WRITEBINARY

#define WRITEBINARY   0x40

◆ READXML

#define READXML   0x80

◆ DEPICTION2D

#define DEPICTION2D   0x100

◆ DEFAULTFORMAT

#define DEFAULTFORMAT   0x4000