Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TLinkedGrafState
Inherited By:
None.
Purpose:
Derived from TLinkedGrafState, TLinkedSceneGrafState links a scene state to a parent TGrafState object. This class is used internally by TLinkedScenePort. Most programmers who want to link a scene state into a graphics hierarchy use TLinkedScenePort, instead of using TLinkedSceneGrafState directly.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
None.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
- TLinkedSceneGrafState (const TGrafState * parent, TLinkableClippingSceneState * sceneState)
- TLinkedSceneGrafState (const TGrafState * parent, TLinkableSceneState * sceneState)
Interface Category:
API.
Purpose:
- Constructor that links the specified clipping scene state to the specified parent graphics state.
- Constructor that links the specified scene state to the specified parent graphics state.
Calling Context:
- Call this function directly.
- Call this function directly.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual ~ TLinkedSceneGrafState ()
Interface Category:
API.
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 TSceneState * GetSceneState () const
Interface Category:
API.
Purpose:
Returns a constant pointer to the scene state previously linked to the parent.
Calling Context:
Call this function directly.
Parameters:
Return Value:
Returns a constant pointer to the scene state.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual const TMatrix3DState * GetModelMatrix3DState () const
Interface Category:
API.
Purpose:
Returns a constant pointer to the 3-D model matrix state.
Calling Context:
Call this function directly.
Parameters:
Return Value:
Returns a constant pointer to the 3-D model matrix 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.