Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::Info Class Reference

The Info class is a concept class for information, warning, and error codes. More...

#include <hps.h>

Public Types

enum  Code : uint32_t {
  Code::Unknown,
  Code::Exchange,
  Code::Publish,
  Code::Data,
  Code::Key,
  Code::Geometry,
  Code::Database,
  Code::Driver,
  Code::Internal,
  Code::Memory,
  Code::System,
  Code::Unsupported,
  Code::DX9DeviceReset,
  Code::DWG,
  Code::Parasolid
}
 Enumerates the types of information, warning, and error messages. More...
 

Private Member Functions

 Info ()
 

Detailed Description

The Info class is a concept class for information, warning, and error codes.

Member Enumeration Documentation

◆ Code

enum HPS::Info::Code : uint32_t
strong

Enumerates the types of information, warning, and error messages.

Enumerator
Unknown 

Info type and source unknown.

Exchange 

Info from Exchange.

Publish 

Info from Publish.

Data 

Problem with provided data.

Key 

Problem with provided key.

Geometry 

Problem with provided geometry.

Database 

Problem with scene.

Driver 

Problem with driver.

Internal 

Problem with internal system.

Memory 

Problem with memory.

System 

Problem operating environment.

Unsupported 

Use is unsupported.

DX9DeviceReset 

The D3D device for all dx9 driver instances has been reset.

DWG 

Info from DWG.

Parasolid 

Info from Parasolid.

Constructor & Destructor Documentation

◆ Info()

HPS::Info::Info ( )
inlineprivate

The documentation for this class was generated from the following file: