-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.59 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
# Generated by roxygen2: do not edit by hand
export("h5attr<-")
export(H5File)
export(createAttribute)
export(createDataSet)
export(createGroup)
export(existsDataSet)
export(existsGroup)
export(extendDataSet)
export(getH5Group)
export(h5attr)
export(h5close)
export(h5file)
export(h5flush)
export(h5unlink)
export(is.h5file)
export(list.attributes)
export(list.datasets)
export(list.groups)
export(openAttribute)
export(openDataSet)
export(openGroup)
export(readAttribute)
export(readDataSet)
export(selectDataSpace)
export(writeAttribute)
export(writeDataSet)
exportClasses(Attribute)
exportClasses(CommonFG)
exportClasses(DataSet)
exportClasses(DataSpace)
exportClasses(H5File)
exportClasses(H5Group)
exportClasses(H5Location)
exportMethods("[")
exportMethods("[<-")
exportMethods("h5attr<-")
exportMethods(c)
exportMethods(createAttribute)
exportMethods(createDataSet)
exportMethods(createGroup)
exportMethods(existsDataSet)
exportMethods(existsGroup)
exportMethods(extendDataSet)
exportMethods(getH5Group)
exportMethods(h5attr)
exportMethods(h5close)
exportMethods(h5flush)
exportMethods(h5unlink)
exportMethods(list.attributes)
exportMethods(list.datasets)
exportMethods(list.groups)
exportMethods(openAttribute)
exportMethods(openDataSet)
exportMethods(openGroup)
exportMethods(readAttribute)
exportMethods(readDataSet)
exportMethods(selectDataSpace)
exportMethods(writeAttribute)
exportMethods(writeDataSet)
importFrom(Rcpp,sourceCpp)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(tools,file_path_as_absolute)
useDynLib(h5, .registration = TRUE)