Loading [MathJax]/extensions/tex2jax.js
OGS
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
Typedefs
b
c
e
f
h
j
k
l
m
n
p
q
r
s
t
v
w
x
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
x
Variables
Typedefs
Enumerations
Macros
a
b
c
e
g
h
i
l
m
n
o
p
r
s
t
v
w
x
Region.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <string>
13
#include <vector>
14
15
namespace
FileIO
16
{
17
namespace
Gocad
18
{
19
struct
Region
final
20
{
21
std::string
name
;
22
unsigned
bit
{};
23
24
bool
operator==
(
Region
const
&
r
)
const
{
return
bit
==
r
.bit; }
25
};
26
27
std::ostream&
operator<<
(std::ostream& os, Region
const
&
r
);
28
29
Region
parseRegion
(std::string
const
& line);
30
31
}
// end namespace Gocad
32
}
// end namespace FileIO
FileIO::Gocad::operator<<
std::ostream & operator<<(std::ostream &os, CoordinateSystem const &c)
Definition:
CoordinateSystem.cpp:111
FileIO::Gocad::parseRegion
Region parseRegion(std::string const &line)
Definition:
Region.cpp:26
FileIO
Definition:
SHPImportDialog.h:19
MathLib::r
static const double r
Definition:
GaussLegendreTet.cpp:64
FileIO::Gocad::Region
Definition:
Region.h:20
FileIO::Gocad::Region::name
std::string name
Definition:
Region.h:21
FileIO::Gocad::Region::operator==
bool operator==(Region const &r) const
Definition:
Region.h:24
FileIO::Gocad::Region::bit
unsigned bit
Definition:
Region.h:22
Applications
FileIO
GocadIO
Region.h
Generated by
1.9.1