registerPostprocessor

Registers a postprocessor to be instantiated on library initialisation by creating a PostprocessorRegistrationEntry and appending it to registeredPostprocessors.

void
registerPostprocessor
(,
Postprocessor function
()
ctor
)

Parameters

priority Priority

Priority at which to instantiate the postprocessor. A lower priority makes it get instantiated before other postprocessors.

ctor Postprocessor function
()

Function pointer to a "constructor"/builder that instantiates the relevant postprocessor.

Meta