-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
70 lines (69 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
S3method(vcgPlyWrite,matrix)
S3method(vcgPlyWrite,mesh3d)
export(checkFaceOrientation)
export(checkNormOrient)
export(meshInfo)
export(meshintegrity)
export(nfaces)
export(nverts)
export(raysearchMulti)
export(setRays)
export(vcgArea)
export(vcgBallPivoting)
export(vcgBary)
export(vcgBorder)
export(vcgBox)
export(vcgClean)
export(vcgClost)
export(vcgClostKD)
export(vcgClostOnKDtreeFromBarycenters)
export(vcgCone)
export(vcgCreateKDtree)
export(vcgCreateKDtreeFromBarycenters)
export(vcgCurve)
export(vcgDijkstra)
export(vcgDodecahedron)
export(vcgFaceNormals)
export(vcgGeodesicPath)
export(vcgGeodist)
export(vcgGetEdge)
export(vcgHexahedron)
export(vcgIcosahedron)
export(vcgImport)
export(vcgIsolated)
export(vcgIsosurface)
export(vcgIsotropicRemeshing)
export(vcgKDtree)
export(vcgKmeans)
export(vcgMeshres)
export(vcgMetro)
export(vcgNonBorderEdge)
export(vcgObjWrite)
export(vcgOctahedron)
export(vcgOffWrite)
export(vcgPlyRead)
export(vcgPlyWrite)
export(vcgQEdecim)
export(vcgRaySearch)
export(vcgSample)
export(vcgSearchKDtree)
export(vcgSmooth)
export(vcgSmoothImplicit)
export(vcgSphere)
export(vcgSphericalCap)
export(vcgSquare)
export(vcgStlWrite)
export(vcgSubdivide)
export(vcgTetrahedron)
export(vcgUniformRemesh)
export(vcgUpdateNormals)
export(vcgVFadj)
export(vcgVertexNeighbors)
export(vcgVolume)
export(vcgWrlWrite)
import(grDevices)
import(stats)
import(utils)
importFrom(Rcpp,evalCpp)
useDynLib(Rvcg, .registration=TRUE)