HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PDGT_Types.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  PDGT_TypeErrorLevel { PDGT_TypeErrorLevel::eNone, PDGT_TypeErrorLevel::eFailure, PDGT_TypeErrorLevel::eInfo, PDGT_TypeErrorLevel::eSuccess }
 Error level typedef. More...
 
enum  PDGT_ApplicationType { PDGT_ApplicationType::eUnknown, PDGT_ApplicationType::eIntegrated, PDGT_ApplicationType::eStandalone }
 

Enumeration Type Documentation

enum PDGT_ApplicationType
strong

Application type, i.e. if PDGT + PDG was initialized as part of Houdini or as a standalone application

Enumerator
eUnknown 

The application type has yet to be determined.

eIntegrated 

PDG has been loaded as part of Houdini, through TOPs.

eStandalone 

PDG has been loaded as a standalone application.

Definition at line 32 of file PDGT_Types.h.

enum PDGT_TypeErrorLevel
strong

Error level typedef.

Enumerator
eNone 

No errors or messages are logged.

eFailure 

Errors are only logged if a type fails to load.

eInfo 

Errors are pritned, as well as general info messages about which files are being loaded

eSuccess 

A message is printed for each successfully loaded type, in addition to general info and errors caused by failures

Definition at line 13 of file PDGT_Types.h.