plugin_src/operator/conv.c File Reference

#include "crusde_api.h"
#include <math.h>
#include <stdarg.h>
#include <stdio.h>
Include dependency graph for conv.c:

Functions

void register_parameter ()
void register_output_fields ()
void init ()
void free ()
void run ()
const char * get_name ()
const char * get_version ()
const char * get_authors ()
const char * get_description ()
PluginCategory get_category ()
void request_plugins ()
void clear ()

Variables

double * result
int size_x
int size_y
int x = -1
int y = -1
int i = 0

Detailed Description

Implements a convolution in the original domain ... someday.


Function Documentation

void clear (  ) 

empty

void free (  ) 
const char* get_authors (  ) 
PluginCategory get_category (  ) 

References KERNEL_PLUGIN.

const char* get_description (  ) 
const char* get_name (  ) 
const char* get_version (  ) 
void init (  ) 

empty

void register_output_fields (  ) 

empty

void register_parameter (  ) 

empty

void request_plugins (  ) 

empty

void run (  ) 

empty

References size_x, size_y, x, and y.


Variable Documentation

int i = 0
double* result
int size_x

Referenced by init(), and run().

int size_y

Referenced by init(), and run().

int x = -1

Referenced by init(), and run().

int y = -1

Referenced by run().


Generated on Tue Feb 16 15:18:28 2010 for CrusDe by  doxygen 1.6.1-20091004