UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
polarity.hpp
1 /* polarity.hpp */
2 /* $Id: polarity.hpp 21022 2011-07-11 11:45:03Z urij $ */
3 #ifndef __polarity_hpp
4 #define __polarity_hpp
5 
6 #include <vector>
7 
10 {
11  int nrp;
12  int orient;
13 };
14 
16 typedef std::vector<PolarityElem> PolarityVec;
17 
18 #endif /* polarity.hpp */
int nrp
Definition: polarity.hpp:11
Definition: polarity.hpp:9
int orient
Definition: polarity.hpp:12