![]() |
Project
|
MatrixCache is a vector of cached transform matrices (per sensor) for specific Transformation type. More...
#include <DetMatrixCache.h>
Public Member Functions | |
MatrixCache ()=default | |
~MatrixCache ()=default | |
MatrixCache (const MatrixCache &src)=delete | |
MatrixCache & | operator= (const MatrixCache &src)=delete |
void | setSize (int s) |
set the size of the cache | |
int | getSize () const |
get the size of the cache | |
void | setMatrix (const T &mat, int sensID) |
assign matrix to a slot | |
const T & | getMatrix (int sensID) const |
bool | isFilled () const |
MatrixCache is a vector of cached transform matrices (per sensor) for specific Transformation type.
Definition at line 33 of file DetMatrixCache.h.
|
default |
|
default |
|
delete |
|
inline |
Definition at line 63 of file DetMatrixCache.h.
|
inline |
get the size of the cache
Definition at line 52 of file DetMatrixCache.h.
|
inline |
Definition at line 64 of file DetMatrixCache.h.
|
delete |
|
inline |
assign matrix to a slot
Definition at line 54 of file DetMatrixCache.h.
|
inline |
set the size of the cache
Definition at line 44 of file DetMatrixCache.h.