Files
rdkit/Code/Geometry/Transform.h
Greg Landrum 75a79b6327 initial import
2006-05-06 22:20:08 +00:00

19 lines
247 B
C++

//
// Copyright (C) 2003-2006 Rational Discovery LLC
//
// @@ All Rights Reserved @@
//
#ifndef __RD_TRANSFORM_H__
#define __RD_TRANSFORM_H__
namespace RDGeom {
typedef enum {
X_Axis,
Y_Axis,
Z_Axis
} AxisType;
}
#endif