Class SoConvolution
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.algorithms.SoConvolution
-
public class SoConvolution extends Inventor
Convolution functions for buffers. This module provides functions to perform convolution on 2D buffers.Examples:
- See Also:
SoAlgorithms
,SoArithmetic
,SoConversion
,SoDataExtract
,SoSeismic
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SoConvolution()
SoConvolution
constructor.
-
Method Summary
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SoConvolution
public SoConvolution()
SoConvolution
constructor.
-
-