QGeometryFunctor Class

(Qt3DRender::QGeometryFunctor)
Inherits: QAbstractFunctor

Public Functions

virtual ~QGeometryFunctor()
virtual QGeometry *operator()() = 0
virtual bool operator==(const QGeometryFunctor &other) const = 0

Member Function Documentation

[virtual] QGeometryFunctor::~QGeometryFunctor()

Destroys the instance of QGeometryFunctor. The destructor is virtual.

[pure virtual] QGeometry *QGeometryFunctor::operator()()

[pure virtual] bool QGeometryFunctor::operator==(const QGeometryFunctor &other) const