Processing Class

CVB.Net Documentation
Utility functions used for marshaling processing function calls.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Runtime.InteropServicesProcessing

Namespace:  Stemmer.Cvb.Runtime.InteropServices
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static class Processing

The Processing type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBoolProcessingImg
Generic processing function that handles the basic input checks and caters to the result image creation and error reporting for functions that take an image (plus potentially some parameters) and generate an output image.
Public methodStatic memberStandardProcessing(ProcessingStandardProcessingFunctionVoid)
Generic processing function.
Public methodStatic memberStandardProcessing(INativeHandle, ProcessingStandardProcessingFunctionVoid)
Processing function that accepts an image and returns nothing.
Public methodStatic memberStandardProcessing(ProcessingStandardProcessingFunctionVoid, ProcessingReturnCodeTranslation)
Generic processing function that handles the basic input checks and caters to error reporting for functions some and generate nothing.
Public methodStatic memberStandardProcessing(INativeHandle, ProcessingStandardProcessingFunctionVoid, ProcessingReturnCodeTranslation)
Generic processing function that handles the basic input checks and caters to error reporting for functions some and generate nothing.
Public methodStatic memberStandardProcessing(INativeHandle, INativeHandle, ProcessingStandardProcessingFunctionVoid, ProcessingReturnCodeTranslation)
Processing function that accepts two images and returns nothing.
Public methodStatic memberStandardProcessingTOut(ProcessingStandardProcessingFunction1TOut)
Generic processing function that handles the basic input checks and caters to the result image creation and error reporting for functions that take an image (plus potentially some parameters) and generate an output image.
Public methodStatic memberStandardProcessingTOut(INativeHandle, ProcessingStandardProcessingFunction1TOut)
Generic processing function that handles the basic input checks and caters to the result image creation and error reporting for functions that take an image (plus potentially some parameters) and generate an output image.
Public methodStatic memberStandardProcessingTOut(INativeHandle, INativeHandle, ProcessingStandardProcessingFunction1TOut)
Generic processing function that handles the basic input checks and caters to the result image creation and error reporting for functions that take an image (plus potentially some parameters) and generate an output image.
Public methodStatic memberStandardProcessingTOut(ProcessingStandardProcessingFunction2TOut, TOut, TOut)
Generic processing function that handles the basic input checks and caters to the result image creation and error reporting for functions that take an image (plus potentially some parameters) and generate an output image.
Public methodStatic memberStandardProcessingImg(ProcessingStandardProcessingFunctionImg)
Generic processing function that handles the basic input checks and caters to the result image creation and error reporting for functions that take an image (plus potentially some parameters) and generate an output image.
Public methodStatic memberStandardProcessingImg(INativeHandle, ProcessingStandardProcessingFunctionImg)
Generic processing function that handles the basic input checks and caters to the result image creation and error reporting for functions that take an image (plus potentially some parameters) and generate an output image.
Public methodStatic memberStandardProcessingImg(INativeHandle, INativeHandle, ProcessingStandardProcessingFunctionImg)
Generic processing function that handles the basic input checks and caters to the result image creation and error reporting for functions that take an image (plus potentially some parameters) and generate an output image.
Public methodStatic memberStandardProcessingImg(INativeHandle, ProcessingStandardProcessingFunctionImg, ProcessingReturnCodeTranslation)
Generic processing function that handles the basic input checks and caters to the result image creation and error reporting for functions that take an image (plus potentially some parameters) and generate an output image.
Top
See Also

Reference