Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TPrimitiveTypeArray
Inherited By:
None.
Purpose:
TSampledSurfacePointArray represents an array of TSampledSurfacePoint objects. The sole purpose of this class is as an argument type for TShardChunkIterator::GetVertexInfo, which fills the array for subsequent rendering of shards.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
None.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
void Swap (TSampledSurfacePointArray & victim)
Interface Category:
API.
Purpose:
Swaps the contents of this TSampledSurfacePointArray with those of the specified parameter.
Calling Context:
Call this function directly.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
- TSampledSurfacePointArray (unsigned long size =0)
- TSampledSurfacePointArray (const TSampledSurfacePointArray & source)
Interface Category:
API.
Purpose:
- Creates a TSampledSurfacePointArray of the specified size.
- Copy constructor.
Calling Context:
- Call this function directly.
- Called to copy an object.
Parameters:
- unsigned long size =0 -The size of the new point array.
- const TSampledSurfacePointArray & source -The point array to be copied.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.