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

The Cylinder class is a concept class for cylinder-related enum classes. More...

#include <hps.h>

Public Types

enum  Component : uint32_t {
  Component::Faces,
  Component::Edges
}
 Enumerates the cylinder components vertex colors can be applied to. More...
 
enum  Capping : uint32_t {
  Capping::None,
  Capping::First,
  Capping::Last,
  Capping::Both
}
 Enumerates the type of capping geometry to use for cylinders. More...
 
enum  Orientation : uint32_t {
  Orientation::Default,
  Orientation::DefaultRadii,
  Orientation::InvertRadii,
  Orientation::InvertRadiiOnly,
  Orientation::DefaultColors,
  Orientation::InvertColors,
  Orientation::InvertColorsOnly,
  Orientation::InvertAll
}
 Allows reversing of cylinder colors, radii, or both. More...
 

Private Member Functions

 Cylinder ()
 

Detailed Description

The Cylinder class is a concept class for cylinder-related enum classes.

Member Enumeration Documentation

◆ Capping

enum HPS::Cylinder::Capping : uint32_t
strong

Enumerates the type of capping geometry to use for cylinders.

Enumerator
None 

Neither cylinder end will be capped.

First 

Only the first cylinder end will be capped.

Last 

Only the second cylinder end will be capped.

Both 

Both cylinder ends will be capped.

◆ Component

enum HPS::Cylinder::Component : uint32_t
strong

Enumerates the cylinder components vertex colors can be applied to.

Enumerator
Faces 

The vertex colors applied to faces.

Edges 

The vertex colors applied to edges.

◆ Orientation

enum HPS::Cylinder::Orientation : uint32_t
strong

Allows reversing of cylinder colors, radii, or both.

Enumerator
Default 

Cylinder Orientation.

DefaultRadii 

Cylinder Orientation.

InvertRadii 

Cylinder Orientation.

InvertRadiiOnly 

Cylinder Orientation.

DefaultColors 

Cylinder Orientation.

InvertColors 

Cylinder Orientation.

InvertColorsOnly 

Cylinder Orientation.

InvertAll 

Cylinder Orientation.

Constructor & Destructor Documentation

◆ Cylinder()

HPS::Cylinder::Cylinder ( )
inlineprivate

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