SheafSystem  0.0.0.0
property_disc_iterator_4_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_4_3_H
23 #define PROPERTY_DISC_ITERATOR_4_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 
85 {
86 
87  // ===========================================================
89  // ===========================================================
91 
92 public:
93 
97  property_disc_iterator_4_3(const field_vd& xfield);
98 
103  const section_space_schema_member& xcoordinate_schema,
104  const section_space_schema_member& xproperty_schema);
105 
110 
111 private:
112 
117 
122 
124 
125 
126  // ===========================================================
128  // ===========================================================
130 
131 public:
132 
136  virtual void get_prop_disc_values(const sec_vd& xsec);
137 
139 
140 
141  // ===========================================================
143  // ===========================================================
145 
146 public:
147 
148  using property_disc_iterator::next;
149 
156  virtual void next(bool xtruncate);
157 
159 
160 
161  // ===========================================================
163  // ===========================================================
165 
166 public:
167 
171  virtual bool is_ancestor_of(const any* xother) const;
172 
176  virtual property_disc_iterator_4_3* clone() const;
177 
181  bool invariant() const ;
182 
184 
185 };
186 
187 } // namespace fields
188 
189 #endif // ifndef PROPERTY_DISC_ITERATOR_4_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 field with uniform coordinates section and a property sectio...
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...