![]() |
LibCarna Version 3.4.0
|
Establishes partial order for renderables s.t. geometries with such GeometryFeature instances, that do control the same video resource, are grouped together. More...
#include <Renderable.hpp>
Public Member Functions | |
bool | operator() (const Renderable &l, const Renderable &r) const |
Returns the result of GeometryFeature::controlsSameVideoResource for the geometry features with role of l and r. | |
Static Public Attributes | |
static const bool | isViewDependent = false |
Indicates that this partial order does not depend on the view transform. | |
Establishes partial order for renderables s.t. geometries with such GeometryFeature instances, that do control the same video resource, are grouped together.
Definition at line 147 of file Renderable.hpp.
bool LibCarna::base::Renderable::VideoResourcesOrder< role >::operator() | ( | const Renderable & | l, |
const Renderable & | r | ||
) | const |
Returns the result of GeometryFeature::controlsSameVideoResource for the geometry features with role
of l and r.
Definition at line 173 of file Renderable.hpp.
|
static |
Indicates that this partial order does not depend on the view transform.
Definition at line 153 of file Renderable.hpp.
Written by Leonid Kostrykin © 2021–2025. Based on Carna (© 2010-2016).
Documentation generated by Doxygen