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

An IndexOutOfRangeException is thrown when a user tries to access an array element beyond the valid range, typically when interacting with the points or faces defining geometry. More...

#include <hps.h>

Inheritance diagram for HPS::IndexOutOfRangeException:
Collaboration diagram for HPS::IndexOutOfRangeException:

Public Member Functions

 IndexOutOfRangeException (char const *in_info="Attempted to access an element outside the bounds of the array.")
 

Detailed Description

An IndexOutOfRangeException is thrown when a user tries to access an array element beyond the valid range, typically when interacting with the points or faces defining geometry.

Constructor & Destructor Documentation

◆ IndexOutOfRangeException()

HPS::IndexOutOfRangeException::IndexOutOfRangeException ( char const *  in_info = "Attempted to access an element outside the bounds of the array.")
inline

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