▼Nhermes | |
▼Ncuda_utils | |
CLaunchInfo | Holds CUDA launch parameters |
CLock | Synchronization lock |
▼Nprofiler | |
▼CProfiler | Singleton code profiler |
CBlock | Holds a labeled profiler block with start/end time points |
CBlockDescriptor | Describes a block label |
CScopedBlock | RAII Profiler Block |
CArgParser | Command line argument parser |
CBBox1 | |
CBBox2 | |
CBBox3 | |
CCheck | Number checks |
CCircle | |
CConsoleColors | Set of 256-terminal color codes |
CConstants | Numeric constants |
CConstStrView | |
CCurveInterface | |
CCurveRayIntersection | |
CDataTypes | DataType set of auxiliary functions |
CEFloat | Represents a value with error bounds |
CEnableBitMaskOperators | Wrapper struct to add bitwise operations to enum class |
CFileSystem | Set of useful functions to manipulate files and directories |
CFrustum | |
CGeometricPredicates | Set of geometric predicates |
CGeometricQueries | |
CImplicitCircle | |
CImplicitCurveInterface | |
CImplicitPlane2D | |
CImplicitSphere | |
CImplicitSurfaceInterface | |
CIndex2 | Holds 2-dimensional integer index coordinates |
CIndex2Iterator | |
CIndex2Range | Represents a closed-open range of indices [lower, upper) |
CIndex3 | Holds 3-dimensional index coordinates |
CIndex3Iterator | |
CIndex3Range | Represents a closed-open range of indices [lower, upper), |
CInterval | Represents a numeric interval that supports interval arithmetic |
CLine | Represents a line by a point and a vector |
CLine2 | Represents a 2D line by a point and a vector |
▼CLog | Static class that manages logging messages |
CLocation | Holds information about log code location |
CMathElement | Interface used by all basic geometric entities |
CMatrix2x2 | 2x2 Matrix representation |
CMatrix3x3 | 3x3 Matrix representation |
CMatrix4x4 | 4x4 Matrix representation |
▼CMemoryDumper | Auxiliary logging class for printing blocks of memory |
CRegionLayout | Memory region description |
CNormal2 | Geometric 2-dimensional normal (nx, ny) |
CNormal3 | Geometric 3-dimensional normal (nx, ny, nz) |
CNumbers | Number functions |
COptional | Works just as std::optional, but supports GPU code. It may contain a value or not |
CParametricCircle | |
CParametricCurveInterface | |
▼CParseTree | The ParseTree represents a parsing tree (or derivation tree) generated by a parser. The tree consists in a hierarchy of nodes containing portions of the text identified by the parser rules |
CNode | A node represents a element in the parsed string |
CPath | Representation of a directory/file in the filesystem |
CPlane | |
CPoint2 | Geometric 2-dimensional point (x, y) |
CPoint3 | Geometric 3-dimensional vector (x, y, z) |
CQuaternion | Quaternion representation v.x i + v.y j + v.z k + r |
CRay2 | |
CRay3 | |
CResult | Holds a valid object or an error |
CSegment | |
CShape | |
CSize2 | Holds 2-dimensional size |
CSize3 | Holds 2-dimensional size |
CSphere | |
▼CStr | String class and set of string functions |
Cregex | |
CStringParser | General token parser for strings |
CSurfaceInterface | |
CSurfaceRayIntersection | |
CTimer | Helper class to measure time |
CTransform | Represents a 3-dimensional transformation |
CTransform2 | Represents a 2-dimensional transformation |
CTrigonometry | Trigonometric functions |
CUnexpectedResultType | |
CVector2 | Geometric 2-dimensional vector (x, y) |
CVector3 | Geometric 3-dimensional vector (x, y, z) |
CVector4 | Geometric 4-dimensional point (x, y, z, w) |
▼Nstd | |
Chash< hermes::Point2< T > > | |
Chash< hermes::Point3< T > > | |
Chash< hermes::Vector2< T > > | Hash support for vector2 |
Chash< hermes::Vector3< T > > | Hash support for vector3 |