Class IIRenderMgrSelector
See Also: Class InterfaceServer, Class IInteractiveRender , Class InterfaceServer, Class INode
class IIRenderMgrSelector : public InterfaceServer
Description:
This class is available in release 4.0 and later only.
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.
Methods:
public:
Prototype:
virtual BOOL IsSelected(INode* pINode);
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; }