PPT Slide
Components of SE+ (cont.)
- Utility classes (cont.):
- seDRMHelper
- Helps in the creation of DRM hierarchies. Just a header file with inline methods. Can be edited and changed without recompiling SE+
- When appropriate, methods store the created object in input parameters so that further objects (like control links) can be added below them
- To use: #include <sePlus/seDRMHelper.h>
- add()
- addGMI/FMI()
- addLocal4x4()
- addTranslation()
- . . .
- addLSRLocation3D()
- addPrimColour()
- . . .