3ds Max C++ API Reference
ISceneContainer::IChangeNotifier Class Referenceabstract

Notification callback interface for ISceneContainer. More...

#include <ISceneContainer.h>

Public Member Functions

virtual void NotifySceneNodesChanged ()=0
 Notifies that the set of nodes, returned by ISceneContainer::GetSceneNodes(), may have changed. More...
 
virtual void NotifySceneBoundingBoxChanged ()=0
 Notifies that the bounding box, returned by ISceneContainer::GetSceneBoundingBox(), may have changed. More...
 

Protected Member Functions

virtual ~IChangeNotifier ()
 Protected destructor prevents deletion through this interface. More...
 

Detailed Description

Notification callback interface for ISceneContainer.

When registered with an ISceneContainer, this interface will be called whenever a relevant change occurs.

Constructor & Destructor Documentation

◆ ~IChangeNotifier()

virtual ~IChangeNotifier ( )
inlineprotectedvirtual

Protected destructor prevents deletion through this interface.

120 {}

Member Function Documentation

◆ NotifySceneNodesChanged()

virtual void NotifySceneNodesChanged ( )
pure virtual

Notifies that the set of nodes, returned by ISceneContainer::GetSceneNodes(), may have changed.

◆ NotifySceneBoundingBoxChanged()

virtual void NotifySceneBoundingBoxChanged ( )
pure virtual

Notifies that the bounding box, returned by ISceneContainer::GetSceneBoundingBox(), may have changed.