In file ./include/vob/trans/Primitives.hxx:

class Vob::Primitives::PotentiallyGLPerformablePrimitiveTransform

A tag interface for transformations which may sometimes be performed using OpenGL but sometimes not.

Documentation

A tag interface for transformations which may sometimes be performed using OpenGL but sometimes not. Implies the following methods:
	bool canPerformGL() ;
	bool performGL() ;
      
with the same semantics as in Vob::Transform.

@link Vob::Transform


Inheritance:

PotentiallyGLPerformablePrimitiveTransform


This class has no child classes.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.