useDynLib(oce)
export(
	as.coastline,
	as.ctd,
	as.sealevel,
	coriolis,
	ctd.add.column,
	ctd.decimate,
	ctd.trim,
	ctd.update.header,
	ctd.write,
	geod.dist,
	gravity,
	lat.format,
	latlon.format,
	lon.format,
	make.section,
	oce.as.POSIXlt,
	magic,
	plot.TS,
	plot.coastline,
	plot.ctd,
	plot.ctd.scan,
	plot.profile,
	plot.sealevel,
	plot.section,
	processing.log.append,
	processing.log.summary,
	read.coastline,
	read.ctd,
	read.lobo,
	read.oce,
	read.sealevel,
	read.section,
	section.grid,
	sw.alpha,
	sw.alpha.over.beta,
 	sw.sound.speed,
	sw.beta,
	sw.conductivity,
	sw.depth,
	sw.lapse.rate,
	sw.N2,
	sw.rho,
	sw.S.C.T.p,
	sw.sigma,
	sw.sigma.t,
	sw.sigma.theta,
	sw.specific.heat,
	sw.spice,
	sw.S.T.rho,
	sw.T.freeze,
	sw.theta,
	sw.T.S.rho,
	sw.viscosity
)

S3method(plot, ctd)
S3method(plot, coastline)
S3method(plot, lobo)
S3method(plot, sealevel)
S3method(plot, section)
S3method(summary, ctd)
S3method(summary, coastline)
S3method(summary, lobo)
S3method(summary, sealevel)
S3method(summary, section)
