Cog3DVisionDataRerender ClassCognex VisionPro 9.7
An operator for rerendering a single range image into a user-specified space.
Inheritance Hierarchy

System Object
  System MarshalByRefObject
    Cognex.VisionPro.Implementation CogObjectBase
      Cognex.VisionPro.Implementation CogSerializableObjectBase
        Cognex.VisionPro.Implementation CogSerializableChangedEventBase
          Cognex.VisionPro3D Cog3DVisionDataRerender

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax

[SerializableAttribute]
public class Cog3DVisionDataRerender : CogSerializableChangedEventBase, 
	IDeserializationCallback

The Cog3DVisionDataRerender type exposes the following members.

Constructors

  NameDescription
Public methodCog3DVisionDataRerender 
Constructs a new instance of this class.
Public methodCog3DVisionDataRerender(Cog3DVisionDataRerender)
Constructs a new instance of this class as a deep copy of the given instance.
Protected methodCog3DVisionDataRerender(SerializationInfo, StreamingContext)
Serialization constructor for Cog3DVisionDataRerender object.
Top
Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecute
Rerender the supplied range image or range / grey image pair.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetAttributes
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetClassName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetComponentName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetConverter
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultEvent
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultProperty
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEditor
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetObjectData
Implements the GetObjectData method of the ISerializable interface.
(Inherited from CogSerializableObjectBase.)
Protected methodGetProperties 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetProperties( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetPropertyOwner
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodOnChanged(Int64)
This method should be called internally whenever the object's state may have changed.
(Inherited from CogSerializableChangedEventBase.)
Protected methodOnChanged(CogChangedEventArgs)
This method may be called internally whenever a derived object's state may have changed and the derived object expresses this change via a derived CogChangedEventArgs class.
(Inherited from CogSerializableChangedEventBase.)
Public methodOnDeserialization
Perform post-deserialization setup for this Cog3DVisionDataRerender.
Public methodResumeAndRaiseChangedEvent
Re-enables raising of the Changed event after SuspendChangedEvent has been called, and raises the Changed event if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent.
(Inherited from CogSerializableChangedEventBase.)
Public methodSuspendChangedEvent
Temporarily suspends the raising of the Changed event. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.
(Inherited from CogSerializableChangedEventBase.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldStatic memberSfNextSf
Public fieldStatic memberSfOutputEnable
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputEnable may have changed.
Public fieldStatic memberSfOutputImageScaleMode
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageScaleMode may have changed.
Public fieldStatic memberSfOutputImageXMax
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageXMax may have changed.
Public fieldStatic memberSfOutputImageXMin
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageXMin may have changed.
Public fieldStatic memberSfOutputImageXScale
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageXScale may have changed.
Public fieldStatic memberSfOutputImageXYMode
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageXYMode may have changed.
Public fieldStatic memberSfOutputImageYMax
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageYMax may have changed.
Public fieldStatic memberSfOutputImageYMin
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageYMin may have changed.
Public fieldStatic memberSfOutputImageYScale
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageYScale may have changed.
Public fieldStatic memberSfOutputImageZContinuityThreshold
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageZContinuityThreshold may have changed.
Public fieldStatic memberSfOutputImageZContinuityThresholdEnabled
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageZContinuityThresholdEnabled may have changed.
Public fieldStatic memberSfOutputImageZMin
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageZMin may have changed.
Public fieldStatic memberSfOutputImageZMode
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageZMode may have changed.
Public fieldStatic memberSfOutputImageZScale
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageZScale may have changed.
Public fieldStatic memberSfOutputSpaceName3D
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputSpaceName3D may have changed.
Top
Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyOutputEnable
Specify the desired ouputput by bitwise ORing the appropriate Cog3DVisionDataStitchOutputConstants.
Public propertyOutputImageScaleMode
How to scale the output range image. This controls the resolution of the output range image. There are three defined modes: UseXYZScales and UseInputImageScales and UseFirstInputImageScales.
Public propertyOutputImageXMax
Client space (OutputSpaceName3D) maximum X bounds for the output range image. Ignored if OutputImageXYMode is not Limit. Note that setting this value to less than the current OutputImageXMin will cause OutputImageXMin to be set to the new value as well.
Public propertyOutputImageXMin
Client space (OutputSpaceName3D) minimum X bounds for the output range image. Ignored if OutputImageXYMode is not Limit. Note that setting this value to greater than the current OutputImageXMax will cause OutputImageXMax to be set to the new value as well.
Public propertyOutputImageXScale
The X scale factor to use when generating the output range image. Ignored when OutputImageScaleMode is UseInputImageScales or UseFirstInputImageScales.
Public propertyOutputImageXYMode
How to define the X, Y bounds of the output image. There are two defined modes: Limit and Auto.
Public propertyOutputImageYMax
Client space (OutputSpaceName3D) maximum Y bounds for the output range image. Ignored if OutputImageXYMode is not Limit. Note that setting this value to less than the current OutputImageYMin will cause OutputImageYMin to be set to the new value as well.
Public propertyOutputImageYMin
Client space (OutputSpaceName3D) minimum Y bounds for the output range image. Ignored if OutputImageXYMode is not Limit. Note that setting this value to greater than the current OutputImageYMax will cause OutputImageYMax to be set to the new value as well.
Public propertyOutputImageYScale
The Y scale factor to use when generating the output range image. Ignored when OutputImageScaleMode is UseInputImageScales or UseFirstInputImageScales.
Public propertyOutputImageZContinuityThreshold
The maximum allowable Z difference in client space (OutputSpaceName3D) between adjacent source data positions, between which range image voxels will be interpolated. Adjacencies whose Z difference exceeds this value will be disconnected. If OutputImageZContinuityThresholdEnabled is false then this property is ignored and processing is performed as if this value were set to MaxValue).
Public propertyOutputImageZContinuityThresholdEnabled
Controls whether OutputImageZContinuityThreshold is used during processing. If false, processing is performed as if the threshold were set to MaxValue).
Public propertyOutputImageZMin
Client space (OutputSpaceName3D) minimum Z. If OutputImageZMode is UseZMin, then this parameter will be the output space Z that corresponds to a minimum output pixel value. This parameter is ignored if OutputImageZMode is not UseZMin.
Public propertyOutputImageZMode
How to handle the Z values of the output range image. There are two defined modes: UseZMin and Auto.
Public propertyOutputImageZScale
The Z scale factor to use when generating the output range image. Ignored when OutputImageScaleMode is UseInputImageScales or UseFirstInputImageScales.
Public propertyOutputSpaceName3D
The name of the 3D space in which the output range image will be rerendered. The Execute  method will throw an ArgumentException if this space name does not exist within the 3D coordinate space tree of the input range image.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Top
Events

  NameDescription
Public eventChanged
This event is raised when one or more parts of the object's state may have changed.
(Inherited from CogSerializableChangedEventBase.)
Top
See Also