Hermes
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nhermes
 Ncuda_utils
 CLaunchInfoHolds CUDA launch parameters
 CLockSynchronization lock
 Nprofiler
 CProfilerSingleton code profiler
 CBlockHolds a labeled profiler block with start/end time points
 CBlockDescriptorDescribes a block label
 CScopedBlockRAII Profiler Block
 CArgParserCommand line argument parser
 CBBox1
 CBBox2
 CBBox3
 CCheckNumber checks
 CCircle
 CConsoleColorsSet of 256-terminal color codes
 CConstantsNumeric constants
 CConstStrView
 CCurveInterface
 CCurveRayIntersection
 CDataTypesDataType set of auxiliary functions
 CEFloatRepresents a value with error bounds
 CEnableBitMaskOperatorsWrapper struct to add bitwise operations to enum class
 CFileSystemSet of useful functions to manipulate files and directories
 CFrustum
 CGeometricPredicatesSet of geometric predicates
 CGeometricQueries
 CImplicitCircle
 CImplicitCurveInterface
 CImplicitPlane2D
 CImplicitSphere
 CImplicitSurfaceInterface
 CIndex2Holds 2-dimensional integer index coordinates
 CIndex2Iterator
 CIndex2RangeRepresents a closed-open range of indices [lower, upper)
 CIndex3Holds 3-dimensional index coordinates
 CIndex3Iterator
 CIndex3RangeRepresents a closed-open range of indices [lower, upper),
 CIntervalRepresents a numeric interval that supports interval arithmetic
 CLineRepresents a line by a point and a vector
 CLine2Represents a 2D line by a point and a vector
 CLogStatic class that manages logging messages
 CLocationHolds information about log code location
 CMathElementInterface used by all basic geometric entities
 CMatrix2x22x2 Matrix representation
 CMatrix3x33x3 Matrix representation
 CMatrix4x44x4 Matrix representation
 CMemoryDumperAuxiliary logging class for printing blocks of memory
 CRegionLayoutMemory region description
 CNormal2Geometric 2-dimensional normal (nx, ny)
 CNormal3Geometric 3-dimensional normal (nx, ny, nz)
 CNumbersNumber functions
 COptionalWorks just as std::optional, but supports GPU code. It may contain a value or not
 CParametricCircle
 CParametricCurveInterface
 CParseTreeThe 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
 CNodeA node represents a element in the parsed string
 CPathRepresentation of a directory/file in the filesystem
 CPlane
 CPoint2Geometric 2-dimensional point (x, y)
 CPoint3Geometric 3-dimensional vector (x, y, z)
 CQuaternionQuaternion representation v.x i + v.y j + v.z k + r
 CRay2
 CRay3
 CResultHolds a valid object or an error
 CSegment
 CShape
 CSize2Holds 2-dimensional size
 CSize3Holds 2-dimensional size
 CSphere
 CStrString class and set of string functions
 Cregex
 CStringParserGeneral token parser for strings
 CSurfaceInterface
 CSurfaceRayIntersection
 CTimerHelper class to measure time
 CTransformRepresents a 3-dimensional transformation
 CTransform2Represents a 2-dimensional transformation
 CTrigonometryTrigonometric functions
 CUnexpectedResultType
 CVector2Geometric 2-dimensional vector (x, y)
 CVector3Geometric 3-dimensional vector (x, y, z)
 CVector4Geometric 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