source: src/Shapes/ShapeType.hpp@ ff4fff9

CombiningParticlePotentialParsing
Last change on this file since ff4fff9 was 192397, checked in by Frederik Heber <heber@…>, 11 years ago

Added new ShapeType molecule-surface.

  • uses getBoundingShape() of the first currently selected molecule.
  • Property mode set to 100644
File size: 426 bytes
Line 
1/*
2 * ShapeType.hpp
3 *
4 * Created on: 18.01.2012
5 * Author: heber
6 */
7
8#ifndef SHAPETYPE_HPP_
9#define SHAPETYPE_HPP_
10
11// include config.h
12#ifdef HAVE_CONFIG_H
13#include <config.h>
14#endif
15
16//!> enumeration of the possible ShapeTypes
17enum ShapeType {
18 NowhereType,
19 EverywhereType,
20 SphereType,
21 CuboidType,
22 PolygonType,
23 CombinedType,
24 CylinderType,
25 MoleculeSurfaceType,
26 MAX_ShapeType
27};
28
29#endif /* SHAPETYPE_HPP_ */
Note: See TracBrowser for help on using the repository browser.