All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
Eegeo::Rendering::Scene::ISceneElementFilterCriteria< T > Class Template Referenceabstract

Interface to a filter of SceneElement<T> objects. More...

#include <ISceneElementFilterCriteria.h>

Public Member Functions

virtual bool FiltersOut (const SceneElement< T > &item) const =0
 

Detailed Description

template<typename T>
class Eegeo::Rendering::Scene::ISceneElementFilterCriteria< T >

Interface to a filter of SceneElement<T> objects.

Implementers of this interface determine whether a single SceneElement<T> should be filtered out, or not.


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