#include <itkStructHashFunction.h>
Public Types | |
typedef StructHashFunction | Self |
typedef TInput | InputType |
Public Member Functions | |
unsigned int | operator() (const InputType &key) const |
This regards the input key as a string of bytes, and applies a hash function similar to one that has been used in perl. If the data in the input key has pointers to other classes, then the function will be hashing on the value of the pointer itself, not on the data it points to. It is imagined that this function will be used more for structs (with fully exposed data) than for general classes.
Definition at line 20 of file itkStructHashFunction.h.
|
Input type Definition at line 28 of file itkStructHashFunction.h. Referenced by itk::StructHashFunction< TInput >::operator()(). |
|
Standard class typedefs. Definition at line 25 of file itkStructHashFunction.h. |
|
Definition at line 37 of file itkStructHashFunction.h. References itk::StructHashFunction< TInput >::InputType. |