iWaveOcean
3ds Max ocean simulation plugin
Convolution.h File Reference
#include "IConvolution.h"

Go to the source code of this file.

Classes

class  Convolution< radius, behavior >
 

Enumerations

enum  ConvolutionEdgeBehavior { ExtendEdges, WrapEdges, ReflectEdges }
 

Enumeration Type Documentation

The behavior of the convolution kernel when it requires values that extend off the edges of the input.

Enumerator
ExtendEdges 

Use the closest values on the input matrix's edge.

WrapEdges 

Use the values on the opposite edge.

ReflectEdges 

Reflect the index requested across the edge boundary.