#include <Inventor/components/SoGraphicConfigTemplate.h>
#include <Inventor/components/SoGraphicConfig.h>
Go to the source code of this file.
Functions | |
virtual SbBool | operator() (SoGraphicConfig *const &gc1, SoGraphicConfig *const &gc2) const =0 |
Defines an graphics compare object used to compare two SoGraphicConfig objects according to an SoGraphicConfigTemplate object. | |
Variables | |
const SoGraphicConfigTemplate * | m_predicateTemplate |
|
pure virtual |
Defines an graphics compare object used to compare two SoGraphicConfig objects according to an SoGraphicConfigTemplate object.
This class allows the comparison of two graphics configurations. To sort the list of its supported graphics configurations, a graphics device need a predicate object which type is SoGraphicConfigCompare class or derived from. It takes the graphics template in parameter to define the right order. This order should be absolute (non ambiguous).
SoGraphicConfigTemplate, SoGLGraphicConfigTemplate, SoGraphicConfigCompare, SoGLGraphicConfigCompare, SoGraphicConfig, SoGraphicDevice, SoGLGraphicDevice.
const SoGraphicConfigTemplate* m_predicateTemplate |
Definition at line 59 of file SoGraphicConfigCompare.h.