Open Babel  3.0
Public Member Functions | Public Attributes | List of all members
OBStereoUnit Struct Reference

#include <openbabel/stereo/stereo.h>

Public Member Functions

 OBStereoUnit ()
 
 OBStereoUnit (OBStereo::Type _type, unsigned long _id, bool _para=false)
 

Public Attributes

OBStereo::Type type
 
unsigned long id
 
bool para
 

Detailed Description

Struct representing a single stereogenic unit.

Since
2.3

Constructor & Destructor Documentation

◆ OBStereoUnit() [1/2]

OBStereoUnit ( )
inline

Default constructor creating an invalid OBStereoUnit. The unit can be made valid by setting the type, id and para data members.

◆ OBStereoUnit() [2/2]

OBStereoUnit ( OBStereo::Type  _type,
unsigned long  _id,
bool  _para = false 
)
inline

Constructor specifying all data to create a valid OBStereoUnit.

Member Data Documentation

◆ type

the type for this stereogenic unit

Referenced by OpenBabel::findMetalloceneBonds().

◆ id

unsigned long id

◆ para

bool para

the atom/bond (depends on type) unique id


The documentation for this struct was generated from the following file: