UpdateNodeContext Class Reference
 
 
 
UpdateNodeContext Class Reference

#include <UpdateNodeContext.h>

Inheritance diagram for UpdateNodeContext:
MaxHeapOperators

Class Description

This class contains node dependent information for calling IObjectDisplay2::UpdatePerNodeItems(), and IObjectDisplay2::UpdatePerViewItems()

Public Member Functions

GraphicsDriverAPI  UpdateNodeContext ()
virtual GraphicsDriverAPI  ~UpdateNodeContext ()
GraphicsDriverAPI
RenderNodeHandle
GetRenderNode ()
  Get the current node to update render items.
GraphicsDriverAPI void  SetRenderNode (RenderNodeHandle &renderNode)
  Set the current node to update render items.

Protected Attributes

UpdateNodeContextImpl *  mpImpl

Constructor & Destructor Documentation

GraphicsDriverAPI UpdateNodeContext ( )
virtual GraphicsDriverAPI ~UpdateNodeContext ( ) [virtual]

Member Function Documentation

GraphicsDriverAPI RenderNodeHandle& GetRenderNode ( )

Get the current node to update render items.

GraphicsDriverAPI void SetRenderNode ( RenderNodeHandle renderNode )

Set the current node to update render items.


Member Data Documentation

UpdateNodeContextImpl* mpImpl [protected]