SheafSystem  0.0.0.0
field_t3.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 
24 
25 #ifndef FIELD_T3_H
26 #define FIELD_T3_H
27 
28 #ifndef SHEAF_DLL_SPEC_H
29 #include "SheafSystem/sheaf_dll_spec.h"
30 #endif
31 
32 #ifndef FIELD_TP_H
33 #include "SheafSystem/field_tp.h"
34 #endif
35 
36 namespace fiber_bundle
37 {
38 class SHEAF_DLL_SPEC sec_ed;
39 class SHEAF_DLL_SPEC sec_t3;
40 class SHEAF_DLL_SPEC t3;
41 class SHEAF_DLL_SPEC t3_lite;
42 }
43 
44 namespace fields
45 {
46 
50 class SHEAF_DLL_SPEC field_t3 : public field_tp
51 {
52  //===========================================================================
54  //===========================================================================
56 public:
57 
59 
63 
68 
72  field_t3();
73 
77  field_t3(const field_t3& xother, bool xauto_access);
78 
82  field_t3(const sec_ed& xcoordinates, const sec_t3& xproperty,
83  bool xauto_access);
84 
90  const poset_path& xcoordinates_path,
91  const poset_path& xproperty_path,
92  bool xauto_access);
93 
97  virtual field_t3& operator=(const field_vd& xother);
98 
102  field_t3& operator=(const field_t3& xother);
103 
107  field_t3& operator=(const sec_t3& xsection);
108 
112  field_t3& operator=(const t3& xfiber);
113 
117  field_t3& operator=(const t3_lite& xfiber);
118 
122  virtual ~field_t3();
123 
127  sec_t3& property() const;
128 
132  bool same_property_fiber_schema(const field_t3& xother,
133  bool xauto_access) const;
134 
135 protected:
136 
140  field_t3(sec_t3* xproperty,
141  sec_ed_invertible* xcoordinates,
142  base_space_member* xbase_space);
143 
144 private:
145 
147 
148  //===========================================================================
150  //===========================================================================
152 
153 public:
154 
158  virtual const std::string& class_name() const;
159 
163  static const std::string& static_class_name();
164 
168  virtual bool is_ancestor_of(const any* xother) const;
169 
173  virtual field_t3* clone() const;
174 
178  virtual bool invariant() const;
179 
180 protected:
181 private:
182 
184 };
185 
186 //=============================================================================
187 // NON-MEMBER FUNCTIONS OF CLASS FIELD_T3
188 //=============================================================================
189 
193 SHEAF_DLL_SPEC field_t3& operator>>(const field_t3& xsrc, field_t3& xdst);
194 
198 SHEAF_DLL_SPEC std::ostream& operator<<(std::ostream& xos, const field_t3& xfield);
199 
200 } // namespace fields
201 
202 //==============================================================================
203 
205 
206 //...
207 
208 
209 #endif // ifndef FIELD_T3_H
A tensor of degree 3 over an abstract vector space (volatile version).
Definition: t3.h:43
Namespace for fields component of sheaf system.
The default name space; a poset which contains other posets as members.
A tensor of degree 3 over an abstract vector space (persistent version).
Definition: t3.h:222
sec_ed coordinates_section_type
The coordinates section type.
Definition: field_t3.h:67
A path defined by a poset name and a member name separated by a forward slash (&#39;/&#39;). For example: "cell_definitions/triangle".
Definition: poset_path.h:48
A client handle for a member of a base space poset.
A section of a bundle with fiber type t3.
Definition: sec_t3.h:46
A section of a fiber bundle with a d-dimensional Euclidean vector space fiber.
Definition: sec_ed.h:47
Abstract base class with useful features for all objects.
Definition: any.h:39
An abstract invertible section of a fiber bundle with a d-dimensional base space and a d-dimensional ...
A vd-valued property as a function of global coordinates.
Definition: field_vd.h:69
SHEAF_DLL_SPEC field_t3 & operator>>(const field_t3 &xsrc, field_t3 &xdst)
Pushes xsrc.property() to xdst.property().
Definition: field_t3.cc:513
A property of type sec_t3 as a function of global coordinates.
Definition: field_t3.h:50
sec_t3 property_section_type
Typedefs:
Definition: field_t3.h:62
A property of type sec_tp as a function of global coordinates.
Definition: field_tp.h:50
Namespace for the fiber_bundles component of the sheaf system.
SHEAF_DLL_SPEC std::ostream & operator<<(std::ostream &os, const binary_index &xbi)
Insert binary_index& xbi into ostream& os.
Definition: binary_index.cc:35