IIRenderMgrSelector Class Reference
 
 
 
IIRenderMgrSelector Class Reference

#include <interactiverender.h>

Inheritance diagram for IIRenderMgrSelector:
InterfaceServer MaxHeapOperators

Class Description

See also:
Class InterfaceServer, Class IInteractiveRender , Class InterfaceServer, Class INode

Description:
This class represents the abstract (interface) for an interactive rendering manager selector to assist in the process of determining the nodes that are selected by the interactive rendering manager.

Public Member Functions

virtual BOOL  IsSelected (INode *pINode)

Member Function Documentation

virtual BOOL IsSelected ( INode pINode ) [inline, virtual]
Remarks:
This method returns whether the specified node is selected. By default all nodes are selected and should therefore be shaded.
Parameters:
INode* pINode

The node to test.
Default Implementation:
{ return TRUE; }
{ UNUSED_PARAM(pINode); return TRUE; }