|
struct | CenterAxis |
| Tool class for calculating box center along the given axis. More...
|
|
struct | CenterAxis< T, 2 > |
|
struct | CenterAxis< T, 3 > |
|
struct | CenterAxis< T, 4 > |
|
struct | SurfaceCalculator |
| Tool class for calculating surface area of the box. More...
|
|
struct | SurfaceCalculator< T, 2 > |
|
struct | SurfaceCalculator< T, 3 > |
|
struct | SurfaceCalculator< T, 4 > |
|
struct | BoxMinMax |
| Tool class for calculate component-wise vector minimum and maximum (optimized version). More...
|
|
struct | BoxMinMax< T, 2 > |
|
struct | VectorType |
| Tool class for selecting appropriate vector type (Eigen or NCollection). More...
|
|
struct | VectorType< T, 1 > |
|
struct | VectorType< T, 2 > |
|
struct | VectorType< T, 3 > |
|
struct | VectorType< T, 4 > |
|
struct | MatrixType |
| Tool class for selecting appropriate matrix type (Eigen or NCollection). More...
|
|
struct | MatrixType< T, 4 > |
|
struct | ArrayType |
| Tool class for selecting type of array of vectors (STD or NCollection vector). More...
|
|
struct | VecComp |
| Tool class for accessing specific vector component (by index). More...
|
|
struct | VecComp< T, 2 > |
|
struct | VecComp< T, 3 > |
|
struct | VecComp< T, 4 > |
|
struct | Array |
| Tool class providing typical operations on the array. It allows for interoperability between STD vector and NCollection vector. More...
|
|