SheafSystem  0.0.0.0
property_disc_iterator_1_3.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 
22 #ifndef PROPERTY_DISC_ITERATOR_1_3_H
23 #define PROPERTY_DISC_ITERATOR_1_3_H
24 
25 #ifndef SHEAF_DLL_SPEC_H
26 #include "SheafSystem/sheaf_dll_spec.h"
27 #endif
28 
29 #ifndef PROPERTY_DISC_ITERATOR_H
30 #include "SheafSystem/property_disc_iterator.h"
31 #endif
32 
33 #ifndef BASE_SPACE_POSET_H
34 #include "SheafSystem/base_space_poset.h"
35 #endif
36 
37 #ifndef CHART_POINT_3D_H
38 #include "SheafSystem/chart_point_3d.h"
39 #endif
40 
41 #ifndef SEC_VD_H
42 #include "SheafSystem/sec_vd.h"
43 #endif
44 
45 #ifndef STD_LIST_H
46 #include "SheafSystem/std_list.h"
47 #endif
48 
49 #ifndef STD_SET_H
50 #include "SheafSystem/std_set.h"
51 #endif
52 
53 #ifndef ZN_TO_BOOL_H
54 #include "SheafSystem/zn_to_bool.h"
55 #endif
56 
57 namespace fiber_bundle
58 {
59 class eval_family;
60 class section_space_schema_member;
61 class section_evaluator;
62 class sec_rep_descriptor;
63 class structured_block;
64 }
65 
66 namespace fields
67 {
68 
86 {
87 
88  // ===========================================================
90  // ===========================================================
92 
93 public:
94 
98  property_disc_iterator_1_3(const field_vd& xfield);
99 
104  const section_space_schema_member& xcoordinate_schema,
105  const section_space_schema_member& xproperty_schema);
106 
111 
112 private:
113 
118 
123 
127  void coord_eval_previsit_action();
128 
132  void prop_disc_previsit_action();
133 
137  void coord_disc_previsit_action();
138 
142  void coord_eval_postvisit_action();
143 
145 
146 
147  // ===========================================================
149  // ===========================================================
151 
152 public:
153 
157  virtual void get_prop_disc_values(const sec_vd& xsec);
158 
160 
161 
162  // ===========================================================
164  // ===========================================================
166 
167 public:
168 
169  using property_disc_iterator::next;
170 
177  virtual void next(bool xtruncate);
178 
180 
181 
182  // ===========================================================
184  // ===========================================================
186 
187 public:
188 
192  virtual bool is_ancestor_of(const any* xother) const;
193 
197  virtual property_disc_iterator_1_3* clone() const;
198 
202  bool invariant() const;
203 
205 
206 };
207 
208 } // namespace fields
209 
210 #endif // ifndef PROPERTY_DISC_ITERATOR_1_3_H
Namespace for fields component of sheaf system.
Abstract base class with useful features for all objects.
Definition: any.h:39
A vd-valued property as a function of global coordinates.
Definition: field_vd.h:69
A section of a fiber bundle with a d-dimensional vector space fiber.
Definition: sec_vd.h:54
A client handle for a poset member which has been prepared for use as a schema for a section space...
A property discretization iterator for a property section with the same evaluation subposet as the co...
Namespace for the fiber_bundles component of the sheaf system.
Abstract iterator over the discretization of the property section of a field_vd. Concurrently travers...