Revision: 56333
http://sourceforge.net/p/brlcad/code/56333
Author: mohitdaga
Date: 2013-07-30 15:17:57 +0000 (Tue, 30 Jul 2013)
Log Message:
-----------
Seperate public and private functions in filter.c.
Modified Paths:
--------------
brlcad/trunk/src/libicv/filter.c
Modified: brlcad/trunk/src/libicv/filter.c
===================================================================
--- brlcad/trunk/src/libicv/filter.c 2013-07-30 15:13:58 UTC (rev 56332)
+++ brlcad/trunk/src/libicv/filter.c 2013-07-30 15:17:57 UTC (rev 56333)
@@ -29,6 +29,8 @@
#define KERN_DEFAULT 3
+/* private functions */
+
HIDDEN void
icv_get_kernel(ICV_FILTER filter_type, double *kern, double *offset) {
switch(filter_type) {
@@ -82,6 +84,10 @@
return;
}
+/* end of private functions */
+
+/* begin public functions */
+
int icv_filter(icv_image_t* img, ICV_FILTER filter_type)
{
double *kern=NULL, *kern_p=NULL;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits