SheafSystem  0.0.0.0
property_disc_iterator_1_2.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_2_H
23 #define PROPERTY_DISC_ITERATOR_1_2_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 
75 {
76 
77  // ===========================================================
79  // ===========================================================
81 
82 public:
83 
87  property_disc_iterator_1_2(const field_vd& xfield);
88 
93  const section_space_schema_member& xcoordinate_schema,
94  const section_space_schema_member& xproperty_schema);
95 
100 
101 private:
102 
107 
112 
116  void coord_eval_previsit_action();
117 
121  void prop_disc_previsit_action();
122 
126  void coord_disc_previsit_action();
127 
131  void coord_eval_postvisit_action();
132 
134 
135 
136  // ===========================================================
138  // ===========================================================
140 
141 public:
142 
146  virtual void get_prop_disc_values(const sec_vd& xsec);
147 
149 
150 
151  // ===========================================================
153  // ===========================================================
155 
156 public:
157 
158  using property_disc_iterator::next;
159 
166  virtual void next(bool xtruncate);
167 
171  virtual void reset(bool xreset_markers = true);
172 
174 
175 
176  // ===========================================================
178  // ===========================================================
180 
181 public:
182 
186  virtual bool is_ancestor_of(const any* xother) const;
187 
191  virtual property_disc_iterator_1_2* clone() const;
192 
196  bool invariant() const;
197 
199 
200 };
201 
202 } // namespace fields
203 
204 #endif // ifndef PROPERTY_DISC_ITERATOR_1_2_H
A property discretization iterator for a proerty section with the same evaluation subposet as the coo...
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...
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...