OnUpdateGenerationId method

Called by the base class to check the input and output data object generation IDs and increment the transform generation ID.

Syntax

object.OnUpdateGenerationId();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

You only need to override this derived method if you are directly changing the generation of your transform. If not, reference counting is managed properly by the base class.

See also

Reference

CDXBaseNTo1::IsInputDirty

CDXBaseNTo1::IsOutputDirty

CDXBaseNTo1::IsTransformDirty