SheafSystem  0.0.0.0
geometry.h
Go to the documentation of this file.
1 
2 //
3 // Copyright (c) 2014 Limit Point Systems, Inc.
4 //
5 // Licensed under the Apache License, Version 2.0 (the "License");
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 // http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17 
20 
21 #ifndef GEOMETRY_H
22 #define GEOMETRY_H
23 
24 #ifndef SHEAF_DLL_SPEC_H
25 #include "SheafSystem/sheaf_dll_spec.h"
26 #endif
27 
28 #ifndef FIBER_BUNDLE_H
29 #include "SheafSystem/fiber_bundle.h"
30 #endif
31 
32 #ifndef SCOPED_INDEX_H
33 #include "SheafSystem/scoped_index.h"
34 #endif
35 
36 #ifndef STL_SCOPED_INDEX_H
37 #include "SheafSystem/stl_scoped_index.h"
38 #endif
39 
40 #ifndef STD_UNORDERED_SET_H
41 #include "SheafSystem/std_unordered_set.h"
42 #endif
43 
44 #ifndef STD_LIST_H
45 #include "SheafSystem/std_list.h"
46 #endif
47 
48 #ifndef STD_SET_H
49 #include "SheafSystem/std_set.h"
50 #endif
51 
52 
53 namespace sheaf
54 {
55  template <class T>
56  class block;
57 }
58 
59 namespace fiber_bundle
60 {
61  class chart_point_3d;
62 }
63 
67 namespace geometry
68 {
69 
70  // geometry name space includes fiber_bundle name space.
71 
72  using namespace sheaf;
73  using namespace fiber_bundle;
74 
75 
79  typedef std::pair<scoped_index, chart_point_3d> branch_point_pair;
80 
81 
82  // ===========================================================
83  // NON-MEMBER FUNCTIONS
84  // ===========================================================
85 
86 } // namespace geometry
87 
88 #endif // ifndef GEOMETRY_H
std::pair< scoped_index, chart_point_3d > branch_point_pair
A point in base space paired with a branch in section space.
Definition: geometry.h:79
Namespace for the sheaves component of the sheaf system.
Namespace for the fiber_bundles component of the sheaf system.
Namespace for geometry component of sheaf system.
Definition: field_vd.h:54