Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TLinkedGrafState
Inherited By:
None.
Purpose:
Derived from TLinkedGrafState, TLinkedBundle3DGrafState links a TGrafBundle3D object to a parent TGrafState object. This class is used internally by TLinkedBundle3DPort. Most programmers who want to link a 3-D bundle into a graphics hierarchy use TLinkedBundle3DPort, instead of using TLinkedBundle3DGrafState directly.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
None.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
TLinkedBundle3DGrafState (const TGrafState * parent, const TAttribute3DState * attributeState)
Interface Category:
TLinkedAttribute3DGrafState.
Purpose:
Constructor that links the given 3-D attribute state with the given parent TGrafState. This class is primarily used internally by the TLinkedBundle3DPort object.
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.
virtual ~ TLinkedBundle3DGrafState ()
Interface Category:
TLinkedAttribute3DGrafState.
Purpose:
Destructor.
Calling Context:
Called to destroy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual const TAttribute3DState * GetAttribute3DState () const
Interface Category:
TLinkedAttribute3DGrafState.
Purpose:
Returns a constant pointer to the 3-D attribute state with the bundle linked in.
Calling Context:
Call this function directly.
Parameters:
Return Value:
Returns a constant pointer to the 3-D attribute state.
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.