Class: TSampledSurfacePointArray

Declaration: SampledSurface3D.h

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.

Member Function: TSampledSurfacePointArray::Swap

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.

Member Function: TSampledSurfacePointArray::TSampledSurfacePointArray

  1. TSampledSurfacePointArray (unsigned long size =0)
  2. TSampledSurfacePointArray (const TSampledSurfacePointArray & source)

Interface Category:

API.

Purpose:

  1. Creates a TSampledSurfacePointArray of the specified size.
  2. Copy constructor.

Calling Context:

  1. Call this function directly.
  2. Called to copy an object.

Parameters:

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.