Workspace 6.21.5
Public Member Functions | List of all members
WSGLRenderElementsFilter Class Reference

A filtering class for including / excluding specific parts of a render item during a render call. More...

#include <Rendering/OpenGL/wsglrenderitem.h>

Public Member Functions

 WSGLRenderElementsFilter ()
 
bool allowsElementType (const Mesh::ElementType::Type &type) const
 
void excludeElementType (const Mesh::ElementType::Type &type)
 
void excludeElementTypes (const Mesh::ElementType::List &types)
 
void includeElementType (const Mesh::ElementType::Type &type)
 
void includeElementTypes (const Mesh::ElementType::List &types)
 

Detailed Description

Note
This filter will be overridden by any pick filter active in the WSGLRenderer.

Constructor & Destructor Documentation

◆ WSGLRenderElementsFilter()

Member Function Documentation

◆ allowsElementType()

bool allowsElementType ( const Mesh::ElementType::Type type) const

◆ excludeElementType()

void excludeElementType ( const Mesh::ElementType::Type type)

◆ excludeElementTypes()

void excludeElementTypes ( const Mesh::ElementType::List types)

◆ includeElementType()

void includeElementType ( const Mesh::ElementType::Type type)

◆ includeElementTypes()

void includeElementTypes ( const Mesh::ElementType::List types)