-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
98 lines (97 loc) · 2.28 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method("[",t2d_cli)
S3method(c,t2d_opt_LINES)
S3method(cas,default)
S3method(cas,list)
S3method(cas,t2d_cas)
S3method(cli,character)
S3method(cli,data.frame)
S3method(cli,numeric)
S3method(cli,t2d_cli)
S3method(cli,t2d_geo)
S3method(geo,character)
S3method(geo,list)
S3method(geo,t2d_geo)
S3method(geo,t2d_tin)
S3method(interpol,SpatialPoints)
S3method(interpol,data.frame)
S3method(interpol,matrix)
S3method(interpol,t2d_tin)
S3method(line_spacing,SpatialLines)
S3method(line_spacing,SpatialLinesDataFrame)
S3method(line_spacing,data.frame)
S3method(line_spacing,matrix)
S3method(line_spacing,numeric)
S3method(lines,t2d_tin)
S3method(optionals,character)
S3method(optionals,list)
S3method(optionals,t2d_opt)
S3method(plot,t2d_geo)
S3method(plot,t2d_res)
S3method(plot,t2d_tin)
S3method(print,t2d)
S3method(print,t2d_cas)
S3method(print,t2d_cli)
S3method(print,t2d_geo)
S3method(print,t2d_opt)
S3method(print,t2d_opt_LINES)
S3method(print,t2d_res)
S3method(print,t2d_tin)
S3method(results,character)
S3method(results,default)
S3method(results,t2d)
S3method(results,t2d_res)
S3method(str,t2d_opt_LINES)
S3method(tin,character)
S3method(tin,list)
S3method(tin,matrix)
S3method(tin2grid,data.frame)
S3method(tin2grid,t2d_geo)
S3method(tin2grid,t2d_res)
S3method(write_cas,data.frame)
S3method(write_cas,list)
S3method(write_cas,t2d)
S3method(write_cas,t2d_cas)
S3method(write_cli,t2d)
S3method(write_cli,t2d_cli)
S3method(write_geo,t2d)
S3method(write_geo,t2d_geo)
S3method(write_opt,t2d)
S3method(write_opt,t2d_opt)
S3method(write_results,t2d)
S3method(write_results,t2d_res)
export(cas)
export(cli)
export(geo)
export(interpol)
export(line_spacing)
export(optionals)
export(read_cas)
export(read_cli)
export(read_geo)
export(read_msh)
export(read_results)
export(read_slf_header)
export(read_slf_variable)
export(results)
export(simulate_t2d)
export(t2d)
export(tin)
export(tin2grid)
export(write_cas)
export(write_cli)
export(write_geo)
export(write_opt)
export(write_results)
export(write_slf_header)
export(write_slf_variable)
export(write_t2d)
import(rlang)
importFrom(Rcpp,sourceCpp)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(utils,read.table)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(utils,write.table)
useDynLib(telemac, .registration=TRUE)