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

The HighlightSearch class is a concept class for highlight search related enum classes. More...

#include <hps.h>

Public Types

enum  Scope : uint32_t {
  Scope::AtOrAbovePath,
  Scope::AtOrBelowPath,
  Scope::ExactPath
}
 Enumeration of how to interpret path scope when performing a highlight search. More...
 

Private Member Functions

 HighlightSearch ()
 

Detailed Description

The HighlightSearch class is a concept class for highlight search related enum classes.

Member Enumeration Documentation

◆ Scope

enum HPS::HighlightSearch::Scope : uint32_t
strong

Enumeration of how to interpret path scope when performing a highlight search.

Enumerator
AtOrAbovePath 

Only return highlights that apply at or above the specified path.

AtOrBelowPath 

Only return highlights that apply at or below the specified path.

ExactPath 

Only return highlights that apply at exactly the specified path.

Constructor & Destructor Documentation

◆ HighlightSearch()

HPS::HighlightSearch::HighlightSearch ( )
inlineprivate

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