From 23ca08603340ab9a253e2587dfd35f049913ad49 Mon Sep 17 00:00:00 2001 From: gwaldron Date: Tue, 14 Jan 2025 20:49:08 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20pelicanm?= =?UTF-8?q?apping/rocky@e648b30483aee48cf6d5025bde4586192cef41e1=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doxygen/_geo_heightfield_8h_source.html | 2 +- doxygen/_geo_point_8h_source.html | 4 +- doxygen/_geo_transform_8h_source.html | 2 +- doxygen/_motion_system_8h_source.html | 4 +- doxygen/_profile_8h_source.html | 253 +++++------ doxygen/_s_r_s_8h_source.html | 423 +++++++++--------- doxygen/_tile_key_8h_source.html | 2 +- ...n_a_m_e_s_p_a_c_e_1_1_profile-members.html | 22 +- ...c_k_y___n_a_m_e_s_p_a_c_e_1_1_profile.html | 19 +- ...__n_a_m_e_s_p_a_c_e_1_1_s_r_s-members.html | 2 +- ...o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html | 6 +- doxygen/functions_func_v.html | 2 +- doxygen/functions_r.html | 2 +- doxygen/functions_v.html | 2 +- doxygen/search/all_1.js | 2 +- doxygen/search/all_12.js | 4 +- doxygen/search/all_13.js | 2 +- doxygen/search/all_16.js | 4 +- doxygen/search/all_5.js | 2 +- doxygen/search/all_6.js | 2 +- doxygen/search/all_8.js | 2 +- doxygen/search/all_9.js | 2 +- doxygen/search/all_d.js | 2 +- doxygen/search/all_e.js | 4 +- doxygen/search/functions_1.js | 2 +- doxygen/search/functions_11.js | 2 +- doxygen/search/functions_12.js | 2 +- doxygen/search/functions_15.js | 4 +- doxygen/search/functions_5.js | 2 +- doxygen/search/functions_8.js | 2 +- doxygen/search/functions_9.js | 2 +- doxygen/search/functions_d.js | 2 +- 32 files changed, 378 insertions(+), 411 deletions(-) diff --git a/doxygen/_geo_heightfield_8h_source.html b/doxygen/_geo_heightfield_8h_source.html index 18c8ecc7..e9d2e204 100644 --- a/doxygen/_geo_heightfield_8h_source.html +++ b/doxygen/_geo_heightfield_8h_source.html @@ -177,7 +177,7 @@
float minHeight() const
The minimum height in the heightfield.
Definition GeoHeightfield.h:87
float maxHeight() const
The maximum height in the heightfield.
Definition GeoHeightfield.h:90
Definition SRS.h:21
-
Definition SRS.h:186
+
Definition SRS.h:184
Definition Callbacks.h:16
Interpolation
Raster interpolation methods.
Definition Math.h:23
Definition optional.h:26
diff --git a/doxygen/_geo_point_8h_source.html b/doxygen/_geo_point_8h_source.html index 29f6e656..14d1d411 100644 --- a/doxygen/_geo_point_8h_source.html +++ b/doxygen/_geo_point_8h_source.html @@ -130,7 +130,7 @@
66
68 bool valid() const {
-
69 return srs.valid();
+
69 return srs.valid();
70 }
71
@@ -162,7 +162,7 @@
Definition GeoPoint.h:90
virtual const GeoPoint & objectPosition() const =0
Center position of the object.
Definition SRS.h:21
-
bool valid() const
Whether this is a valid SRS.
Definition SRS.h:69
+
bool valid() const
Whether this is a valid SRS.
Definition SRS.cpp:545
Definition Callbacks.h:16
Definition optional.h:26
diff --git a/doxygen/_geo_transform_8h_source.html b/doxygen/_geo_transform_8h_source.html index 2ccf875a..bfa8c957 100644 --- a/doxygen/_geo_transform_8h_source.html +++ b/doxygen/_geo_transform_8h_source.html @@ -170,7 +170,7 @@
Definition GeoTransform.h:39
GeoTransform(const GeoTransform &rhs)=delete
Disables the copy constructor.
Definition SRS.h:21
-
Definition SRS.h:186
+
Definition SRS.h:184
Definition Callbacks.h:16
Definition optional.h:26
diff --git a/doxygen/_motion_system_8h_source.html b/doxygen/_motion_system_8h_source.html index 25cd318e..b48bc3f9 100644 --- a/doxygen/_motion_system_8h_source.html +++ b/doxygen/_motion_system_8h_source.html @@ -183,8 +183,8 @@
Definition GeoPoint.h:17
Definition MotionSystem.h:17
void update(VSGContext &context) override
Called periodically to update the transforms.
Definition MotionSystem.h:22
-
Definition SRS.h:186
-
bool inverse(const DVEC3A &in, DVEC3B &out) const
Definition SRS.h:258
+
Definition SRS.h:184
+
bool inverse(const DVEC3A &in, DVEC3B &out) const
Definition SRS.h:256
Definition Registry.h:39
std::pair< std::shared_lock< std::shared_mutex >, entt::registry & > read()
Definition Registry.h:53
Definition Registry.h:98
diff --git a/doxygen/_profile_8h_source.html b/doxygen/_profile_8h_source.html index 7d51cfb1..6b094e92 100644 --- a/doxygen/_profile_8h_source.html +++ b/doxygen/_profile_8h_source.html @@ -98,140 +98,133 @@
22 class ROCKY_EXPORT Profile
23 {
24 public:
-
25 // well knowns
-
26 static const Profile GLOBAL_GEODETIC;
-
27 static const Profile SPHERICAL_MERCATOR;
-
28 static const Profile PLATE_CARREE;
-
29 static const Profile MOON;
-
30
-
31 public:
-
33 Profile();
-
34
-
37 explicit Profile(const std::string& well_known_name);
-
38
-
44 Profile(
-
45 const SRS& srs,
-
46 const Box& bounds = Box(),
-
47 unsigned x_tiles_at_root = 0,
-
48 unsigned y_tiles_at_root = 0);
-
49
-
50 // copy/move ops
-
51 Profile(const Profile& rhs) = default;
-
52 Profile& operator=(const Profile& rhs) = default;
-
53 // NO move constructors since we use global instances of Profile
-
54
-
56 bool valid() const;
-
57
-
59 const GeoExtent& extent() const;
-
60
-
62 const GeoExtent& geographicExtent() const;
-
63
-
65 const SRS& srs() const;
-
66
-
69 unsigned getLevelOfDetailForHorizResolution(
-
70 double resolution,
-
71 int tileSize ) const;
-
72
-
77 static void getRootKeys(
-
78 const Profile& target_profile,
-
79 std::vector<TileKey>& out_keys);
-
80
-
85 static void getAllKeysAtLOD(
-
86 unsigned lod,
-
87 const Profile& target_profile,
-
88 std::vector<TileKey>& out_keys);
-
89
-
94 GeoExtent tileExtent(
-
95 unsigned lod,
-
96 unsigned tileX,
-
97 unsigned tileY) const;
-
98
-
101 bool equivalentTo(const Profile& rhs) const;
-
102
-
-
104 bool operator == (const Profile& rhs) const {
-
105 return equivalentTo(rhs);
-
106 }
+
26 Profile();
+
27
+
35 explicit Profile(const std::string& well_known_name);
+
36
+
42 Profile(
+
43 const SRS& srs,
+
44 const Box& bounds = Box(),
+
45 unsigned x_tiles_at_root = 0,
+
46 unsigned y_tiles_at_root = 0);
+
47
+
48 // copy/move ops
+
49 Profile(const Profile& rhs) = default;
+
50 Profile& operator=(const Profile& rhs) = default;
+
51 // NO move constructors since we use global instances of Profile
+
52
+
54 bool valid() const;
+
55
+
57 const GeoExtent& extent() const;
+
58
+
60 const GeoExtent& geographicExtent() const;
+
61
+
63 const SRS& srs() const;
+
64
+
67 unsigned getLevelOfDetailForHorizResolution(
+
68 double resolution,
+
69 int tileSize ) const;
+
70
+
75 static void getRootKeys(
+ +
77 std::vector<TileKey>& out_keys);
+
78
+
83 static void getAllKeysAtLOD(
+
84 unsigned lod,
+ +
86 std::vector<TileKey>& out_keys);
+
87
+
92 GeoExtent tileExtent(
+
93 unsigned lod,
+
94 unsigned tileX,
+
95 unsigned tileY) const;
+
96
+
99 bool equivalentTo(const Profile& rhs) const;
+
100
+
+
102 bool operator == (const Profile& rhs) const {
+
103 return equivalentTo(rhs);
+
104 }
-
107 bool operator != (const Profile& rhs) const {
-
108 return !equivalentTo(rhs);
-
109 }
-
110
-
115 bool horizontallyEquivalentTo(const Profile& rhs) const;
-
116
-
118 std::pair<double, double> tileDimensions(unsigned lod) const;
-
119
-
121 std::pair<unsigned, unsigned> numTiles(unsigned lod) const;
-
122
-
126 GeoExtent clampAndTransformExtent( const GeoExtent& input, bool* out_clamped =0L ) const;
-
127
-
129 std::string to_json() const;
-
130
-
132 void from_json(const std::string& json);
-
133
-
135 inline const std::string& getFullSignature() const;
-
136
-
140 inline const std::string& getHorizSignature() const;
-
141
-
144 unsigned getEquivalentLOD(const Profile&, unsigned lod) const;
-
145
-
148 unsigned levelOfDetail(double tileHeight) const;
-
149
-
151 inline std::size_t hash() const;
-
152
-
155 bool transformAndExtractContiguousExtents(
-
156 const GeoExtent& input,
-
157 std::vector<GeoExtent>& output) const;
-
158
-
160 Profile overrideSRS(const SRS&) const;
-
161
-
164 const std::string& wellKnownName() const;
-
165
-
167 std::string toReadableString() const;
+
105 bool operator != (const Profile& rhs) const {
+
106 return !equivalentTo(rhs);
+
107 }
+
108
+
113 bool horizontallyEquivalentTo(const Profile& rhs) const;
+
114
+
116 std::pair<double, double> tileDimensions(unsigned lod) const;
+
117
+
119 std::pair<unsigned, unsigned> numTiles(unsigned lod) const;
+
120
+
124 GeoExtent clampAndTransformExtent( const GeoExtent& input, bool* out_clamped =0L ) const;
+
125
+
127 std::string to_json() const;
+
128
+
130 void from_json(const std::string& json);
+
131
+
133 inline const std::string& getFullSignature() const;
+
134
+
138 inline const std::string& getHorizSignature() const;
+
139
+
142 unsigned getEquivalentLOD(const Profile&, unsigned lod) const;
+
143
+
146 unsigned levelOfDetail(double tileHeight) const;
+
147
+
149 inline std::size_t hash() const;
+
150
+
153 bool transformAndExtractContiguousExtents(
+
154 const GeoExtent& input,
+
155 std::vector<GeoExtent>& output) const;
+
156
+
158 Profile overrideSRS(const SRS&) const;
+
159
+
162 const std::string& wellKnownName() const;
+
163
+
165 std::string toReadableString() const;
+
166
+
167 protected:
168
-
169 protected:
-
170
-
171 void setup(
-
172 const std::string& wellKnownName);
-
173
-
174 void setup(
-
175 const SRS&,
-
176 const Box& bounds,
-
177 unsigned dim_x,
-
178 unsigned dim_y );
+
169 void setup(
+
170 const std::string& wellKnownName);
+
171
+
172 void setup(
+
173 const SRS&,
+
174 const Box& bounds,
+
175 unsigned dim_x,
+
176 unsigned dim_y );
+
177
+
178 protected:
179
-
180 protected:
-
181
-
182 struct Data
-
183 {
-
184 std::string _wellKnownName;
-
185 GeoExtent _extent;
-
186 GeoExtent _latlong_extent;
-
187 unsigned _numTilesWideAtLod0;
-
188 unsigned _numTilesHighAtLod0;
-
189 std::string _fullSignature;
-
190 std::string _horizSignature;
-
191 std::size_t _hash;
-
192 };
-
193 std::shared_ptr<Data> _shared;
-
194 };
+
180 struct Data
+
181 {
+
182 std::string _wellKnownName;
+
183 GeoExtent _extent;
+
184 GeoExtent _latlong_extent;
+
185 unsigned _numTilesWideAtLod0;
+
186 unsigned _numTilesHighAtLod0;
+
187 std::string _fullSignature;
+
188 std::string _horizSignature;
+
189 std::size_t _hash;
+
190 };
+
191 std::shared_ptr<Data> _shared;
+
192 };
-
195
-
196
-
197 // inlines
-
198 const std::string& Profile::getFullSignature() const { return _shared->_fullSignature; }
-
199 const std::string& Profile::getHorizSignature() const { return _shared->_horizSignature; }
-
200 std::size_t Profile::hash() const { return _shared->_hash; }
-
201}
-
202
-
203namespace std {
-
204 // std::hash specialization for Profile
-
205 template<> struct hash<rocky::Profile> {
-
206 inline size_t operator()(const rocky::Profile& value) const {
-
207 return value.hash();
-
208 }
-
209 };
-
210}
+
193
+
194
+
195 // inlines
+
196 const std::string& Profile::getFullSignature() const { return _shared->_fullSignature; }
+
197 const std::string& Profile::getHorizSignature() const { return _shared->_horizSignature; }
+
198 std::size_t Profile::hash() const { return _shared->_hash; }
+
199}
+
200
+
201namespace std {
+
202 // std::hash specialization for Profile
+
203 template<> struct hash<rocky::Profile> {
+
204 inline size_t operator()(const rocky::Profile& value) const {
+
205 return value.hash();
+
206 }
+
207 };
+
208}
Definition GeoExtent.h:19
Definition Profile.h:23
Definition SRS.h:21
diff --git a/doxygen/_s_r_s_8h_source.html b/doxygen/_s_r_s_8h_source.html index e96cbfdd..c3bacb6f 100644 --- a/doxygen/_s_r_s_8h_source.html +++ b/doxygen/_s_r_s_8h_source.html @@ -124,244 +124,239 @@
66 }
67
-
-
69 inline bool valid() const {
-
70 return _valid;
-
71 }
+
69 bool valid() const;
+
70
+
71 inline operator bool() const {
+
72 return valid();
+
73 }
+
74
+
76 bool isGeodetic() const;
+
77
+
79 bool isProjected() const;
+
80
+
82 bool isGeocentric() const;
+
83
+
85 bool hasVerticalDatumShift() const;
+
86
+
88 const SRS& geodeticSRS() const;
+
89
+
91 const SRS& geocentricSRS() const;
+
92
+
94 const std::string& wkt() const;
+
95
+
97 const Units& units() const;
+
98
+
100 const Ellipsoid& ellipsoid() const;
+
101
+
103 const Box& bounds() const;
+
104
+
107 bool horizontallyEquivalentTo(const SRS& rhs) const;
+
108
+
110 bool equivalentTo(const SRS& rhs) const;
+
111
+
+
113 inline bool operator == (const SRS& rhs) const {
+
114 return equivalentTo(rhs);
+
115 }
-
72 inline operator bool() const {
-
73 return valid();
-
74 }
-
75
-
77 bool isGeodetic() const;
-
78
-
80 bool isProjected() const;
-
81
-
83 bool isGeocentric() const;
-
84
-
86 bool hasVerticalDatumShift() const;
-
87
-
89 const SRS& geodeticSRS() const;
-
90
-
92 const SRS& geocentricSRS() const;
-
93
-
95 const std::string& wkt() const;
-
96
-
98 const Units& units() const;
-
99
-
101 const Ellipsoid& ellipsoid() const;
-
102
-
104 const Box& bounds() const;
-
105
-
108 bool horizontallyEquivalentTo(const SRS& rhs) const;
-
109
-
111 bool equivalentTo(const SRS& rhs) const;
-
112
-
-
114 inline bool operator == (const SRS& rhs) const {
-
115 return equivalentTo(rhs);
-
116 }
+
116 inline bool operator != (const SRS& rhs) const {
+
117 return !equivalentTo(rhs);
+
118 }
+
119
+
126 glm::dmat4 localToWorldMatrix(const glm::dvec3& origin) const;
+
127
+
129 static double transformUnits(
+
130 double input,
+
131 const SRS& fromSRS,
+
132 const SRS& toSRS,
+
133 const Angle& latitude);
+
134
+
136 static double transformUnits(
+
137 const Distance& distance,
+
138 const SRS& outSRS,
+
139 const Angle& latitude);
+
140
+
142 double transformDistance(
+
143 const Distance& distance,
+
144 const Units& output_units,
+
145 double reference_latitude = 0.0) const;
+
146
+
148 const std::string& errorMessage() const;
+
149
+
150 // copy/move operations
+
151 SRS(const SRS& rhs) = default;
+
152 SRS& operator=(const SRS& rhs) = default;
+
153 SRS(SRS&&) = default;
+
154 SRS& operator =(SRS&& rhs) = default;
+
155
+
157 std::string string() const;
+
158
+
160 static std::string projVersion();
+
161
+
163 static std::function<void(int level, const char* msg)> projMessageCallback;
+
164
+
165 private:
+
167 std::string _definition;
+
168 mutable std::optional<bool> _valid;
+
169 mutable std::optional<int> _crs_type;
+
170 friend class SRSOperation;
+
171 };
-
117 inline bool operator != (const SRS& rhs) const {
-
118 return !equivalentTo(rhs);
-
119 }
-
120
-
127 glm::dmat4 localToWorldMatrix(const glm::dvec3& origin) const;
-
128
-
130 static double transformUnits(
-
131 double input,
-
132 const SRS& fromSRS,
-
133 const SRS& toSRS,
-
134 const Angle& latitude);
-
135
-
137 static double transformUnits(
-
138 const Distance& distance,
-
139 const SRS& outSRS,
-
140 const Angle& latitude);
-
141
-
143 double transformDistance(
-
144 const Distance& distance,
-
145 const Units& output_units,
-
146 double reference_latitude = 0.0) const;
-
147
-
149 const std::string& errorMessage() const;
-
150
-
151 // copy/move operations
-
152 SRS(const SRS& rhs) = default;
-
153 SRS& operator=(const SRS& rhs) = default;
-
154 SRS(SRS&&) = default;
-
155 SRS& operator =(SRS&& rhs) = default;
-
156
-
158 std::string string() const;
-
159
-
161 static std::string projVersion();
-
162
-
164 static std::function<void(int level, const char* msg)> projMessageCallback;
-
165
-
166 private:
-
168 std::string _definition;
-
169 bool _valid = false;
-
170 bool _isGeodetic = false;
-
171 bool _isGeocentric = false;
-
172 friend class SRSOperation;
-
173 };
+
172
+ +
175
+
176
+
+
183 class ROCKY_EXPORT SRSOperation
+
184 {
+
185 public:
+
187 SRSOperation() = default;
+
188
+
192 SRSOperation(const SRS& from, const SRS& to);
+
193
+
+
195 bool valid() const {
+
196 return _handle != nullptr;
+
197 }
-
174
- -
177
-
178
-
-
185 class ROCKY_EXPORT SRSOperation
-
186 {
-
187 public:
-
189 SRSOperation() = default;
-
190
-
194 SRSOperation(const SRS& from, const SRS& to);
-
195
-
-
197 bool valid() const {
-
198 return _handle != nullptr;
-
199 }
+
198 inline operator bool() const {
+
199 return valid();
+
200 }
+
201
+
+
203 inline bool noop() const {
+
204 return _nop;
+
205 }
-
200 inline operator bool() const {
-
201 return valid();
-
202 }
-
203
-
-
205 inline bool noop() const {
-
206 return _nop;
-
207 }
+
206
+
+
208 inline const SRS& from() const {
+
209 return _from;
+
210 }
-
208
-
-
210 inline const SRS& from() const {
-
211 return _from;
-
212 }
+
211
+
+
213 inline const SRS& to() const {
+
214 return _to;
+
215 }
-
213
-
-
215 inline const SRS& to() const {
-
216 return _to;
-
217 }
+
216
+
219 template<typename DVEC3A, typename DVEC3B>
+
+
220 inline bool transform(const DVEC3A& in, DVEC3B& out) const {
+
221 out[0] = in[0], out[1] = in[1], out[2] = in[2];
+
222 return _nop? true : forward(_handle, out[0], out[1], out[2]);
+
223 }
-
218
-
221 template<typename DVEC3A, typename DVEC3B>
-
-
222 inline bool transform(const DVEC3A& in, DVEC3B& out) const {
-
223 out[0] = in[0], out[1] = in[1], out[2] = in[2];
-
224 return _nop? true : forward(_handle, out[0], out[1], out[2]);
-
225 }
+
224
+
227 template<typename DVEC3A, typename DVEC3B>
+
+
228 inline bool operator()(const DVEC3A& in, DVEC3B& out) const {
+
229 out[0] = in[0], out[1] = in[1], out[2] = in[2];
+
230 return _nop ? true : forward(_handle, out[0], out[1], out[2]);
+
231 }
-
226
-
229 template<typename DVEC3A, typename DVEC3B>
-
-
230 inline bool operator()(const DVEC3A& in, DVEC3B& out) const {
-
231 out[0] = in[0], out[1] = in[1], out[2] = in[2];
-
232 return _nop ? true : forward(_handle, out[0], out[1], out[2]);
-
233 }
+
232
+
235 template<typename ITERATOR>
+
+
236 inline bool transformRange(ITERATOR begin, ITERATOR end) const {
+
237 if (_nop) return true;
+
238 unsigned errors = 0;
+
239 for (auto iter = begin; iter != end; ++iter)
+
240 if (!forward(_handle, iter->x, iter->y, iter->z))
+
241 errors++;
+
242 return errors == 0;
+
243 }
-
234
-
237 template<typename ITERATOR>
-
-
238 inline bool transformRange(ITERATOR begin, ITERATOR end) const {
-
239 if (_nop) return true;
-
240 unsigned errors = 0;
-
241 for (auto iter = begin; iter != end; ++iter)
-
242 if (!forward(_handle, iter->x, iter->y, iter->z))
-
243 errors++;
-
244 return errors == 0;
-
245 }
+
244
+
247 template<typename DVEC3>
+
+
248 inline bool transformArray(DVEC3* inout, std::size_t count) const {
+
249 return _nop ? true : forward(_handle,
+
250 &inout[0][0], &inout[0][1], &inout[0][2], sizeof(DVEC3), count);
+
251 }
-
246
-
249 template<typename DVEC3>
-
-
250 inline bool transformArray(DVEC3* inout, std::size_t count) const {
-
251 return _nop ? true : forward(_handle,
-
252 &inout[0][0], &inout[0][1], &inout[0][2], sizeof(DVEC3), count);
-
253 }
+
252
+
255 template<typename DVEC3A, typename DVEC3B>
+
+
256 inline bool inverse(const DVEC3A& in, DVEC3B& out) const {
+
257 out = { in[0], in[1], in[2] };
+
258 return _nop ? true : inverse(_handle, out[0], out[1], out[2]);
+
259 }
-
254
-
257 template<typename DVEC3A, typename DVEC3B>
-
-
258 inline bool inverse(const DVEC3A& in, DVEC3B& out) const {
-
259 out = { in[0], in[1], in[2] };
-
260 return _nop ? true : inverse(_handle, out[0], out[1], out[2]);
-
261 }
+
260
+
263 template<typename ITERATOR>
+
+
264 inline bool inverseRange(ITERATOR begin, ITERATOR end) const {
+
265 if (_nop) return true;
+
266 unsigned errors = 0;
+
267 for (auto iter = begin; iter != end; ++iter)
+
268 if (!inverse(_handle, iter->x, iter->y, iter->z))
+
269 errors++;
+
270 return errors == 0;
+
271 }
-
262
-
265 template<typename ITERATOR>
-
-
266 inline bool inverseRange(ITERATOR begin, ITERATOR end) const {
-
267 if (_nop) return true;
-
268 unsigned errors = 0;
-
269 for (auto iter = begin; iter != end; ++iter)
-
270 if (!inverse(_handle, iter->x, iter->y, iter->z))
-
271 errors++;
-
272 return errors == 0;
-
273 }
+
272
+
275 template<typename DVEC3>
+
+
276 inline bool inverseArray(DVEC3* inout, std::size_t count) const {
+
277 return _nop ? true : inverse(_handle,
+
278 &inout[0][0], &inout[0][1], &inout[0][2], sizeof(DVEC3), count);
+
279 }
-
274
-
277 template<typename DVEC3>
-
-
278 inline bool inverseArray(DVEC3* inout, std::size_t count) const {
-
279 return _nop ? true : inverse(_handle,
-
280 &inout[0][0], &inout[0][1], &inout[0][2], sizeof(DVEC3), count);
-
281 }
+
280
+
+
282 inline const std::string& lastError() const {
+
283 return _lastError;
+
284 }
-
282
-
-
284 inline const std::string& lastError() const {
-
285 return _lastError;
-
286 }
+
285
+
288 std::string string() const;
+
289
+
290 // copy/move ops
+
291 SRSOperation(const SRSOperation& rhs) = default;
+
292 SRSOperation& operator=(const SRSOperation&) = default;
+
293 SRSOperation(SRSOperation&& rhs) noexcept = default;
+ +
295
+
296 private:
+
297 void* _handle = nullptr;
+
298 bool _nop = true;
+
299 SRS _from, _to;
+
300 mutable std::string _lastError;
+
301
+
302 bool forward(void* handle, double& x, double& y, double& z) const;
+
303 bool inverse(void* handle, double& x, double& y, double& z) const;
+
304
+
305 bool forward(void* handle, double* x, double* y, double* z, std::size_t stride, std::size_t count) const;
+
306 bool inverse(void* handle, double* x, double* y, double* z, std::size_t stride, std::size_t count) const;
+ +
308 };
-
287
-
290 std::string string() const;
-
291
-
292 // copy/move ops
-
293 SRSOperation(const SRSOperation& rhs) = default;
-
294 SRSOperation& operator=(const SRSOperation&) = default;
-
295 SRSOperation(SRSOperation&& rhs) noexcept = default;
- -
297
-
298 private:
-
299 void* _handle = nullptr;
-
300 bool _nop = true;
-
301 SRS _from, _to;
-
302 mutable std::string _lastError;
-
303
-
304 bool forward(void* handle, double& x, double& y, double& z) const;
-
305 bool inverse(void* handle, double& x, double& y, double& z) const;
-
306
-
307 bool forward(void* handle, double* x, double* y, double* z, std::size_t stride, std::size_t count) const;
-
308 bool inverse(void* handle, double* x, double* y, double* z, std::size_t stride, std::size_t count) const;
- -
310 };
-
-
311}
+
309}
Definition SRS.h:21
static const SRS ECEF
Definition SRS.h:29
static const SRS SPHERICAL_MERCATOR
Definition SRS.h:33
const std::string & definition() const
Definition used to initialize this SRS.
Definition SRS.h:64
-
static std::function< void(int level, const char *msg)> projMessageCallback
PROJ message redirector.
Definition SRS.h:164
-
bool valid() const
Whether this is a valid SRS.
Definition SRS.h:69
+
static std::function< void(int level, const char *msg)> projMessageCallback
PROJ message redirector.
Definition SRS.h:163
static const SRS WGS84
Definition SRS.h:25
static const SRS MOON
Earth's Moon, Geographic coords.
Definition SRS.h:40
static const SRS PLATE_CARREE
Definition SRS.h:37
static const SRS EMPTY
Empty invalid SRS.
Definition SRS.h:43
-
Definition SRS.h:186
-
bool inverseArray(DVEC3 *inout, std::size_t count) const
Definition SRS.h:278
-
bool operator()(const DVEC3A &in, DVEC3B &out) const
Definition SRS.h:230
-
const std::string & lastError() const
Error message if something returns false.
Definition SRS.h:284
-
bool inverseRange(ITERATOR begin, ITERATOR end) const
Definition SRS.h:266
-
bool inverse(const DVEC3A &in, DVEC3B &out) const
Definition SRS.h:258
-
bool transformRange(ITERATOR begin, ITERATOR end) const
Definition SRS.h:238
-
const SRS & from() const
Source SRS of the operation.
Definition SRS.h:210
-
const SRS & to() const
Target SRS of the operation.
Definition SRS.h:215
+
Definition SRS.h:184
+
bool inverseArray(DVEC3 *inout, std::size_t count) const
Definition SRS.h:276
+
bool operator()(const DVEC3A &in, DVEC3B &out) const
Definition SRS.h:228
+
const std::string & lastError() const
Error message if something returns false.
Definition SRS.h:282
+
bool inverseRange(ITERATOR begin, ITERATOR end) const
Definition SRS.h:264
+
bool inverse(const DVEC3A &in, DVEC3B &out) const
Definition SRS.h:256
+
bool transformRange(ITERATOR begin, ITERATOR end) const
Definition SRS.h:236
+
const SRS & from() const
Source SRS of the operation.
Definition SRS.h:208
+
const SRS & to() const
Target SRS of the operation.
Definition SRS.h:213
SRSOperation()=default
Construct an empty, NOOP operation.
-
bool transform(const DVEC3A &in, DVEC3B &out) const
Definition SRS.h:222
-
bool noop() const
Whether this operation is a no-op.
Definition SRS.h:205
-
bool valid() const
Whether this is a valid and legal operation.
Definition SRS.h:197
-
bool transformArray(DVEC3 *inout, std::size_t count) const
Definition SRS.h:250
+
bool transform(const DVEC3A &in, DVEC3B &out) const
Definition SRS.h:220
+
bool noop() const
Whether this operation is a no-op.
Definition SRS.h:203
+
bool valid() const
Whether this is a valid and legal operation.
Definition SRS.h:195
+
bool transformArray(DVEC3 *inout, std::size_t count) const
Definition SRS.h:248
Definition Callbacks.h:16
Definition optional.h:26
diff --git a/doxygen/_tile_key_8h_source.html b/doxygen/_tile_key_8h_source.html index 8f6db797..5ab7a09c 100644 --- a/doxygen/_tile_key_8h_source.html +++ b/doxygen/_tile_key_8h_source.html @@ -215,7 +215,7 @@
Definition GeoPoint.h:17
Definition Profile.h:23
bool valid() const
Definition Profile.cpp:199
-
const std::string & getHorizSignature() const
Definition Profile.h:199
+
const std::string & getHorizSignature() const
Definition Profile.h:197
bool equivalentTo(const Profile &rhs) const
Definition Profile.cpp:92
Definition TileKey.h:22
bool valid() const
Whether this is a valid key.
Definition TileKey.h:86
diff --git a/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_profile-members.html b/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_profile-members.html index 163d26c4..b5e54da2 100644 --- a/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_profile-members.html +++ b/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_profile-members.html @@ -92,24 +92,20 @@ getHorizSignature() constROCKY_NAMESPACE::Profileinline getLevelOfDetailForHorizResolution(double resolution, int tileSize) constROCKY_NAMESPACE::Profile getRootKeys(const Profile &target_profile, std::vector< TileKey > &out_keys)ROCKY_NAMESPACE::Profilestatic - GLOBAL_GEODETIC (defined in ROCKY_NAMESPACE::Profile)ROCKY_NAMESPACE::Profilestatic - hash() constROCKY_NAMESPACE::Profileinline - horizontallyEquivalentTo(const Profile &rhs) constROCKY_NAMESPACE::Profile - levelOfDetail(double tileHeight) constROCKY_NAMESPACE::Profile - MOON (defined in ROCKY_NAMESPACE::Profile)ROCKY_NAMESPACE::Profilestatic + hash() constROCKY_NAMESPACE::Profileinline + horizontallyEquivalentTo(const Profile &rhs) constROCKY_NAMESPACE::Profile + levelOfDetail(double tileHeight) constROCKY_NAMESPACE::Profile numTiles(unsigned lod) constROCKY_NAMESPACE::Profile operator!=(const Profile &rhs) const (defined in ROCKY_NAMESPACE::Profile)ROCKY_NAMESPACE::Profileinline operator=(const Profile &rhs)=default (defined in ROCKY_NAMESPACE::Profile)ROCKY_NAMESPACE::Profile operator==(const Profile &rhs) constROCKY_NAMESPACE::Profileinline overrideSRS(const SRS &) constROCKY_NAMESPACE::Profile - PLATE_CARREE (defined in ROCKY_NAMESPACE::Profile)ROCKY_NAMESPACE::Profilestatic - Profile()ROCKY_NAMESPACE::Profile - Profile(const std::string &well_known_name)ROCKY_NAMESPACE::Profileexplicit - Profile(const SRS &srs, const Box &bounds=Box(), unsigned x_tiles_at_root=0, unsigned y_tiles_at_root=0)ROCKY_NAMESPACE::Profile - Profile(const Profile &rhs)=default (defined in ROCKY_NAMESPACE::Profile)ROCKY_NAMESPACE::Profile - setup(const std::string &wellKnownName) (defined in ROCKY_NAMESPACE::Profile)ROCKY_NAMESPACE::Profileprotected - setup(const SRS &, const Box &bounds, unsigned dim_x, unsigned dim_y) (defined in ROCKY_NAMESPACE::Profile)ROCKY_NAMESPACE::Profileprotected - SPHERICAL_MERCATOR (defined in ROCKY_NAMESPACE::Profile)ROCKY_NAMESPACE::Profilestatic + Profile()ROCKY_NAMESPACE::Profile + Profile(const std::string &well_known_name)ROCKY_NAMESPACE::Profileexplicit + Profile(const SRS &srs, const Box &bounds=Box(), unsigned x_tiles_at_root=0, unsigned y_tiles_at_root=0)ROCKY_NAMESPACE::Profile + Profile(const Profile &rhs)=default (defined in ROCKY_NAMESPACE::Profile)ROCKY_NAMESPACE::Profile + setup(const std::string &wellKnownName) (defined in ROCKY_NAMESPACE::Profile)ROCKY_NAMESPACE::Profileprotected + setup(const SRS &, const Box &bounds, unsigned dim_x, unsigned dim_y) (defined in ROCKY_NAMESPACE::Profile)ROCKY_NAMESPACE::Profileprotected srs() constROCKY_NAMESPACE::Profile tileDimensions(unsigned lod) constROCKY_NAMESPACE::Profile tileExtent(unsigned lod, unsigned tileX, unsigned tileY) constROCKY_NAMESPACE::Profile diff --git a/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_profile.html b/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_profile.html index 0546aea4..473bbb80 100644 --- a/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_profile.html +++ b/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_profile.html @@ -77,7 +77,6 @@ @@ -178,21 +177,6 @@ static void getAllKeysAtLOD (unsigned lod, const Profile &target_profile, std::vector< TileKey > &out_keys)   - - - - - - - - - -

-Static Public Attributes

-static const Profile GLOBAL_GEODETIC
 
-static const Profile SPHERICAL_MERCATOR
 
-static const Profile PLATE_CARREE
 
-static const Profile MOON
 
- +

Protected Member Functions

@@ -234,7 +218,7 @@

-

Construct a profile from a well-know name (See the well-known constants above)

+

Construct a profile from a well-know name or initialization string Can be one of global-geodetic spherical-mercator plate-carree moon .. or any valid +proj initialization string

@@ -726,7 +710,6 @@

Profile.h
  • src/rocky/Profile.cpp
  • -
  • src/rocky/static.cpp
  • diff --git a/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s-members.html b/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s-members.html index be82a8dc..f713128f 100644 --- a/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s-members.html +++ b/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s-members.html @@ -116,7 +116,7 @@

    transformUnits(double input, const SRS &fromSRS, const SRS &toSRS, const Angle &latitude)ROCKY_NAMESPACE::SRSstatic
    transformUnits(const Distance &distance, const SRS &outSRS, const Angle &latitude)ROCKY_NAMESPACE::SRSstatic
    units() constROCKY_NAMESPACE::SRS
    valid() constROCKY_NAMESPACE::SRSinline
    valid() constROCKY_NAMESPACE::SRS
    WGS84ROCKY_NAMESPACE::SRSstatic
    wkt() constROCKY_NAMESPACE::SRS
    diff --git a/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html b/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html index f6ee75fc..fa9f6441 100644 --- a/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html +++ b/doxygen/class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html @@ -103,10 +103,10 @@ const std::string & definition () const  Definition used to initialize this SRS.
      - + bool valid () const - Whether this is a valid SRS.
    -  + Whether this is a valid SRS.
     operator bool () const   diff --git a/doxygen/functions_func_v.html b/doxygen/functions_func_v.html index 4d3cc1ca..65a5a36b 100644 --- a/doxygen/functions_func_v.html +++ b/doxygen/functions_func_v.html @@ -73,7 +73,7 @@
    Here is a list of all documented functions with links to the class documentation for each member:

    - v -

      -
    • valid() : ROCKY_NAMESPACE::Feature, ROCKY_NAMESPACE::GeoCircle, ROCKY_NAMESPACE::GeoExtent, ROCKY_NAMESPACE::GeoHeightfield, ROCKY_NAMESPACE::Geoid, ROCKY_NAMESPACE::GeoImage, ROCKY_NAMESPACE::GeoPoint, ROCKY_NAMESPACE::Image, ROCKY_NAMESPACE::Profile, ROCKY_NAMESPACE::SRS, ROCKY_NAMESPACE::SRSOperation, ROCKY_NAMESPACE::TileKey, ROCKY_NAMESPACE::URI::Stream, ROCKY_NAMESPACE::Viewpoint
    • +
    • valid() : ROCKY_NAMESPACE::Feature, ROCKY_NAMESPACE::GeoCircle, ROCKY_NAMESPACE::GeoExtent, ROCKY_NAMESPACE::GeoHeightfield, ROCKY_NAMESPACE::Geoid, ROCKY_NAMESPACE::GeoImage, ROCKY_NAMESPACE::GeoPoint, ROCKY_NAMESPACE::Image, ROCKY_NAMESPACE::Profile, ROCKY_NAMESPACE::SRS, ROCKY_NAMESPACE::SRSOperation, ROCKY_NAMESPACE::TileKey, ROCKY_NAMESPACE::URI::Stream, ROCKY_NAMESPACE::Viewpoint
    • value() : ROCKY_NAMESPACE::Image
    • Value() : TiXmlAttribute, TiXmlNode
    • value() : WEEJOBS_NAMESPACE::future< T >
    • diff --git a/doxygen/functions_r.html b/doxygen/functions_r.html index bda651c3..5881a410 100644 --- a/doxygen/functions_r.html +++ b/doxygen/functions_r.html @@ -101,8 +101,8 @@

      - r -

      • renderContinuously : ROCKY_NAMESPACE::VSGContextImpl
      • renderingEnabled : ROCKY_NAMESPACE::VSGContextImpl
      • renderRequests : ROCKY_NAMESPACE::VSGContextImpl
      • -
      • renderType() : ROCKY_NAMESPACE::Layer
      • RenderType : ROCKY_NAMESPACE::Layer
      • +
      • renderType() : ROCKY_NAMESPACE::Layer
      • ReplaceChild() : TiXmlNode
      • reproject() : ROCKY_NAMESPACE::GeoImage
      • requestFrame() : ROCKY_NAMESPACE::VSGContextImpl
      • diff --git a/doxygen/functions_v.html b/doxygen/functions_v.html index a225c83c..b6544c65 100644 --- a/doxygen/functions_v.html +++ b/doxygen/functions_v.html @@ -73,7 +73,7 @@
        Here is a list of all documented class members with links to the class documentation for each member:

        - v -

          -
        • valid() : ROCKY_NAMESPACE::Feature, ROCKY_NAMESPACE::GeoCircle, ROCKY_NAMESPACE::GeoExtent, ROCKY_NAMESPACE::GeoHeightfield, ROCKY_NAMESPACE::Geoid, ROCKY_NAMESPACE::GeoImage, ROCKY_NAMESPACE::GeoPoint, ROCKY_NAMESPACE::Image, ROCKY_NAMESPACE::Profile, ROCKY_NAMESPACE::SRS, ROCKY_NAMESPACE::SRSOperation, ROCKY_NAMESPACE::TileKey, ROCKY_NAMESPACE::URI::Stream, ROCKY_NAMESPACE::Viewpoint
        • +
        • valid() : ROCKY_NAMESPACE::Feature, ROCKY_NAMESPACE::GeoCircle, ROCKY_NAMESPACE::GeoExtent, ROCKY_NAMESPACE::GeoHeightfield, ROCKY_NAMESPACE::Geoid, ROCKY_NAMESPACE::GeoImage, ROCKY_NAMESPACE::GeoPoint, ROCKY_NAMESPACE::Image, ROCKY_NAMESPACE::Profile, ROCKY_NAMESPACE::SRS, ROCKY_NAMESPACE::SRSOperation, ROCKY_NAMESPACE::TileKey, ROCKY_NAMESPACE::URI::Stream, ROCKY_NAMESPACE::Viewpoint
        • value() : ROCKY_NAMESPACE::Image
        • Value() : TiXmlAttribute, TiXmlNode
        • value() : WEEJOBS_NAMESPACE::future< T >
        • diff --git a/doxygen/search/all_1.js b/doxygen/search/all_1.js index 945b2e78..35e1601e 100644 --- a/doxygen/search/all_1.js +++ b/doxygen/search/all_1.js @@ -1,7 +1,7 @@ var searchData= [ ['abandon_0',['abandon',['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1future.html#a8535c81926cea2bb54788529db2be85b',1,'WEEJOBS_NAMESPACE::future']]], - ['accept_1',['accept',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_tile_node.html#ae6d11294c78ee9926e1ac9cbb6e479d3',1,'ROCKY_NAMESPACE::TerrainTileNode::accept()'],['../class_ti_xml_node.html#acc0f88b7462c6cb73809d410a4f5bb86',1,'TiXmlNode::Accept()'],['../class_ti_xml_element.html#a01d33358cce9d1817b557d314dda3779',1,'TiXmlElement::Accept()'],['../class_ti_xml_comment.html#ac894241530d1d266131a5026cb251a95',1,'TiXmlComment::Accept()'],['../class_ti_xml_text.html#af65964326eac4640bfb97d4622fa0de2',1,'TiXmlText::Accept()'],['../class_ti_xml_declaration.html#aa1b6bade6c989407ce9881bdfc73c1e6',1,'TiXmlDeclaration::Accept()'],['../class_ti_xml_unknown.html#aafdf1b2d4f561979c7907bad91004999',1,'TiXmlUnknown::Accept()'],['../class_ti_xml_document.html#a8ddd6eec722cbd25900bbac664909bac',1,'TiXmlDocument::Accept()']]], + ['accept_1',['accept',['../class_ti_xml_node.html#acc0f88b7462c6cb73809d410a4f5bb86',1,'TiXmlNode::Accept()'],['../class_ti_xml_element.html#a01d33358cce9d1817b557d314dda3779',1,'TiXmlElement::Accept()'],['../class_ti_xml_comment.html#ac894241530d1d266131a5026cb251a95',1,'TiXmlComment::Accept()'],['../class_ti_xml_text.html#af65964326eac4640bfb97d4622fa0de2',1,'TiXmlText::Accept()'],['../class_ti_xml_declaration.html#aa1b6bade6c989407ce9881bdfc73c1e6',1,'TiXmlDeclaration::Accept()'],['../class_ti_xml_unknown.html#aafdf1b2d4f561979c7907bad91004999',1,'TiXmlUnknown::Accept()'],['../class_ti_xml_document.html#a8ddd6eec722cbd25900bbac664909bac',1,'TiXmlDocument::Accept()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_tile_node.html#ae6d11294c78ee9926e1ac9cbb6e479d3',1,'ROCKY_NAMESPACE::TerrainTileNode::accept()']]], ['acquire_2',['acquire',['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1detail_1_1semaphore.html#a9b6bf7f8de970f7f9d38743853b36baa',1,'WEEJOBS_NAMESPACE::detail::semaphore']]], ['actionoptiontype_3',['ActionOptionType',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map_manipulator.html#a5efffa45eb54dcceb41aa1641595c0c7',1,'ROCKY_NAMESPACE::MapManipulator']]], ['actiontype_4',['ActionType',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map_manipulator.html#a29ff4aeb5d816515dd0e0d70cdb16ac7',1,'ROCKY_NAMESPACE::MapManipulator']]], diff --git a/doxygen/search/all_12.js b/doxygen/search/all_12.js index f8de7d35..80a1f249 100644 --- a/doxygen/search/all_12.js +++ b/doxygen/search/all_12.js @@ -20,7 +20,7 @@ var searchData= ['release_17',['release',['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1detail_1_1semaphore.html#a44fd0368e3252fd8de30e2bec0da7220',1,'WEEJOBS_NAMESPACE::detail::semaphore::release()'],['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1future.html#a21f26a366d6092504153172d6934f922',1,'WEEJOBS_NAMESPACE::future::release()']]], ['releaseall_18',['releaseAll',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_tile_pager.html#a7f8ec6f8dd925af2f4739f995e5411d1',1,'ROCKY_NAMESPACE::TerrainTilePager']]], ['releasedata_19',['releaseData',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a2cc633df03e7f610dd048c5e21677e6a',1,'ROCKY_NAMESPACE::Image']]], - ['remove_20',['remove',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_callback.html#a0c9eefe4d006aef0632652dfe52300a4',1,'ROCKY_NAMESPACE::Callback::remove()'],['../class_r_tree.html#a1b4b6b4c73bc47029ba696c49265c043',1,'RTree::Remove()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer_collection.html#a5920f6c50cb15496063bb19d10639fba',1,'ROCKY_NAMESPACE::LayerCollection::remove()']]], + ['remove_20',['remove',['../class_r_tree.html#a1b4b6b4c73bc47029ba696c49265c043',1,'RTree::Remove()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer_collection.html#a5920f6c50cb15496063bb19d10639fba',1,'ROCKY_NAMESPACE::LayerCollection::remove()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_callback.html#a0c9eefe4d006aef0632652dfe52300a4',1,'ROCKY_NAMESPACE::Callback::remove()']]], ['removeall_21',['RemoveAll',['../class_r_tree.html#a396f1031eb2c8224715741fd0b77349d',1,'RTree']]], ['removeattribute_22',['removeattribute',['../class_ti_xml_element.html#a56979767deca794376b1dfa69a525b2a',1,'TiXmlElement::RemoveAttribute(const char *name)'],['../class_ti_xml_element.html#a1afa6aea716511326a608e4c05df4f3a',1,'TiXmlElement::RemoveAttribute(const std::string &name)']]], ['removecallback_23',['removeCallback',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map.html#af03b5a43423bab01082b392bb83e6cd3',1,'ROCKY_NAMESPACE::Map']]], @@ -32,7 +32,7 @@ var searchData= ['rendercontinuously_29',['renderContinuously',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_v_s_g_context_impl.html#a7841f63786f169eddf8c241edb8135cd',1,'ROCKY_NAMESPACE::VSGContextImpl']]], ['renderingenabled_30',['renderingEnabled',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_v_s_g_context_impl.html#a60b06e8377def6bbca78f57e6f875c12',1,'ROCKY_NAMESPACE::VSGContextImpl']]], ['renderrequests_31',['renderRequests',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_v_s_g_context_impl.html#a1008c3fa307122c16190dffeb1e0c0ed',1,'ROCKY_NAMESPACE::VSGContextImpl']]], - ['rendertype_32',['rendertype',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer.html#a9ba5c50675206531e4ce441b19880418',1,'ROCKY_NAMESPACE::Layer::renderType() const'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer.html#a81f42475cc4fa775fb9b86381a14edd1',1,'ROCKY_NAMESPACE::Layer::RenderType']]], + ['rendertype_32',['rendertype',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer.html#a81f42475cc4fa775fb9b86381a14edd1',1,'ROCKY_NAMESPACE::Layer::RenderType'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer.html#a9ba5c50675206531e4ce441b19880418',1,'ROCKY_NAMESPACE::Layer::renderType() const']]], ['replacechild_33',['ReplaceChild',['../class_ti_xml_node.html#a543208c2c801c84a213529541e904b9f',1,'TiXmlNode']]], ['reproject_34',['reproject',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_image.html#a379055c5a835826ea0f73b5a112620a4',1,'ROCKY_NAMESPACE::GeoImage']]], ['requestframe_35',['requestFrame',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_v_s_g_context_impl.html#ae400cbc9f2a296c23e1ec855c9a6b563',1,'ROCKY_NAMESPACE::VSGContextImpl']]], diff --git a/doxygen/search/all_13.js b/doxygen/search/all_13.js index 69e908f8..d6da673d 100644 --- a/doxygen/search/all_13.js +++ b/doxygen/search/all_13.js @@ -61,7 +61,7 @@ var searchData= ['sharpness_58',['sharpness',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image_layer.html#a88bdf4ec24db7a5b9d0128d7a86324ef',1,'ROCKY_NAMESPACE::ImageLayer']]], ['shutdown_59',['shutdown',['../namespace_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e.html#a44db487a1de31df5815dd5f549007257',1,'WEEJOBS_NAMESPACE']]], ['singleaxisrotation_60',['singleAxisRotation',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map_manipulator_1_1_settings.html#ae190b6af695463cd657ed4309d383710',1,'ROCKY_NAMESPACE::MapManipulator::Settings']]], - ['size_61',['size',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer_collection.html#aba6ac9ac184a9372c2d9957bf9276676',1,'ROCKY_NAMESPACE::LayerCollection::size()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geometry_pool.html#a7d6fcfc85577851548ca30c00f5c403f',1,'ROCKY_NAMESPACE::GeometryPool::size() const'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geometry_pool.html#a7d6fcfc85577851548ca30c00f5c403f',1,'ROCKY_NAMESPACE::GeometryPool::size() const'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_tile_pager.html#a9bb95f5e2cc8ed34d60de9260c73f5ad',1,'ROCKY_NAMESPACE::TerrainTilePager::size()'],['../class_ti_xml_printer.html#ad01375ae9199bd2f48252eaddce3039d',1,'TiXmlPrinter::Size()']]], + ['size_61',['size',['../class_ti_xml_printer.html#ad01375ae9199bd2f48252eaddce3039d',1,'TiXmlPrinter::Size()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer_collection.html#aba6ac9ac184a9372c2d9957bf9276676',1,'ROCKY_NAMESPACE::LayerCollection::size()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geometry_pool.html#a7d6fcfc85577851548ca30c00f5c403f',1,'ROCKY_NAMESPACE::GeometryPool::size() const'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geometry_pool.html#a7d6fcfc85577851548ca30c00f5c403f',1,'ROCKY_NAMESPACE::GeometryPool::size() const'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_tile_pager.html#a9bb95f5e2cc8ed34d60de9260c73f5ad',1,'ROCKY_NAMESPACE::TerrainTilePager::size()']]], ['sizeinbytes_62',['sizeInBytes',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a324cc512cd4ad4d5763638f0f5aba0c6',1,'ROCKY_NAMESPACE::Image']]], ['sizeinpixels_63',['sizeInPixels',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#ab16738a65bd5682c9065f486588a8147',1,'ROCKY_NAMESPACE::Image']]], ['skirtratio_64',['skirtRatio',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_settings.html#afb6f72eebca9c512f2acd6b4853abef8',1,'ROCKY_NAMESPACE::TerrainSettings']]], diff --git a/doxygen/search/all_16.js b/doxygen/search/all_16.js index 9f27e9de..5bea6cfe 100644 --- a/doxygen/search/all_16.js +++ b/doxygen/search/all_16.js @@ -1,7 +1,7 @@ var searchData= [ - ['valid_0',['valid',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geoid.html#a312b5f5375e3f1d95da42708132467b7',1,'ROCKY_NAMESPACE::Geoid::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_viewpoint.html#a1096e189115240a336bbf68c984a3161',1,'ROCKY_NAMESPACE::Viewpoint::valid()'],['../struct_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_u_r_i_1_1_stream.html#a4c1dc986d09097f9cb4f45e4fe8feda8',1,'ROCKY_NAMESPACE::URI::Stream::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_tile_key.html#a056258185357b08a024b687e367461bd',1,'ROCKY_NAMESPACE::TileKey::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s_operation.html#ac079e80683498027eb92e592aa81fd83',1,'ROCKY_NAMESPACE::SRSOperation::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html#a8864cb5c0724df2c581668ace7d1444f',1,'ROCKY_NAMESPACE::SRS::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_profile.html#a4963ece8d57d84b26cac573fc0581973',1,'ROCKY_NAMESPACE::Profile::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a2a2decef082d82ca6a4ed2c7c6b6efd0',1,'ROCKY_NAMESPACE::Image::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_point.html#aff4448c3c00286dd150334e1bb138672',1,'ROCKY_NAMESPACE::GeoPoint::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_image.html#abfb0df0de708191327c2c199d0c5e533',1,'ROCKY_NAMESPACE::GeoImage::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_heightfield.html#a08a04bc875a11a3eabca907ca166a4b3',1,'ROCKY_NAMESPACE::GeoHeightfield::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_extent.html#a861eec724d19660840058f61a27ed6c5',1,'ROCKY_NAMESPACE::GeoExtent::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_circle.html#aca2499084fe1fb591b2a4c98930e7de6',1,'ROCKY_NAMESPACE::GeoCircle::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_feature.html#a8f551f3d37833f07e48610857c201908',1,'ROCKY_NAMESPACE::Feature::valid()']]], - ['value_1',['value',['../class_ti_xml_node.html#a3b260dd22313f310c0acb2e68ada6f5b',1,'TiXmlNode::Value()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a4d2c55c907b60f46d192d68034de0220',1,'ROCKY_NAMESPACE::Image::value(unsigned s, unsigned t, unsigned layer=0) const'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#acada7e62146ea75dc47288b0127bef35',1,'ROCKY_NAMESPACE::Image::value(unsigned s, unsigned t, unsigned layer=0)'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a8f116c7bddd55cdb6279668fb123de71',1,'ROCKY_NAMESPACE::Image::value(unsigned offset) const'],['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1future.html#a10f5b6906fb61ff53014550be7df73d0',1,'WEEJOBS_NAMESPACE::future::value()'],['../class_ti_xml_attribute.html#a0da84344b585308878ec68605f1cbb20',1,'TiXmlAttribute::Value()']]], + ['valid_0',['valid',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geoid.html#a312b5f5375e3f1d95da42708132467b7',1,'ROCKY_NAMESPACE::Geoid::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_viewpoint.html#a1096e189115240a336bbf68c984a3161',1,'ROCKY_NAMESPACE::Viewpoint::valid()'],['../struct_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_u_r_i_1_1_stream.html#a4c1dc986d09097f9cb4f45e4fe8feda8',1,'ROCKY_NAMESPACE::URI::Stream::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_tile_key.html#a056258185357b08a024b687e367461bd',1,'ROCKY_NAMESPACE::TileKey::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s_operation.html#ac079e80683498027eb92e592aa81fd83',1,'ROCKY_NAMESPACE::SRSOperation::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html#aac6b62d012616e00499fcc6e40688a16',1,'ROCKY_NAMESPACE::SRS::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_profile.html#a4963ece8d57d84b26cac573fc0581973',1,'ROCKY_NAMESPACE::Profile::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a2a2decef082d82ca6a4ed2c7c6b6efd0',1,'ROCKY_NAMESPACE::Image::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_point.html#aff4448c3c00286dd150334e1bb138672',1,'ROCKY_NAMESPACE::GeoPoint::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_image.html#abfb0df0de708191327c2c199d0c5e533',1,'ROCKY_NAMESPACE::GeoImage::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_heightfield.html#a08a04bc875a11a3eabca907ca166a4b3',1,'ROCKY_NAMESPACE::GeoHeightfield::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_extent.html#a861eec724d19660840058f61a27ed6c5',1,'ROCKY_NAMESPACE::GeoExtent::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_circle.html#aca2499084fe1fb591b2a4c98930e7de6',1,'ROCKY_NAMESPACE::GeoCircle::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_feature.html#a8f551f3d37833f07e48610857c201908',1,'ROCKY_NAMESPACE::Feature::valid()']]], + ['value_1',['value',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a8f116c7bddd55cdb6279668fb123de71',1,'ROCKY_NAMESPACE::Image::value()'],['../class_ti_xml_node.html#a3b260dd22313f310c0acb2e68ada6f5b',1,'TiXmlNode::Value()'],['../class_ti_xml_attribute.html#a0da84344b585308878ec68605f1cbb20',1,'TiXmlAttribute::Value()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a4d2c55c907b60f46d192d68034de0220',1,'ROCKY_NAMESPACE::Image::value(unsigned s, unsigned t, unsigned layer=0) const'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#acada7e62146ea75dc47288b0127bef35',1,'ROCKY_NAMESPACE::Image::value(unsigned s, unsigned t, unsigned layer=0)'],['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1future.html#a10f5b6906fb61ff53014550be7df73d0',1,'WEEJOBS_NAMESPACE::future::value()']]], ['valuestr_2',['valuestr',['../class_ti_xml_node.html#a624184c20bd42cd8ccfde9e026bc21d9',1,'TiXmlNode::ValueStr()'],['../class_ti_xml_attribute.html#ae4cf8f2f878cd1ca9b1023de56134b34',1,'TiXmlAttribute::ValueStr()']]], ['version_3',['Version',['../class_ti_xml_declaration.html#aa4059b08504a70db291005015dcead02',1,'TiXmlDeclaration']]], ['viewer_4',['viewer',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_v_s_g_context_impl.html#ab96044dc1c39e40029253f46adf41b86',1,'ROCKY_NAMESPACE::VSGContextImpl']]], diff --git a/doxygen/search/all_5.js b/doxygen/search/all_5.js index e162fca4..2c60bf12 100644 --- a/doxygen/search/all_5.js +++ b/doxygen/search/all_5.js @@ -7,7 +7,7 @@ var searchData= ['elevation_4',['elevation',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_tile_model.html#a9088b8d2995f07b98c02b918d7013bae',1,'ROCKY_NAMESPACE::TerrainTileModel']]], ['elevationlayer_5',['elevationlayer',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_elevation_layer.html',1,'ROCKY_NAMESPACE::ElevationLayer'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_elevation_layer.html#a4f940c6f5e58d490704f939e28dfb826',1,'ROCKY_NAMESPACE::ElevationLayer::ElevationLayer()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_elevation_layer.html#a1e9d6f5439065236eb4e767d0eefbf81',1,'ROCKY_NAMESPACE::ElevationLayer::ElevationLayer(const std::string &JSON, const IOOptions &io)']]], ['elevationlayervector_6',['ElevationLayerVector',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_elevation_layer_vector.html',1,'ROCKY_NAMESPACE']]], - ['ellipsoid_7',['ellipsoid',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_ellipsoid.html',1,'ROCKY_NAMESPACE::Ellipsoid'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html#ab013c82dd11b7f1cd70a999dfb8d5c61',1,'ROCKY_NAMESPACE::SRS::ellipsoid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_ellipsoid.html#a8aba92dbd635c581c3a5e96f285dd651',1,'ROCKY_NAMESPACE::Ellipsoid::Ellipsoid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_ellipsoid.html#a7894e4805538dfb7fc8392392e64e459',1,'ROCKY_NAMESPACE::Ellipsoid::Ellipsoid(double semiMajorRadius, double semiMinorRadius)']]], + ['ellipsoid_7',['ellipsoid',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_ellipsoid.html',1,'ROCKY_NAMESPACE::Ellipsoid'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_ellipsoid.html#a8aba92dbd635c581c3a5e96f285dd651',1,'ROCKY_NAMESPACE::Ellipsoid::Ellipsoid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_ellipsoid.html#a7894e4805538dfb7fc8392392e64e459',1,'ROCKY_NAMESPACE::Ellipsoid::Ellipsoid(double semiMajorRadius, double semiMinorRadius)'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html#ab013c82dd11b7f1cd70a999dfb8d5c61',1,'ROCKY_NAMESPACE::SRS::ellipsoid() const']]], ['empty_8',['empty',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html#aeadf324d06b2bf20d50f003e0c604561',1,'ROCKY_NAMESPACE::SRS::EMPTY'],['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1future.html#a60308794f8be269403580940a8574e45',1,'WEEJOBS_NAMESPACE::future::empty()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer_collection.html#a1246e2fc5ae8a60162879501a974bf05',1,'ROCKY_NAMESPACE::LayerCollection::empty()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_create_tile_manifest.html#a42b997ce5d60c451a163e1a32cd1d936',1,'ROCKY_NAMESPACE::CreateTileManifest::empty()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_tile_model.html#a579e53fb9e37546712a7d10c23e45b7c',1,'ROCKY_NAMESPACE::TerrainTileModel::empty()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_u_r_i.html#a2cdf269a38fb8ef099fab60c9446c409',1,'ROCKY_NAMESPACE::URI::empty()']]], ['encodestring_9',['EncodeString',['../class_ti_xml_base.html#a32ed202562b58de64c7d799ca3c9db98',1,'TiXmlBase']]], ['encoding_10',['encoding',['../class_ti_xml_declaration.html#a52a6e73b714d3ea590e022178e54b9d3',1,'TiXmlDeclaration::Encoding()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_elevation_layer.html#a5102e4dcc795f548fd3add3458d4d295',1,'ROCKY_NAMESPACE::ElevationLayer::encoding']]], diff --git a/doxygen/search/all_6.js b/doxygen/search/all_6.js index cc257c21..f84f8482 100644 --- a/doxygen/search/all_6.js +++ b/doxygen/search/all_6.js @@ -4,7 +4,7 @@ var searchData= ['featurecount_1',['featureCount',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_feature_source.html#acfa9fac4be0112cc9652651c567d8b42',1,'ROCKY_NAMESPACE::FeatureSource']]], ['featuremask_2',['featuremask',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_mesh_system_node.html#ad083457e50f25cf21646a9894e9a28ff',1,'ROCKY_NAMESPACE::MeshSystemNode::featureMask()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_line_system_node.html#a78f0152fbcb20af4fac68f83d6d72ee1',1,'ROCKY_NAMESPACE::LineSystemNode::featureMask()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_icon_system_node.html#a3d242454a4cbfd8feb8f18aefa0394e2',1,'ROCKY_NAMESPACE::IconSystemNode::featureMask()']]], ['featureprofile_3',['FeatureProfile',['../struct_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_feature_profile.html',1,'ROCKY_NAMESPACE']]], - ['features_4',['features',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_icon_system_node.html#a6e93d09d5ef8d3eabd930160bae588af',1,'ROCKY_NAMESPACE::IconSystemNode::Features'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_mesh_system_node.html#a42951b4c6fbcec313d6e7efc1d4accd0',1,'ROCKY_NAMESPACE::MeshSystemNode::Features'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_feature_view.html#a26cac4bcdc51a22579defd267d5e853b',1,'ROCKY_NAMESPACE::FeatureView::features']]], + ['features_4',['features',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_feature_view.html#a26cac4bcdc51a22579defd267d5e853b',1,'ROCKY_NAMESPACE::FeatureView::features'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_icon_system_node.html#a6e93d09d5ef8d3eabd930160bae588af',1,'ROCKY_NAMESPACE::IconSystemNode::Features'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_mesh_system_node.html#a42951b4c6fbcec313d6e7efc1d4accd0',1,'ROCKY_NAMESPACE::MeshSystemNode::Features']]], ['featuresource_5',['FeatureSource',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_feature_source.html',1,'ROCKY_NAMESPACE']]], ['featureview_6',['featureview',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_feature_view.html',1,'ROCKY_NAMESPACE::FeatureView'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_feature_view.html#a530136db2548410834a51acdf2839cd4',1,'ROCKY_NAMESPACE::FeatureView::FeatureView()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_feature_view.html#a801397c50a6dc7a7a2fbe875ac6b4632',1,'ROCKY_NAMESPACE::FeatureView::FeatureView(const Feature &value)'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_feature_view.html#aa6be31d0c37b9a6f68c1ce4de4fd91b2',1,'ROCKY_NAMESPACE::FeatureView::FeatureView(Feature &&value) noexcept']]], ['fieldtype_7',['FieldType',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_feature.html#aea11d562eed02a7df9358b11a467b579',1,'ROCKY_NAMESPACE::Feature']]], diff --git a/doxygen/search/all_8.js b/doxygen/search/all_8.js index 17f7d253..48db6c3d 100644 --- a/doxygen/search/all_8.js +++ b/doxygen/search/all_8.js @@ -11,7 +11,7 @@ var searchData= ['heightatlocation_8',['heightAtLocation',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_heightfield.html#a11486d1e8d2b144470832b43f0ca01a8',1,'ROCKY_NAMESPACE::GeoHeightfield']]], ['heightatpixel_9',['heightAtPixel',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a8e82516191292a1d53d419d28bee10c3',1,'ROCKY_NAMESPACE::Heightfield']]], ['heightatuv_10',['heightAtUV',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a030d8587db801d1595abb6f2eeaa6059',1,'ROCKY_NAMESPACE::Heightfield']]], - ['heightfield_11',['heightfield',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html',1,'ROCKY_NAMESPACE::Heightfield'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a04724dd85d8552f567d3c2b76c13b805',1,'ROCKY_NAMESPACE::Heightfield::Heightfield()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a0ba755796cb2dc2c6d67a3e2c13a1391',1,'ROCKY_NAMESPACE::Heightfield::Heightfield(unsigned cols, unsigned rows)'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a6e844f3ea26c28612bc720dafa0e0097',1,'ROCKY_NAMESPACE::Heightfield::Heightfield(Image *rhs)'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_heightfield.html#a72fe41f1680d71e7a072a365f0379121',1,'ROCKY_NAMESPACE::GeoHeightfield::heightfield()']]], + ['heightfield_11',['heightfield',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html',1,'ROCKY_NAMESPACE::Heightfield'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a0ba755796cb2dc2c6d67a3e2c13a1391',1,'ROCKY_NAMESPACE::Heightfield::Heightfield(unsigned cols, unsigned rows)'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a6e844f3ea26c28612bc720dafa0e0097',1,'ROCKY_NAMESPACE::Heightfield::Heightfield(Image *rhs)'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_heightfield.html#a72fe41f1680d71e7a072a365f0379121',1,'ROCKY_NAMESPACE::GeoHeightfield::heightfield()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a04724dd85d8552f567d3c2b76c13b805',1,'ROCKY_NAMESPACE::Heightfield::Heightfield()']]], ['home_12',['home',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map_manipulator.html#a8eb7c46a7c773e0bbc5c536a66dd20fe',1,'ROCKY_NAMESPACE::MapManipulator']]], ['horizon_13',['horizon',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_horizon.html#a13da910586a3a8aac139f5f3de0d6717',1,'ROCKY_NAMESPACE::Horizon::Horizon()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_horizon.html',1,'ROCKY_NAMESPACE::Horizon'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_horizon.html#a9b8138525bc932e14230f053815c52ea',1,'ROCKY_NAMESPACE::Horizon::Horizon()']]], ['horizonculling_14',['horizonCulling',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_transform.html#a712e57ff90715f6b4f1566ad28dd1b5b',1,'ROCKY_NAMESPACE::GeoTransform']]], diff --git a/doxygen/search/all_9.js b/doxygen/search/all_9.js index 094ba95f..26eed219 100644 --- a/doxygen/search/all_9.js +++ b/doxygen/search/all_9.js @@ -13,7 +13,7 @@ var searchData= ['init_10',['init',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_bind_mesh_descriptors.html#a10a589de913be78ca8963029cfceae93',1,'ROCKY_NAMESPACE::BindMeshDescriptors::init()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_bind_line_descriptors.html#a8dd3895137aa75c0ba5b6347ccc01ccd',1,'ROCKY_NAMESPACE::BindLineDescriptors::init()']]], ['initialize_11',['initialize',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1ecs_1_1_e_c_s_node.html#a2c77fb65f0e05d6e5519b2b290efcd43',1,'ROCKY_NAMESPACE::ecs::ECSNode']]], ['initializesystem_12',['initializesystem',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_icon_system_node.html#ad75142c148b2f7c86d2bc5e3b7910458',1,'ROCKY_NAMESPACE::IconSystemNode::initializeSystem()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_label_system_node.html#a900236be1e63ba6894186c35164b8001',1,'ROCKY_NAMESPACE::LabelSystemNode::initializeSystem()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_line_system_node.html#a343dbc230262be55646b554225177259',1,'ROCKY_NAMESPACE::LineSystemNode::initializeSystem()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_mesh_system_node.html#af648fba70db4e53c9f973a4f15d07f89',1,'ROCKY_NAMESPACE::MeshSystemNode::initializeSystem()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1ecs_1_1_system.html#a7f5559953f3813375fbbf48c89faca41',1,'ROCKY_NAMESPACE::ecs::System::initializeSystem()']]], - ['insert_13',['insert',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_create_tile_manifest.html#a3943f2d5e46f415ab876de0f71169bb2',1,'ROCKY_NAMESPACE::CreateTileManifest::insert()'],['../class_r_tree.html#a98d1f0a325921db826b2a2d5a407c9be',1,'RTree::Insert()']]], + ['insert_13',['insert',['../class_r_tree.html#a98d1f0a325921db826b2a2d5a407c9be',1,'RTree::Insert()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_create_tile_manifest.html#a3943f2d5e46f415ab876de0f71169bb2',1,'ROCKY_NAMESPACE::CreateTileManifest::insert()']]], ['insertafterchild_14',['InsertAfterChild',['../class_ti_xml_node.html#a274db3292218202805c093f66a964cb5',1,'TiXmlNode']]], ['insertbeforechild_15',['InsertBeforeChild',['../class_ti_xml_node.html#a71e54e393336382bc9875f64aab5cb15',1,'TiXmlNode']]], ['insertendchild_16',['InsertEndChild',['../class_ti_xml_node.html#af287a913ce46d8dbf7ef24fec69bbaf0',1,'TiXmlNode']]], diff --git a/doxygen/search/all_d.js b/doxygen/search/all_d.js index f6be3702..c3b91bed 100644 --- a/doxygen/search/all_d.js +++ b/doxygen/search/all_d.js @@ -13,7 +13,7 @@ var searchData= ['m_5froot_10',['m_root',['../class_r_tree.html#a5028f4e28918519bc70cb1f615316582',1,'RTree']]], ['m_5funitspherevolume_11',['m_unitSphereVolume',['../class_r_tree.html#af26d4beb8ce3a381ee75eabeec4727e3',1,'RTree']]], ['makeparent_12',['makeParent',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_tile_key.html#a0094122903633b8ac23892d9668befea',1,'ROCKY_NAMESPACE::TileKey']]], - ['map_13',['map',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map.html#a0f5ad0fd4563497b4214038cbca8b582',1,'ROCKY_NAMESPACE::Map::Map()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map.html',1,'ROCKY_NAMESPACE::Map'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map_node.html#a168a62ea9da0d2c6f22c37981e3352eb',1,'ROCKY_NAMESPACE::MapNode::map'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_engine.html#a8c9727804bbf3da0175d002ae1add40d',1,'ROCKY_NAMESPACE::TerrainEngine::map'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_node.html#a8af6410b6fbc736aa56004cc9c979e65',1,'ROCKY_NAMESPACE::TerrainNode::map']]], + ['map_13',['map',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map_node.html#a168a62ea9da0d2c6f22c37981e3352eb',1,'ROCKY_NAMESPACE::MapNode::map'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map.html',1,'ROCKY_NAMESPACE::Map'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_engine.html#a8c9727804bbf3da0175d002ae1add40d',1,'ROCKY_NAMESPACE::TerrainEngine::map'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_node.html#a8af6410b6fbc736aa56004cc9c979e65',1,'ROCKY_NAMESPACE::TerrainNode::map'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map.html#a0f5ad0fd4563497b4214038cbca8b582',1,'ROCKY_NAMESPACE::Map::Map()']]], ['mapmanipulator_14',['mapmanipulator',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map_manipulator.html#af71c9036236f3787b622ea652f7735ea',1,'ROCKY_NAMESPACE::MapManipulator::MapManipulator()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map_manipulator.html',1,'ROCKY_NAMESPACE::MapManipulator']]], ['mapnode_15',['MapNode',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map_node.html',1,'ROCKY_NAMESPACE']]], ['mapresolution_16',['mapResolution',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_tile_key.html#a5d5486b0a06e823ee55befc4b6602d85',1,'ROCKY_NAMESPACE::TileKey']]], diff --git a/doxygen/search/all_e.js b/doxygen/search/all_e.js index 7a41ab9f..499018ba 100644 --- a/doxygen/search/all_e.js +++ b/doxygen/search/all_e.js @@ -1,13 +1,13 @@ var searchData= [ - ['name_0',['name',['../class_ti_xml_attribute.html#a83798ef3113c3522154c3fc37b4db85b',1,'TiXmlAttribute::Name()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_viewpoint.html#ae9d7b970ba050905c2ad05106c7cd94c',1,'ROCKY_NAMESPACE::Viewpoint::name'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_ellipsoid.html#a2abd653fbc8783412e13dc7fc36f4c53',1,'ROCKY_NAMESPACE::Ellipsoid::name()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html#a49c8fae7d359c71ddb9b598e758dcd75',1,'ROCKY_NAMESPACE::SRS::name()'],['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1jobpool.html#a57dc919cf293d28e5f4dfb7aa0ab6e46',1,'WEEJOBS_NAMESPACE::jobpool::name()']]], + ['name_0',['name',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_viewpoint.html#ae9d7b970ba050905c2ad05106c7cd94c',1,'ROCKY_NAMESPACE::Viewpoint::name'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_ellipsoid.html#a2abd653fbc8783412e13dc7fc36f4c53',1,'ROCKY_NAMESPACE::Ellipsoid::name()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html#a49c8fae7d359c71ddb9b598e758dcd75',1,'ROCKY_NAMESPACE::SRS::name()'],['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1jobpool.html#a57dc919cf293d28e5f4dfb7aa0ab6e46',1,'WEEJOBS_NAMESPACE::jobpool::name()'],['../class_ti_xml_attribute.html#a83798ef3113c3522154c3fc37b4db85b',1,'TiXmlAttribute::Name()']]], ['ndc_1',['ndc',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map_manipulator.html#a4a707443a4529c49a5ad37b76b42a2ce',1,'ROCKY_NAMESPACE::MapManipulator']]], ['next_2',['Next',['../class_ti_xml_attribute.html#af2e78f1ba9ed56a26ddc80614ed1c393',1,'TiXmlAttribute']]], ['nextsibling_3',['nextsibling',['../class_ti_xml_node.html#a14e70ff0ba2e47a3b17a3405f898ceef',1,'TiXmlNode::NextSibling(const std::string &_value) const'],['../class_ti_xml_node.html#a8d7b35b3cc61a5a53dcd4ae3b00bd59d',1,'TiXmlNode::NextSibling(const std::string &_value)'],['../class_ti_xml_node.html#a3db05b0249218e94fd41c766df87426c',1,'TiXmlNode::NextSibling() const'],['../class_ti_xml_node.html#a0864ea784b53cdca0a37829d3391ca4b',1,'TiXmlNode::NextSibling(const char *) const']]], ['nextsiblingelement_4',['nextsiblingelement',['../class_ti_xml_node.html#a9cceeca5466a4da0374e3ae59d1c35b1',1,'TiXmlNode::NextSiblingElement(const std::string &_value)'],['../class_ti_xml_node.html#a90351b3f9ae07c58db4d51712e867d8a',1,'TiXmlNode::NextSiblingElement(const std::string &_value) const'],['../class_ti_xml_node.html#a22def4746238abaee042f99b47ef3c94',1,'TiXmlNode::NextSiblingElement(const char *) const'],['../class_ti_xml_node.html#ac6105781c913a42aa7f3f17bd1964f7c',1,'TiXmlNode::NextSiblingElement() const']]], ['nochildren_5',['NoChildren',['../class_ti_xml_node.html#abe85e0ec04ea59c033f324c8504653e5',1,'TiXmlNode']]], ['nodatavalue_6',['noDataValue',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_elevation_layer.html#a5d19ac026c5584317dcf98064a40a662',1,'ROCKY_NAMESPACE::ElevationLayer']]], - ['node_7',['node',['../struct_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_transform.html#a3b1fa2e4cecb0682b846f646b762d208',1,'ROCKY_NAMESPACE::Transform::node'],['../class_ti_xml_handle.html#afa2eb82bacfb6e4c3dd5351ce28e5d7a',1,'TiXmlHandle::Node()'],['../struct_r_tree_1_1_node.html',1,'RTree< DATATYPE, ELEMTYPE, NUMDIMS, ELEMTYPEREAL, TMAXNODES, TMINNODES >::Node']]], + ['node_7',['node',['../class_ti_xml_handle.html#afa2eb82bacfb6e4c3dd5351ce28e5d7a',1,'TiXmlHandle::Node()'],['../struct_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_transform.html#a3b1fa2e4cecb0682b846f646b762d208',1,'ROCKY_NAMESPACE::Transform::node'],['../struct_r_tree_1_1_node.html',1,'RTree< DATATYPE, ELEMTYPE, NUMDIMS, ELEMTYPEREAL, TMAXNODES, TMINNODES >::Node']]], ['nodesystemnode_8',['NodeSystemNode',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_node_system_node.html',1,'ROCKY_NAMESPACE']]], ['nodetype_9',['NodeType',['../class_ti_xml_node.html#a836eded4920ab9e9ef28496f48cd95a2',1,'TiXmlNode']]], ['none_10',['NONE',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer.html#a81f42475cc4fa775fb9b86381a14edd1ab50339a10e1de285ac99d4c3990b8693',1,'ROCKY_NAMESPACE::Layer']]], diff --git a/doxygen/search/functions_1.js b/doxygen/search/functions_1.js index 2e44ce88..b60adbc5 100644 --- a/doxygen/search/functions_1.js +++ b/doxygen/search/functions_1.js @@ -1,7 +1,7 @@ var searchData= [ ['abandon_0',['abandon',['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1future.html#a8535c81926cea2bb54788529db2be85b',1,'WEEJOBS_NAMESPACE::future']]], - ['accept_1',['accept',['../class_ti_xml_document.html#a8ddd6eec722cbd25900bbac664909bac',1,'TiXmlDocument::Accept()'],['../class_ti_xml_unknown.html#aafdf1b2d4f561979c7907bad91004999',1,'TiXmlUnknown::Accept()'],['../class_ti_xml_declaration.html#aa1b6bade6c989407ce9881bdfc73c1e6',1,'TiXmlDeclaration::Accept()'],['../class_ti_xml_text.html#af65964326eac4640bfb97d4622fa0de2',1,'TiXmlText::Accept()'],['../class_ti_xml_comment.html#ac894241530d1d266131a5026cb251a95',1,'TiXmlComment::Accept()'],['../class_ti_xml_element.html#a01d33358cce9d1817b557d314dda3779',1,'TiXmlElement::Accept()'],['../class_ti_xml_node.html#acc0f88b7462c6cb73809d410a4f5bb86',1,'TiXmlNode::Accept()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_tile_node.html#ae6d11294c78ee9926e1ac9cbb6e479d3',1,'ROCKY_NAMESPACE::TerrainTileNode::accept()']]], + ['accept_1',['accept',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_tile_node.html#ae6d11294c78ee9926e1ac9cbb6e479d3',1,'ROCKY_NAMESPACE::TerrainTileNode::accept()'],['../class_ti_xml_document.html#a8ddd6eec722cbd25900bbac664909bac',1,'TiXmlDocument::Accept()'],['../class_ti_xml_unknown.html#aafdf1b2d4f561979c7907bad91004999',1,'TiXmlUnknown::Accept()'],['../class_ti_xml_declaration.html#aa1b6bade6c989407ce9881bdfc73c1e6',1,'TiXmlDeclaration::Accept()'],['../class_ti_xml_text.html#af65964326eac4640bfb97d4622fa0de2',1,'TiXmlText::Accept()'],['../class_ti_xml_comment.html#ac894241530d1d266131a5026cb251a95',1,'TiXmlComment::Accept()'],['../class_ti_xml_element.html#a01d33358cce9d1817b557d314dda3779',1,'TiXmlElement::Accept()'],['../class_ti_xml_node.html#acc0f88b7462c6cb73809d410a4f5bb86',1,'TiXmlNode::Accept()']]], ['acquire_2',['acquire',['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1detail_1_1semaphore.html#a9b6bf7f8de970f7f9d38743853b36baa',1,'WEEJOBS_NAMESPACE::detail::semaphore']]], ['add_3',['add',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer_collection.html#adeed943fc89b13b25b3374770ae831b1',1,'ROCKY_NAMESPACE::LayerCollection::add()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map.html#aaad81ee715367b9600a4ef07866d93cb',1,'ROCKY_NAMESPACE::Map::add()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1ecs_1_1_e_c_s_node.html#a5e030029f242281c27954eefa46e626e',1,'ROCKY_NAMESPACE::ecs::ECSNode::add(vsg::ref_ptr< T > system)'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1ecs_1_1_e_c_s_node.html#a479abc8f6d6c0983681d2849651024f9',1,'ROCKY_NAMESPACE::ecs::ECSNode::add(std::shared_ptr< System > system)']]], ['addedtomap_4',['addedToMap',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer_reference.html#a855f32a8d68324267719ac7f18194e72',1,'ROCKY_NAMESPACE::LayerReference']]], diff --git a/doxygen/search/functions_11.js b/doxygen/search/functions_11.js index 45e98d69..3082db24 100644 --- a/doxygen/search/functions_11.js +++ b/doxygen/search/functions_11.js @@ -12,7 +12,7 @@ var searchData= ['release_9',['release',['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1detail_1_1semaphore.html#a44fd0368e3252fd8de30e2bec0da7220',1,'WEEJOBS_NAMESPACE::detail::semaphore::release()'],['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1future.html#a21f26a366d6092504153172d6934f922',1,'WEEJOBS_NAMESPACE::future::release()']]], ['releaseall_10',['releaseAll',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_tile_pager.html#a7f8ec6f8dd925af2f4739f995e5411d1',1,'ROCKY_NAMESPACE::TerrainTilePager']]], ['releasedata_11',['releaseData',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a2cc633df03e7f610dd048c5e21677e6a',1,'ROCKY_NAMESPACE::Image']]], - ['remove_12',['remove',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_callback.html#a0c9eefe4d006aef0632652dfe52300a4',1,'ROCKY_NAMESPACE::Callback::remove()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer_collection.html#a5920f6c50cb15496063bb19d10639fba',1,'ROCKY_NAMESPACE::LayerCollection::remove()'],['../class_r_tree.html#a1b4b6b4c73bc47029ba696c49265c043',1,'RTree::Remove(const ELEMTYPE a_min[NUMDIMS], const ELEMTYPE a_max[NUMDIMS], const DATATYPE &a_dataId)']]], + ['remove_12',['remove',['../class_r_tree.html#a1b4b6b4c73bc47029ba696c49265c043',1,'RTree::Remove()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_callback.html#a0c9eefe4d006aef0632652dfe52300a4',1,'ROCKY_NAMESPACE::Callback::remove()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer_collection.html#a5920f6c50cb15496063bb19d10639fba',1,'ROCKY_NAMESPACE::LayerCollection::remove()']]], ['removeall_13',['RemoveAll',['../class_r_tree.html#a396f1031eb2c8224715741fd0b77349d',1,'RTree']]], ['removeattribute_14',['removeattribute',['../class_ti_xml_element.html#a56979767deca794376b1dfa69a525b2a',1,'TiXmlElement::RemoveAttribute(const char *name)'],['../class_ti_xml_element.html#a1afa6aea716511326a608e4c05df4f3a',1,'TiXmlElement::RemoveAttribute(const std::string &name)']]], ['removecallback_15',['removeCallback',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map.html#af03b5a43423bab01082b392bb83e6cd3',1,'ROCKY_NAMESPACE::Map']]], diff --git a/doxygen/search/functions_12.js b/doxygen/search/functions_12.js index 6a9dfdac..d1c6236c 100644 --- a/doxygen/search/functions_12.js +++ b/doxygen/search/functions_12.js @@ -50,7 +50,7 @@ var searchData= ['shareddevice_47',['sharedDevice',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_display_manager.html#a29d92f7a5c50d6a098ec3b035215f3fa',1,'ROCKY_NAMESPACE::DisplayManager']]], ['sharpen_48',['sharpen',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a753deafffe527528a4995720bf2be90c',1,'ROCKY_NAMESPACE::Image']]], ['shutdown_49',['shutdown',['../namespace_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e.html#a44db487a1de31df5815dd5f549007257',1,'WEEJOBS_NAMESPACE']]], - ['size_50',['size',['../class_ti_xml_printer.html#ad01375ae9199bd2f48252eaddce3039d',1,'TiXmlPrinter::Size()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer_collection.html#aba6ac9ac184a9372c2d9957bf9276676',1,'ROCKY_NAMESPACE::LayerCollection::size()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geometry_pool.html#a7d6fcfc85577851548ca30c00f5c403f',1,'ROCKY_NAMESPACE::GeometryPool::size() const'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geometry_pool.html#a7d6fcfc85577851548ca30c00f5c403f',1,'ROCKY_NAMESPACE::GeometryPool::size() const'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_tile_pager.html#a9bb95f5e2cc8ed34d60de9260c73f5ad',1,'ROCKY_NAMESPACE::TerrainTilePager::size()']]], + ['size_50',['size',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_tile_pager.html#a9bb95f5e2cc8ed34d60de9260c73f5ad',1,'ROCKY_NAMESPACE::TerrainTilePager::size()'],['../class_ti_xml_printer.html#ad01375ae9199bd2f48252eaddce3039d',1,'TiXmlPrinter::Size()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer_collection.html#aba6ac9ac184a9372c2d9957bf9276676',1,'ROCKY_NAMESPACE::LayerCollection::size()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geometry_pool.html#a7d6fcfc85577851548ca30c00f5c403f',1,'ROCKY_NAMESPACE::GeometryPool::size() const'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geometry_pool.html#a7d6fcfc85577851548ca30c00f5c403f',1,'ROCKY_NAMESPACE::GeometryPool::size() const']]], ['sizeinbytes_51',['sizeInBytes',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a324cc512cd4ad4d5763638f0f5aba0c6',1,'ROCKY_NAMESPACE::Image']]], ['sizeinpixels_52',['sizeInPixels',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#ab16738a65bd5682c9065f486588a8147',1,'ROCKY_NAMESPACE::Image']]], ['skynode_53',['SkyNode',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_sky_node.html#ab860a5d00ec48860bc66c58e9061f95f',1,'ROCKY_NAMESPACE::SkyNode']]], diff --git a/doxygen/search/functions_15.js b/doxygen/search/functions_15.js index 4a994c8b..c5c7a6ce 100644 --- a/doxygen/search/functions_15.js +++ b/doxygen/search/functions_15.js @@ -1,7 +1,7 @@ var searchData= [ - ['valid_0',['valid',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_tile_key.html#a056258185357b08a024b687e367461bd',1,'ROCKY_NAMESPACE::TileKey::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_feature.html#a8f551f3d37833f07e48610857c201908',1,'ROCKY_NAMESPACE::Feature::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_viewpoint.html#a1096e189115240a336bbf68c984a3161',1,'ROCKY_NAMESPACE::Viewpoint::valid()'],['../struct_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_u_r_i_1_1_stream.html#a4c1dc986d09097f9cb4f45e4fe8feda8',1,'ROCKY_NAMESPACE::URI::Stream::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s_operation.html#ac079e80683498027eb92e592aa81fd83',1,'ROCKY_NAMESPACE::SRSOperation::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html#a8864cb5c0724df2c581668ace7d1444f',1,'ROCKY_NAMESPACE::SRS::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_profile.html#a4963ece8d57d84b26cac573fc0581973',1,'ROCKY_NAMESPACE::Profile::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a2a2decef082d82ca6a4ed2c7c6b6efd0',1,'ROCKY_NAMESPACE::Image::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_point.html#aff4448c3c00286dd150334e1bb138672',1,'ROCKY_NAMESPACE::GeoPoint::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_image.html#abfb0df0de708191327c2c199d0c5e533',1,'ROCKY_NAMESPACE::GeoImage::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geoid.html#a312b5f5375e3f1d95da42708132467b7',1,'ROCKY_NAMESPACE::Geoid::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_heightfield.html#a08a04bc875a11a3eabca907ca166a4b3',1,'ROCKY_NAMESPACE::GeoHeightfield::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_extent.html#a861eec724d19660840058f61a27ed6c5',1,'ROCKY_NAMESPACE::GeoExtent::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_circle.html#aca2499084fe1fb591b2a4c98930e7de6',1,'ROCKY_NAMESPACE::GeoCircle::valid()']]], - ['value_1',['value',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a4d2c55c907b60f46d192d68034de0220',1,'ROCKY_NAMESPACE::Image::value(unsigned s, unsigned t, unsigned layer=0) const'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#acada7e62146ea75dc47288b0127bef35',1,'ROCKY_NAMESPACE::Image::value(unsigned s, unsigned t, unsigned layer=0)'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a8f116c7bddd55cdb6279668fb123de71',1,'ROCKY_NAMESPACE::Image::value(unsigned offset) const'],['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1future.html#a10f5b6906fb61ff53014550be7df73d0',1,'WEEJOBS_NAMESPACE::future::value()'],['../class_ti_xml_node.html#a3b260dd22313f310c0acb2e68ada6f5b',1,'TiXmlNode::Value()'],['../class_ti_xml_attribute.html#a0da84344b585308878ec68605f1cbb20',1,'TiXmlAttribute::Value()']]], + ['valid_0',['valid',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_tile_key.html#a056258185357b08a024b687e367461bd',1,'ROCKY_NAMESPACE::TileKey::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_feature.html#a8f551f3d37833f07e48610857c201908',1,'ROCKY_NAMESPACE::Feature::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_viewpoint.html#a1096e189115240a336bbf68c984a3161',1,'ROCKY_NAMESPACE::Viewpoint::valid()'],['../struct_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_u_r_i_1_1_stream.html#a4c1dc986d09097f9cb4f45e4fe8feda8',1,'ROCKY_NAMESPACE::URI::Stream::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s_operation.html#ac079e80683498027eb92e592aa81fd83',1,'ROCKY_NAMESPACE::SRSOperation::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html#aac6b62d012616e00499fcc6e40688a16',1,'ROCKY_NAMESPACE::SRS::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_profile.html#a4963ece8d57d84b26cac573fc0581973',1,'ROCKY_NAMESPACE::Profile::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a2a2decef082d82ca6a4ed2c7c6b6efd0',1,'ROCKY_NAMESPACE::Image::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_point.html#aff4448c3c00286dd150334e1bb138672',1,'ROCKY_NAMESPACE::GeoPoint::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_image.html#abfb0df0de708191327c2c199d0c5e533',1,'ROCKY_NAMESPACE::GeoImage::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geoid.html#a312b5f5375e3f1d95da42708132467b7',1,'ROCKY_NAMESPACE::Geoid::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_heightfield.html#a08a04bc875a11a3eabca907ca166a4b3',1,'ROCKY_NAMESPACE::GeoHeightfield::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_extent.html#a861eec724d19660840058f61a27ed6c5',1,'ROCKY_NAMESPACE::GeoExtent::valid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_circle.html#aca2499084fe1fb591b2a4c98930e7de6',1,'ROCKY_NAMESPACE::GeoCircle::valid()']]], + ['value_1',['value',['../class_ti_xml_node.html#a3b260dd22313f310c0acb2e68ada6f5b',1,'TiXmlNode::Value()'],['../class_ti_xml_attribute.html#a0da84344b585308878ec68605f1cbb20',1,'TiXmlAttribute::Value()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a4d2c55c907b60f46d192d68034de0220',1,'ROCKY_NAMESPACE::Image::value(unsigned s, unsigned t, unsigned layer=0) const'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#acada7e62146ea75dc47288b0127bef35',1,'ROCKY_NAMESPACE::Image::value(unsigned s, unsigned t, unsigned layer=0)'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_image.html#a8f116c7bddd55cdb6279668fb123de71',1,'ROCKY_NAMESPACE::Image::value(unsigned offset) const'],['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1future.html#a10f5b6906fb61ff53014550be7df73d0',1,'WEEJOBS_NAMESPACE::future::value()']]], ['valuestr_2',['valuestr',['../class_ti_xml_node.html#a624184c20bd42cd8ccfde9e026bc21d9',1,'TiXmlNode::ValueStr()'],['../class_ti_xml_attribute.html#ae4cf8f2f878cd1ca9b1023de56134b34',1,'TiXmlAttribute::ValueStr()']]], ['version_3',['Version',['../class_ti_xml_declaration.html#aa4059b08504a70db291005015dcead02',1,'TiXmlDeclaration']]], ['viewpoint_4',['viewpoint',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_viewpoint.html#aeccb4ffc9895ae598ccf9adaa68d9980',1,'ROCKY_NAMESPACE::Viewpoint::Viewpoint()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map_manipulator.html#af5a1c8e5b84a370c57c92208a24cf630',1,'ROCKY_NAMESPACE::MapManipulator::viewpoint() const']]], diff --git a/doxygen/search/functions_5.js b/doxygen/search/functions_5.js index 23c8aac0..b30f0025 100644 --- a/doxygen/search/functions_5.js +++ b/doxygen/search/functions_5.js @@ -4,7 +4,7 @@ var searchData= ['ecsnode_1',['ECSNode',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1ecs_1_1_e_c_s_node.html#a736a3fb4860e38f9f2019ae6fc9f2597',1,'ROCKY_NAMESPACE::ecs::ECSNode']]], ['element_2',['Element',['../class_ti_xml_handle.html#ac56814c76757eecc5bd951d3ed710dd2',1,'TiXmlHandle']]], ['elevationlayer_3',['elevationlayer',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_elevation_layer.html#a4f940c6f5e58d490704f939e28dfb826',1,'ROCKY_NAMESPACE::ElevationLayer::ElevationLayer()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_elevation_layer.html#a1e9d6f5439065236eb4e767d0eefbf81',1,'ROCKY_NAMESPACE::ElevationLayer::ElevationLayer(const std::string &JSON, const IOOptions &io)']]], - ['ellipsoid_4',['ellipsoid',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html#ab013c82dd11b7f1cd70a999dfb8d5c61',1,'ROCKY_NAMESPACE::SRS::ellipsoid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_ellipsoid.html#a8aba92dbd635c581c3a5e96f285dd651',1,'ROCKY_NAMESPACE::Ellipsoid::Ellipsoid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_ellipsoid.html#a7894e4805538dfb7fc8392392e64e459',1,'ROCKY_NAMESPACE::Ellipsoid::Ellipsoid(double semiMajorRadius, double semiMinorRadius)']]], + ['ellipsoid_4',['ellipsoid',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_ellipsoid.html#a8aba92dbd635c581c3a5e96f285dd651',1,'ROCKY_NAMESPACE::Ellipsoid::Ellipsoid()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_ellipsoid.html#a7894e4805538dfb7fc8392392e64e459',1,'ROCKY_NAMESPACE::Ellipsoid::Ellipsoid(double semiMajorRadius, double semiMinorRadius)'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html#ab013c82dd11b7f1cd70a999dfb8d5c61',1,'ROCKY_NAMESPACE::SRS::ellipsoid()']]], ['empty_5',['empty',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_layer_collection.html#a1246e2fc5ae8a60162879501a974bf05',1,'ROCKY_NAMESPACE::LayerCollection::empty()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_create_tile_manifest.html#a42b997ce5d60c451a163e1a32cd1d936',1,'ROCKY_NAMESPACE::CreateTileManifest::empty()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_terrain_tile_model.html#a579e53fb9e37546712a7d10c23e45b7c',1,'ROCKY_NAMESPACE::TerrainTileModel::empty()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_u_r_i.html#a2cdf269a38fb8ef099fab60c9446c409',1,'ROCKY_NAMESPACE::URI::empty()'],['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1future.html#a60308794f8be269403580940a8574e45',1,'WEEJOBS_NAMESPACE::future::empty()']]], ['encodestring_6',['EncodeString',['../class_ti_xml_base.html#a32ed202562b58de64c7d799ca3c9db98',1,'TiXmlBase']]], ['encoding_7',['Encoding',['../class_ti_xml_declaration.html#a52a6e73b714d3ea590e022178e54b9d3',1,'TiXmlDeclaration']]], diff --git a/doxygen/search/functions_8.js b/doxygen/search/functions_8.js index 95326a85..9e10f66f 100644 --- a/doxygen/search/functions_8.js +++ b/doxygen/search/functions_8.js @@ -10,7 +10,7 @@ var searchData= ['heightatlocation_7',['heightAtLocation',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_heightfield.html#a11486d1e8d2b144470832b43f0ca01a8',1,'ROCKY_NAMESPACE::GeoHeightfield']]], ['heightatpixel_8',['heightAtPixel',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a8e82516191292a1d53d419d28bee10c3',1,'ROCKY_NAMESPACE::Heightfield']]], ['heightatuv_9',['heightAtUV',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a030d8587db801d1595abb6f2eeaa6059',1,'ROCKY_NAMESPACE::Heightfield']]], - ['heightfield_10',['heightfield',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_heightfield.html#a72fe41f1680d71e7a072a365f0379121',1,'ROCKY_NAMESPACE::GeoHeightfield::heightfield()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a04724dd85d8552f567d3c2b76c13b805',1,'ROCKY_NAMESPACE::Heightfield::Heightfield()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a0ba755796cb2dc2c6d67a3e2c13a1391',1,'ROCKY_NAMESPACE::Heightfield::Heightfield(unsigned cols, unsigned rows)'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a6e844f3ea26c28612bc720dafa0e0097',1,'ROCKY_NAMESPACE::Heightfield::Heightfield(Image *rhs)']]], + ['heightfield_10',['heightfield',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a04724dd85d8552f567d3c2b76c13b805',1,'ROCKY_NAMESPACE::Heightfield::Heightfield()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a0ba755796cb2dc2c6d67a3e2c13a1391',1,'ROCKY_NAMESPACE::Heightfield::Heightfield(unsigned cols, unsigned rows)'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_heightfield.html#a6e844f3ea26c28612bc720dafa0e0097',1,'ROCKY_NAMESPACE::Heightfield::Heightfield(Image *rhs)'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_geo_heightfield.html#a72fe41f1680d71e7a072a365f0379121',1,'ROCKY_NAMESPACE::GeoHeightfield::heightfield()']]], ['home_11',['home',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map_manipulator.html#a8eb7c46a7c773e0bbc5c536a66dd20fe',1,'ROCKY_NAMESPACE::MapManipulator']]], ['horizon_12',['horizon',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_horizon.html#a9b8138525bc932e14230f053815c52ea',1,'ROCKY_NAMESPACE::Horizon::Horizon()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_horizon.html#a13da910586a3a8aac139f5f3de0d6717',1,'ROCKY_NAMESPACE::Horizon::Horizon(const Ellipsoid &ellipsoid)']]], ['horizontallyequivalentto_13',['horizontallyequivalentto',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_profile.html#a2d1fc94aa52b811d5dc26be2b8ca83e8',1,'ROCKY_NAMESPACE::Profile::horizontallyEquivalentTo()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html#af039e704b64d54dac83ef4f3eaa00ab0',1,'ROCKY_NAMESPACE::SRS::horizontallyEquivalentTo()']]] diff --git a/doxygen/search/functions_9.js b/doxygen/search/functions_9.js index eb6cac9b..24706ac7 100644 --- a/doxygen/search/functions_9.js +++ b/doxygen/search/functions_9.js @@ -11,7 +11,7 @@ var searchData= ['init_8',['init',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_bind_mesh_descriptors.html#a10a589de913be78ca8963029cfceae93',1,'ROCKY_NAMESPACE::BindMeshDescriptors::init()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_bind_line_descriptors.html#a8dd3895137aa75c0ba5b6347ccc01ccd',1,'ROCKY_NAMESPACE::BindLineDescriptors::init()']]], ['initialize_9',['initialize',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1ecs_1_1_e_c_s_node.html#a2c77fb65f0e05d6e5519b2b290efcd43',1,'ROCKY_NAMESPACE::ecs::ECSNode']]], ['initializesystem_10',['initializesystem',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_icon_system_node.html#ad75142c148b2f7c86d2bc5e3b7910458',1,'ROCKY_NAMESPACE::IconSystemNode::initializeSystem()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_label_system_node.html#a900236be1e63ba6894186c35164b8001',1,'ROCKY_NAMESPACE::LabelSystemNode::initializeSystem()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_line_system_node.html#a343dbc230262be55646b554225177259',1,'ROCKY_NAMESPACE::LineSystemNode::initializeSystem()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_mesh_system_node.html#af648fba70db4e53c9f973a4f15d07f89',1,'ROCKY_NAMESPACE::MeshSystemNode::initializeSystem()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1ecs_1_1_system.html#a7f5559953f3813375fbbf48c89faca41',1,'ROCKY_NAMESPACE::ecs::System::initializeSystem()']]], - ['insert_11',['insert',['../class_r_tree.html#a98d1f0a325921db826b2a2d5a407c9be',1,'RTree::Insert()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_create_tile_manifest.html#a3943f2d5e46f415ab876de0f71169bb2',1,'ROCKY_NAMESPACE::CreateTileManifest::insert()']]], + ['insert_11',['insert',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_create_tile_manifest.html#a3943f2d5e46f415ab876de0f71169bb2',1,'ROCKY_NAMESPACE::CreateTileManifest::insert()'],['../class_r_tree.html#a98d1f0a325921db826b2a2d5a407c9be',1,'RTree::Insert()']]], ['insertafterchild_12',['InsertAfterChild',['../class_ti_xml_node.html#a274db3292218202805c093f66a964cb5',1,'TiXmlNode']]], ['insertbeforechild_13',['InsertBeforeChild',['../class_ti_xml_node.html#a71e54e393336382bc9875f64aab5cb15',1,'TiXmlNode']]], ['insertendchild_14',['InsertEndChild',['../class_ti_xml_node.html#af287a913ce46d8dbf7ef24fec69bbaf0',1,'TiXmlNode']]], diff --git a/doxygen/search/functions_d.js b/doxygen/search/functions_d.js index 3a18dc14..5355b9bf 100644 --- a/doxygen/search/functions_d.js +++ b/doxygen/search/functions_d.js @@ -1,6 +1,6 @@ var searchData= [ - ['name_0',['name',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_ellipsoid.html#a2abd653fbc8783412e13dc7fc36f4c53',1,'ROCKY_NAMESPACE::Ellipsoid::name()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html#a49c8fae7d359c71ddb9b598e758dcd75',1,'ROCKY_NAMESPACE::SRS::name()'],['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1jobpool.html#a57dc919cf293d28e5f4dfb7aa0ab6e46',1,'WEEJOBS_NAMESPACE::jobpool::name()'],['../class_ti_xml_attribute.html#a83798ef3113c3522154c3fc37b4db85b',1,'TiXmlAttribute::Name()']]], + ['name_0',['name',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_s_r_s.html#a49c8fae7d359c71ddb9b598e758dcd75',1,'ROCKY_NAMESPACE::SRS::name()'],['../class_w_e_e_j_o_b_s___n_a_m_e_s_p_a_c_e_1_1jobpool.html#a57dc919cf293d28e5f4dfb7aa0ab6e46',1,'WEEJOBS_NAMESPACE::jobpool::name()'],['../class_ti_xml_attribute.html#a83798ef3113c3522154c3fc37b4db85b',1,'TiXmlAttribute::Name()'],['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_ellipsoid.html#a2abd653fbc8783412e13dc7fc36f4c53',1,'ROCKY_NAMESPACE::Ellipsoid::name()']]], ['ndc_1',['ndc',['../class_r_o_c_k_y___n_a_m_e_s_p_a_c_e_1_1_map_manipulator.html#a4a707443a4529c49a5ad37b76b42a2ce',1,'ROCKY_NAMESPACE::MapManipulator']]], ['next_2',['Next',['../class_ti_xml_attribute.html#af2e78f1ba9ed56a26ddc80614ed1c393',1,'TiXmlAttribute']]], ['nextsibling_3',['nextsibling',['../class_ti_xml_node.html#a0864ea784b53cdca0a37829d3391ca4b',1,'TiXmlNode::NextSibling(const char *) const'],['../class_ti_xml_node.html#a3db05b0249218e94fd41c766df87426c',1,'TiXmlNode::NextSibling() const'],['../class_ti_xml_node.html#a8d7b35b3cc61a5a53dcd4ae3b00bd59d',1,'TiXmlNode::NextSibling(const std::string &_value)'],['../class_ti_xml_node.html#a14e70ff0ba2e47a3b17a3405f898ceef',1,'TiXmlNode::NextSibling(const std::string &_value) const']]],