SiAntialiasingEventListener Class Reference

VSG extension Antialiasing change event listener interface. More...

#include <Inventor/antialiasing/SiAntialiasingEventListener.h>

List of all members.

Public Member Functions

 SiAntialiasingEventListener ()
virtual ~SiAntialiasingEventListener ()
virtual bool onAntialiasingSwitch (const SoSceneManager::AntialiasingMode &mode, const float &quality, const SoAntialiasingParameters *parameters)=0

Detailed Description

VSG extension Antialiasing change event listener interface.

This interface provides the list of change event methods that subclasses must define.


Constructor & Destructor Documentation

SiAntialiasingEventListener::SiAntialiasingEventListener (  ) 
virtual SiAntialiasingEventListener::~SiAntialiasingEventListener (  )  [virtual]

Member Function Documentation

virtual bool SiAntialiasingEventListener::onAntialiasingSwitch ( const SoSceneManager::AntialiasingMode mode,
const float &  quality,
const SoAntialiasingParameters parameters 
) [pure virtual]

This method is called when the antialiasing parameters are modified in the scene manager.

Note:
The mode provided here is the actual mode. If the SoSceneManager::setAntialiasing method is called with AUTO, the mode provided here will be the algorithm selected by the scenemanager. The AUTO mode will never be used here.
Returns:
a boolean to indicates if the listener was able to configure the graphic device for the specified mode.

The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/