Inviwo
0.9.10.1
Inviwo documentation
|
A traits class for getting the Processor info from a processor. This provides a customization point if one wants to generate the processor info dynamically, by specializing the traits for your kind of processor: More...
#include <processortraits.h>
Static Public Member Functions | |
static ProcessorInfo | getProcessorInfo () |
A traits class for getting the Processor info from a processor. This provides a customization point if one wants to generate the processor info dynamically, by specializing the traits for your kind of processor:
The default behaviour returns the static member processorInfo_;