Public Member Functions | Public Attributes

OBStereoUnit Struct Reference
[Stereochemistry]

Struct representing a single stereogenic unit. More...

#include <openbabel/stereo/stereo.h>

List of all members.

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 (  ) [inline]

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

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

Constructor specifying all data to create a valid OBStereoUnit.


Member Data Documentation

the type for this stereogenic unit

unsigned long id
bool para

the atom/bond (depends on type) unique id


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines