UNIVERS
15.3
UNIVERS base processing software API
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
s2proc
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
9
struct
PolarityElem
10
{
11
int
nrp
;
12
int
orient
;
13
};
14
16
typedef
std::vector<PolarityElem> PolarityVec;
17
18
#endif
/* polarity.hpp */
PolarityElem::nrp
int nrp
Definition:
polarity.hpp:11
PolarityElem
Definition:
polarity.hpp:9
PolarityElem::orient
int orient
Definition:
polarity.hpp:12
Generated by
1.8.5