![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
Static information about a processor. Needed mostly for the processor list and factories. More...
#include <processorinfo.h>
Public Member Functions | |
| ProcessorInfo (std::string aClassIdentifier, std::string aDisplayName, std::string aCategory, CodeState aCodeState, Tags someTags, bool visible=true) | |
Public Attributes | |
| const std::string | classIdentifier |
| Identifier must be unique for all processors, example org.inviwo.yourprocessor. | |
| const std::string | displayName |
| Processor::getDisplayName. | |
| const std::string | category |
| Used for grouping processors in ProcessorTreeWidget. | |
| const CodeState | codeState |
| const Tags | tags |
| Searchable tags, platform tags are shown in ProcessorTreeWidget. | |
| const bool | visible |
| Show in processor list (ProcessorTreeWidget), enabling drag&drop. | |
Static information about a processor. Needed mostly for the processor list and factories.