<TypeBufferAlgorithms> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyNo registered superclass.

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32AllocateTypeAllocates types of the specified type and transfers ownership of the types to the <TypeBuffer>.
int32AllocateTypesAllocates types of the specified types and transfers ownership of the types to the <TypeBuffer>.
int32AmplifyAmplifies the contents of the <TypeBuffer> by cloning the <Type> objects. For example, given a <TypeBuffer> storing pointers to an <Image>, <Material>, and <Texture>, and given an amplification request of 3, the <TypeBuffer> contents after function execution will be <Image>, <Material>, <Texture>, <Image>, <Material>, <Texture>, <Image>, <Material>, <Texture>.
int32ComplementPopulates a <TypeBuffer> with the complement (difference) of two sets.
int32DifferencePopulates a <TypeBuffer> with the difference of two sets.
int32IntersectionPopulates a <TypeBuffer> with the complement of two sets.
int32UnionPopulates a <TypeBuffer> with the union of two sets.