Revision: 56434
http://sourceforge.net/p/brlcad/code/56434
Author: mohitdaga
Date: 2013-08-01 19:11:02 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
Add ICV_EXPORT before the functions.
Modified Paths:
--------------
brlcad/trunk/include/icv.h
Modified: brlcad/trunk/include/icv.h
===================================================================
--- brlcad/trunk/include/icv.h 2013-08-01 19:07:28 UTC (rev 56433)
+++ brlcad/trunk/include/icv.h 2013-08-01 19:11:02 UTC (rev 56434)
@@ -342,7 +342,7 @@
*
*/
-void icv_sanitize(icv_image_t* img);
+ICV_EXPORT void icv_sanitize(icv_image_t* img);
/** @file libicv/filter.c
*
@@ -360,7 +360,7 @@
* Note to check if an image(bif) is sanitized
* (bif->flags&&ICV_SANITIZED)
*/
-void icv_sanitize(icv_image_t* img);
+ICV_EXPORT void icv_sanitize(icv_image_t* img);
/**
* This adds a double value to all the pixels of the image.
@@ -370,28 +370,28 @@
* Note to set the flag for a bif (icv_image struct);
* bif->flags |= ICV_OPERATIONS_MODE;
*/
-void icv_add_val(icv_image_t* img, double val);
+ICV_EXPORT void icv_add_val(icv_image_t* img, double val);
/**
* This multiplies a double value to all the pixels of the image.
* Also if the flag ICV_OPERATIONS_MODE is set this doesnt santizes
* the image.
*/
-void icv_multiply_val(icv_image_t* img, double val);
+ICV_EXPORT void icv_multiply_val(icv_image_t* img, double val);
/**
* This divides a double value to all the pixels of the image.
* Also if the flag ICV_OPERATIONS_MODE is set this doesnt santizes
* the image.
*/
-void icv_divide_val(icv_image_t* img, double val);
+ICV_EXPORT void icv_divide_val(icv_image_t* img, double val);
/**
* This raises all the pixels of the image to an exponential power.
* Also if the flag ICV_OPERATIONS_MODE is set this doesnt santizes
* the image.
*/
-void icv_pow_val(icv_image_t* img, double val);
+ICV_EXPORT void icv_pow_val(icv_image_t* img, double val);
/**
* This routine adds pixel value of one image to pixel value of
@@ -399,7 +399,7 @@
*
* Also it sanitizes the image.
*/
-icv_image_t *icv_add(icv_image_t *img1, icv_image_t *img2);
+ICV_EXPORT icv_image_t *icv_add(icv_image_t *img1, icv_image_t *img2);
/**
* This routine substracts pixel value of one image from pixel value
@@ -408,7 +408,7 @@
*
* Also it sanitizes the image.
*/
-icv_image_t *icv_sub(icv_image_t *img1, icv_image_t *img2);
+ICV_EXPORT icv_image_t *icv_sub(icv_image_t *img1, icv_image_t *img2);
/**
* This routine multiplies pixel value of one image to pixel value of
@@ -417,7 +417,7 @@
*
* Also it sanitizes the image.
*/
-icv_image_t *icv_multiply(icv_image_t *img1, icv_image_t *img2);
+ICV_EXPORT icv_image_t *icv_multiply(icv_image_t *img1, icv_image_t *img2);
/**
* This routine divides pixel value of one image from pixel value of
@@ -426,7 +426,7 @@
*
* Also it sanitizes the image.
*/
-icv_image_t *icv_divides(icv_image_t *img1, icv_image_t *img2);
+ICV_EXPORT icv_image_t *icv_divides(icv_image_t *img1, icv_image_t *img2);
/**
* Change the saturation of image pixels. If sat is
@@ -437,7 +437,7 @@
* @param img RGB Image to be saturated.
* @param sat Saturation value.
*/
-int icv_saturate(icv_image_t* img, double sat);
+ICV_EXPORT int icv_saturate(icv_image_t* img, double sat);
typedef enum {
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