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::Mesh Class Reference

The Mesh class is a concept class for mesh-related enum classes. More...

#include <hps.h>

Public Types

enum  Component : uint32_t {
  Component::Faces,
  Component::Edges,
  Component::Vertices
}
 Enumerates the mesh components that vertex colors can be applied to. More...
 

Private Member Functions

 Mesh ()
 

Detailed Description

The Mesh class is a concept class for mesh-related enum classes.

Member Enumeration Documentation

◆ Component

enum HPS::Mesh::Component : uint32_t
strong

Enumerates the mesh components that vertex colors can be applied to.

Enumerator
Faces 

The vertex colors applied to faces.

Edges 

The vertex colors applied to edges.

Vertices 

The vertex colors applied to vertices.

Constructor & Destructor Documentation

◆ Mesh()

HPS::Mesh::Mesh ( )
inlineprivate

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