Molmodel
|
#include <VoxelHash.h>
Public Member Functions | |
VoxelIndex (int x, int y, int z, size_t numBuckets) | |
bool | operator< (const VoxelIndex &other) const |
bool | operator== (const VoxelIndex &other) const |
operator size_t () const | |
size_t | hash_value () const |
Public Attributes | |
int | x |
int | y |
int | z |
size_t | numBuckets |
SimTK::VoxelHash< T >::VoxelIndex::VoxelIndex | ( | int | x, |
int | y, | ||
int | z, | ||
size_t | numBuckets | ||
) | [inline] |
bool SimTK::VoxelHash< T >::VoxelIndex::operator< | ( | const VoxelIndex & | other | ) | const [inline] |
bool SimTK::VoxelHash< T >::VoxelIndex::operator== | ( | const VoxelIndex & | other | ) | const [inline] |
SimTK::VoxelHash< T >::VoxelIndex::operator size_t | ( | ) | const [inline] |
size_t SimTK::VoxelHash< T >::VoxelIndex::hash_value | ( | ) | const [inline] |
int SimTK::VoxelHash< T >::VoxelIndex::x |
int SimTK::VoxelHash< T >::VoxelIndex::y |
int SimTK::VoxelHash< T >::VoxelIndex::z |
size_t SimTK::VoxelHash< T >::VoxelIndex::numBuckets |