Omnidome
Fulldome Mapping Software Toolkit
|
Interface for a projector setup. More...
#include <Setup.h>
Public Member Functions | |
virtual void | setup (Projector &)=0 |
Setup projector with scene size. More... | |
virtual bool | isMultiSetup () const |
virtual void | setup (Projector &_proj, qreal _scale) |
virtual void | scale (qreal _factor)=0 |
Scale projector setup by factor, e.g. to adapt defaults to scene size. More... | |
virtual bool | flipped () const =0 |
![]() | |
virtual | ~TypeIdInterface () |
virtual Id | getTypeId () const =0 |
Returns type id of object. More... | |
virtual void | registerInFactory () const =0 |
Register the inherited class in factory. More... | |
Interface for a projector setup.
|
pure virtual |
Implemented in omni::proj::AngleSetup.
|
pure virtual |
Scale projector setup by factor, e.g. to adapt defaults to scene size.
Implemented in omni::proj::PeripheralSetup, and omni::proj::FreeSetup.
|
pure virtual |
Setup projector with scene size.
Implemented in omni::proj::PeripheralSetup, omni::proj::AngleSetup, and omni::proj::FreeSetup.
|
inlinevirtual |