This repository was archived by the owner on Aug 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathRcppExports.cpp
More file actions
322 lines (319 loc) · 24.2 KB
/
RcppExports.cpp
File metadata and controls
322 lines (319 loc) · 24.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
// Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
#include <Rcpp.h>
using namespace Rcpp;
// agg_sumCpp
List agg_sumCpp(ListOf<NumericMatrix> L, CharacterVector levels, CharacterVector category, int& plot_width, int& plot_height, NumericVector& x_range, NumericVector& y_range, NumericVector& xlim, NumericVector& ylim, NumericVector& x, NumericVector& y, NumericVector& on, NumericVector& size, CharacterVector& glyph);
RcppExport SEXP _rasterizer_agg_sumCpp(SEXP LSEXP, SEXP levelsSEXP, SEXP categorySEXP, SEXP plot_widthSEXP, SEXP plot_heightSEXP, SEXP x_rangeSEXP, SEXP y_rangeSEXP, SEXP xlimSEXP, SEXP ylimSEXP, SEXP xSEXP, SEXP ySEXP, SEXP onSEXP, SEXP sizeSEXP, SEXP glyphSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< ListOf<NumericMatrix> >::type L(LSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type levels(levelsSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type category(categorySEXP);
Rcpp::traits::input_parameter< int& >::type plot_width(plot_widthSEXP);
Rcpp::traits::input_parameter< int& >::type plot_height(plot_heightSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x_range(x_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y_range(y_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type xlim(xlimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type ylim(ylimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x(xSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y(ySEXP);
Rcpp::traits::input_parameter< NumericVector& >::type on(onSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type size(sizeSEXP);
Rcpp::traits::input_parameter< CharacterVector& >::type glyph(glyphSEXP);
rcpp_result_gen = Rcpp::wrap(agg_sumCpp(L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph));
return rcpp_result_gen;
END_RCPP
}
// agg_anyCpp
List agg_anyCpp(ListOf<NumericMatrix> L, CharacterVector levels, CharacterVector category, int& plot_width, int& plot_height, NumericVector& x_range, NumericVector& y_range, NumericVector& xlim, NumericVector& ylim, NumericVector& x, NumericVector& y, NumericVector& on, NumericVector& size, CharacterVector& glyph);
RcppExport SEXP _rasterizer_agg_anyCpp(SEXP LSEXP, SEXP levelsSEXP, SEXP categorySEXP, SEXP plot_widthSEXP, SEXP plot_heightSEXP, SEXP x_rangeSEXP, SEXP y_rangeSEXP, SEXP xlimSEXP, SEXP ylimSEXP, SEXP xSEXP, SEXP ySEXP, SEXP onSEXP, SEXP sizeSEXP, SEXP glyphSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< ListOf<NumericMatrix> >::type L(LSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type levels(levelsSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type category(categorySEXP);
Rcpp::traits::input_parameter< int& >::type plot_width(plot_widthSEXP);
Rcpp::traits::input_parameter< int& >::type plot_height(plot_heightSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x_range(x_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y_range(y_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type xlim(xlimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type ylim(ylimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x(xSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y(ySEXP);
Rcpp::traits::input_parameter< NumericVector& >::type on(onSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type size(sizeSEXP);
Rcpp::traits::input_parameter< CharacterVector& >::type glyph(glyphSEXP);
rcpp_result_gen = Rcpp::wrap(agg_anyCpp(L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph));
return rcpp_result_gen;
END_RCPP
}
// agg_meanCpp
List agg_meanCpp(ListOf<NumericMatrix> L, CharacterVector levels, CharacterVector category, int& plot_width, int& plot_height, NumericVector& x_range, NumericVector& y_range, NumericVector& xlim, NumericVector& ylim, NumericVector& x, NumericVector& y, NumericVector& on, NumericVector& size, CharacterVector& glyph);
RcppExport SEXP _rasterizer_agg_meanCpp(SEXP LSEXP, SEXP levelsSEXP, SEXP categorySEXP, SEXP plot_widthSEXP, SEXP plot_heightSEXP, SEXP x_rangeSEXP, SEXP y_rangeSEXP, SEXP xlimSEXP, SEXP ylimSEXP, SEXP xSEXP, SEXP ySEXP, SEXP onSEXP, SEXP sizeSEXP, SEXP glyphSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< ListOf<NumericMatrix> >::type L(LSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type levels(levelsSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type category(categorySEXP);
Rcpp::traits::input_parameter< int& >::type plot_width(plot_widthSEXP);
Rcpp::traits::input_parameter< int& >::type plot_height(plot_heightSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x_range(x_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y_range(y_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type xlim(xlimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type ylim(ylimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x(xSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y(ySEXP);
Rcpp::traits::input_parameter< NumericVector& >::type on(onSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type size(sizeSEXP);
Rcpp::traits::input_parameter< CharacterVector& >::type glyph(glyphSEXP);
rcpp_result_gen = Rcpp::wrap(agg_meanCpp(L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph));
return rcpp_result_gen;
END_RCPP
}
// agg_firstCpp
List agg_firstCpp(ListOf<NumericMatrix> L, CharacterVector levels, CharacterVector category, int& plot_width, int& plot_height, NumericVector& x_range, NumericVector& y_range, NumericVector& xlim, NumericVector& ylim, NumericVector& x, NumericVector& y, NumericVector& on, NumericVector& size, CharacterVector& glyph);
RcppExport SEXP _rasterizer_agg_firstCpp(SEXP LSEXP, SEXP levelsSEXP, SEXP categorySEXP, SEXP plot_widthSEXP, SEXP plot_heightSEXP, SEXP x_rangeSEXP, SEXP y_rangeSEXP, SEXP xlimSEXP, SEXP ylimSEXP, SEXP xSEXP, SEXP ySEXP, SEXP onSEXP, SEXP sizeSEXP, SEXP glyphSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< ListOf<NumericMatrix> >::type L(LSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type levels(levelsSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type category(categorySEXP);
Rcpp::traits::input_parameter< int& >::type plot_width(plot_widthSEXP);
Rcpp::traits::input_parameter< int& >::type plot_height(plot_heightSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x_range(x_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y_range(y_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type xlim(xlimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type ylim(ylimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x(xSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y(ySEXP);
Rcpp::traits::input_parameter< NumericVector& >::type on(onSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type size(sizeSEXP);
Rcpp::traits::input_parameter< CharacterVector& >::type glyph(glyphSEXP);
rcpp_result_gen = Rcpp::wrap(agg_firstCpp(L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph));
return rcpp_result_gen;
END_RCPP
}
// agg_lastCpp
List agg_lastCpp(ListOf<NumericMatrix> L, CharacterVector levels, CharacterVector category, int& plot_width, int& plot_height, NumericVector& x_range, NumericVector& y_range, NumericVector& xlim, NumericVector& ylim, NumericVector& x, NumericVector& y, NumericVector& on, NumericVector& size, CharacterVector& glyph);
RcppExport SEXP _rasterizer_agg_lastCpp(SEXP LSEXP, SEXP levelsSEXP, SEXP categorySEXP, SEXP plot_widthSEXP, SEXP plot_heightSEXP, SEXP x_rangeSEXP, SEXP y_rangeSEXP, SEXP xlimSEXP, SEXP ylimSEXP, SEXP xSEXP, SEXP ySEXP, SEXP onSEXP, SEXP sizeSEXP, SEXP glyphSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< ListOf<NumericMatrix> >::type L(LSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type levels(levelsSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type category(categorySEXP);
Rcpp::traits::input_parameter< int& >::type plot_width(plot_widthSEXP);
Rcpp::traits::input_parameter< int& >::type plot_height(plot_heightSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x_range(x_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y_range(y_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type xlim(xlimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type ylim(ylimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x(xSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y(ySEXP);
Rcpp::traits::input_parameter< NumericVector& >::type on(onSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type size(sizeSEXP);
Rcpp::traits::input_parameter< CharacterVector& >::type glyph(glyphSEXP);
rcpp_result_gen = Rcpp::wrap(agg_lastCpp(L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph));
return rcpp_result_gen;
END_RCPP
}
// agg_maxCpp
List agg_maxCpp(ListOf<NumericMatrix> L, CharacterVector levels, CharacterVector category, int& plot_width, int& plot_height, NumericVector& x_range, NumericVector& y_range, NumericVector& xlim, NumericVector& ylim, NumericVector& x, NumericVector& y, NumericVector& on, NumericVector& size, CharacterVector& glyph);
RcppExport SEXP _rasterizer_agg_maxCpp(SEXP LSEXP, SEXP levelsSEXP, SEXP categorySEXP, SEXP plot_widthSEXP, SEXP plot_heightSEXP, SEXP x_rangeSEXP, SEXP y_rangeSEXP, SEXP xlimSEXP, SEXP ylimSEXP, SEXP xSEXP, SEXP ySEXP, SEXP onSEXP, SEXP sizeSEXP, SEXP glyphSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< ListOf<NumericMatrix> >::type L(LSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type levels(levelsSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type category(categorySEXP);
Rcpp::traits::input_parameter< int& >::type plot_width(plot_widthSEXP);
Rcpp::traits::input_parameter< int& >::type plot_height(plot_heightSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x_range(x_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y_range(y_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type xlim(xlimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type ylim(ylimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x(xSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y(ySEXP);
Rcpp::traits::input_parameter< NumericVector& >::type on(onSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type size(sizeSEXP);
Rcpp::traits::input_parameter< CharacterVector& >::type glyph(glyphSEXP);
rcpp_result_gen = Rcpp::wrap(agg_maxCpp(L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph));
return rcpp_result_gen;
END_RCPP
}
// agg_minCpp
List agg_minCpp(ListOf<NumericMatrix> L, CharacterVector levels, CharacterVector category, int& plot_width, int& plot_height, NumericVector& x_range, NumericVector& y_range, NumericVector& xlim, NumericVector& ylim, NumericVector& x, NumericVector& y, NumericVector& on, NumericVector& size, CharacterVector& glyph);
RcppExport SEXP _rasterizer_agg_minCpp(SEXP LSEXP, SEXP levelsSEXP, SEXP categorySEXP, SEXP plot_widthSEXP, SEXP plot_heightSEXP, SEXP x_rangeSEXP, SEXP y_rangeSEXP, SEXP xlimSEXP, SEXP ylimSEXP, SEXP xSEXP, SEXP ySEXP, SEXP onSEXP, SEXP sizeSEXP, SEXP glyphSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< ListOf<NumericMatrix> >::type L(LSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type levels(levelsSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type category(categorySEXP);
Rcpp::traits::input_parameter< int& >::type plot_width(plot_widthSEXP);
Rcpp::traits::input_parameter< int& >::type plot_height(plot_heightSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x_range(x_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y_range(y_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type xlim(xlimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type ylim(ylimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x(xSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y(ySEXP);
Rcpp::traits::input_parameter< NumericVector& >::type on(onSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type size(sizeSEXP);
Rcpp::traits::input_parameter< CharacterVector& >::type glyph(glyphSEXP);
rcpp_result_gen = Rcpp::wrap(agg_minCpp(L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph));
return rcpp_result_gen;
END_RCPP
}
// aggregation_sumCpp
NumericMatrix aggregation_sumCpp(int& plot_width, int& plot_height, NumericVector& x_range, NumericVector& y_range, NumericVector& xlim, NumericVector& ylim, NumericVector& x, NumericVector& y, NumericVector& on, NumericVector& size, CharacterVector& glyph);
RcppExport SEXP _rasterizer_aggregation_sumCpp(SEXP plot_widthSEXP, SEXP plot_heightSEXP, SEXP x_rangeSEXP, SEXP y_rangeSEXP, SEXP xlimSEXP, SEXP ylimSEXP, SEXP xSEXP, SEXP ySEXP, SEXP onSEXP, SEXP sizeSEXP, SEXP glyphSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< int& >::type plot_width(plot_widthSEXP);
Rcpp::traits::input_parameter< int& >::type plot_height(plot_heightSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x_range(x_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y_range(y_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type xlim(xlimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type ylim(ylimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x(xSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y(ySEXP);
Rcpp::traits::input_parameter< NumericVector& >::type on(onSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type size(sizeSEXP);
Rcpp::traits::input_parameter< CharacterVector& >::type glyph(glyphSEXP);
rcpp_result_gen = Rcpp::wrap(aggregation_sumCpp(plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph));
return rcpp_result_gen;
END_RCPP
}
// aggregation_anyCpp
NumericMatrix aggregation_anyCpp(int& plot_width, int& plot_height, NumericVector& x_range, NumericVector& y_range, NumericVector& xlim, NumericVector& ylim, NumericVector& x, NumericVector& y, NumericVector& on, NumericVector& size, CharacterVector& glyph);
RcppExport SEXP _rasterizer_aggregation_anyCpp(SEXP plot_widthSEXP, SEXP plot_heightSEXP, SEXP x_rangeSEXP, SEXP y_rangeSEXP, SEXP xlimSEXP, SEXP ylimSEXP, SEXP xSEXP, SEXP ySEXP, SEXP onSEXP, SEXP sizeSEXP, SEXP glyphSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< int& >::type plot_width(plot_widthSEXP);
Rcpp::traits::input_parameter< int& >::type plot_height(plot_heightSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x_range(x_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y_range(y_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type xlim(xlimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type ylim(ylimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x(xSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y(ySEXP);
Rcpp::traits::input_parameter< NumericVector& >::type on(onSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type size(sizeSEXP);
Rcpp::traits::input_parameter< CharacterVector& >::type glyph(glyphSEXP);
rcpp_result_gen = Rcpp::wrap(aggregation_anyCpp(plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph));
return rcpp_result_gen;
END_RCPP
}
// aggregation_meanCpp
NumericMatrix aggregation_meanCpp(int& plot_width, int& plot_height, NumericVector& x_range, NumericVector& y_range, NumericVector& xlim, NumericVector& ylim, NumericVector& x, NumericVector& y, NumericVector& on, NumericVector& size, CharacterVector& glyph);
RcppExport SEXP _rasterizer_aggregation_meanCpp(SEXP plot_widthSEXP, SEXP plot_heightSEXP, SEXP x_rangeSEXP, SEXP y_rangeSEXP, SEXP xlimSEXP, SEXP ylimSEXP, SEXP xSEXP, SEXP ySEXP, SEXP onSEXP, SEXP sizeSEXP, SEXP glyphSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< int& >::type plot_width(plot_widthSEXP);
Rcpp::traits::input_parameter< int& >::type plot_height(plot_heightSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x_range(x_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y_range(y_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type xlim(xlimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type ylim(ylimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x(xSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y(ySEXP);
Rcpp::traits::input_parameter< NumericVector& >::type on(onSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type size(sizeSEXP);
Rcpp::traits::input_parameter< CharacterVector& >::type glyph(glyphSEXP);
rcpp_result_gen = Rcpp::wrap(aggregation_meanCpp(plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph));
return rcpp_result_gen;
END_RCPP
}
// aggregation_firstCpp
NumericMatrix aggregation_firstCpp(int& plot_width, int& plot_height, NumericVector& x_range, NumericVector& y_range, NumericVector& xlim, NumericVector& ylim, NumericVector& x, NumericVector& y, NumericVector& on, NumericVector& size, CharacterVector& glyph);
RcppExport SEXP _rasterizer_aggregation_firstCpp(SEXP plot_widthSEXP, SEXP plot_heightSEXP, SEXP x_rangeSEXP, SEXP y_rangeSEXP, SEXP xlimSEXP, SEXP ylimSEXP, SEXP xSEXP, SEXP ySEXP, SEXP onSEXP, SEXP sizeSEXP, SEXP glyphSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< int& >::type plot_width(plot_widthSEXP);
Rcpp::traits::input_parameter< int& >::type plot_height(plot_heightSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x_range(x_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y_range(y_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type xlim(xlimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type ylim(ylimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x(xSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y(ySEXP);
Rcpp::traits::input_parameter< NumericVector& >::type on(onSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type size(sizeSEXP);
Rcpp::traits::input_parameter< CharacterVector& >::type glyph(glyphSEXP);
rcpp_result_gen = Rcpp::wrap(aggregation_firstCpp(plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph));
return rcpp_result_gen;
END_RCPP
}
// aggregation_lastCpp
NumericMatrix aggregation_lastCpp(int& plot_width, int& plot_height, NumericVector& x_range, NumericVector& y_range, NumericVector& xlim, NumericVector& ylim, NumericVector& x, NumericVector& y, NumericVector& on, NumericVector& size, CharacterVector& glyph);
RcppExport SEXP _rasterizer_aggregation_lastCpp(SEXP plot_widthSEXP, SEXP plot_heightSEXP, SEXP x_rangeSEXP, SEXP y_rangeSEXP, SEXP xlimSEXP, SEXP ylimSEXP, SEXP xSEXP, SEXP ySEXP, SEXP onSEXP, SEXP sizeSEXP, SEXP glyphSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< int& >::type plot_width(plot_widthSEXP);
Rcpp::traits::input_parameter< int& >::type plot_height(plot_heightSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x_range(x_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y_range(y_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type xlim(xlimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type ylim(ylimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x(xSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y(ySEXP);
Rcpp::traits::input_parameter< NumericVector& >::type on(onSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type size(sizeSEXP);
Rcpp::traits::input_parameter< CharacterVector& >::type glyph(glyphSEXP);
rcpp_result_gen = Rcpp::wrap(aggregation_lastCpp(plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph));
return rcpp_result_gen;
END_RCPP
}
// aggregation_maxCpp
NumericMatrix aggregation_maxCpp(int& plot_width, int& plot_height, NumericVector& x_range, NumericVector& y_range, NumericVector& xlim, NumericVector& ylim, NumericVector& x, NumericVector& y, NumericVector& on, NumericVector& size, CharacterVector& glyph);
RcppExport SEXP _rasterizer_aggregation_maxCpp(SEXP plot_widthSEXP, SEXP plot_heightSEXP, SEXP x_rangeSEXP, SEXP y_rangeSEXP, SEXP xlimSEXP, SEXP ylimSEXP, SEXP xSEXP, SEXP ySEXP, SEXP onSEXP, SEXP sizeSEXP, SEXP glyphSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< int& >::type plot_width(plot_widthSEXP);
Rcpp::traits::input_parameter< int& >::type plot_height(plot_heightSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x_range(x_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y_range(y_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type xlim(xlimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type ylim(ylimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x(xSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y(ySEXP);
Rcpp::traits::input_parameter< NumericVector& >::type on(onSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type size(sizeSEXP);
Rcpp::traits::input_parameter< CharacterVector& >::type glyph(glyphSEXP);
rcpp_result_gen = Rcpp::wrap(aggregation_maxCpp(plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph));
return rcpp_result_gen;
END_RCPP
}
// aggregation_minCpp
NumericMatrix aggregation_minCpp(int& plot_width, int& plot_height, NumericVector& x_range, NumericVector& y_range, NumericVector& xlim, NumericVector& ylim, NumericVector& x, NumericVector& y, NumericVector& on, NumericVector& size, CharacterVector& glyph);
RcppExport SEXP _rasterizer_aggregation_minCpp(SEXP plot_widthSEXP, SEXP plot_heightSEXP, SEXP x_rangeSEXP, SEXP y_rangeSEXP, SEXP xlimSEXP, SEXP ylimSEXP, SEXP xSEXP, SEXP ySEXP, SEXP onSEXP, SEXP sizeSEXP, SEXP glyphSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< int& >::type plot_width(plot_widthSEXP);
Rcpp::traits::input_parameter< int& >::type plot_height(plot_heightSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x_range(x_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y_range(y_rangeSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type xlim(xlimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type ylim(ylimSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type x(xSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type y(ySEXP);
Rcpp::traits::input_parameter< NumericVector& >::type on(onSEXP);
Rcpp::traits::input_parameter< NumericVector& >::type size(sizeSEXP);
Rcpp::traits::input_parameter< CharacterVector& >::type glyph(glyphSEXP);
rcpp_result_gen = Rcpp::wrap(aggregation_minCpp(plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph));
return rcpp_result_gen;
END_RCPP
}