Molmodel
Public Member Functions | Public Attributes

SimTK::VoxelHash< T >::VoxelIndex Class Reference

#include <VoxelHash.h>

List of all members.

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

template<class T>
class SimTK::VoxelHash< T >::VoxelIndex


Constructor & Destructor Documentation

template<class T>
SimTK::VoxelHash< T >::VoxelIndex::VoxelIndex ( int  x,
int  y,
int  z,
size_t  numBuckets 
) [inline]

Member Function Documentation

template<class T>
bool SimTK::VoxelHash< T >::VoxelIndex::operator< ( const VoxelIndex other) const [inline]
template<class T>
bool SimTK::VoxelHash< T >::VoxelIndex::operator== ( const VoxelIndex other) const [inline]
template<class T>
SimTK::VoxelHash< T >::VoxelIndex::operator size_t ( ) const [inline]
template<class T>
size_t SimTK::VoxelHash< T >::VoxelIndex::hash_value ( ) const [inline]

Member Data Documentation

template<class T>
int SimTK::VoxelHash< T >::VoxelIndex::x
template<class T>
int SimTK::VoxelHash< T >::VoxelIndex::y
template<class T>
int SimTK::VoxelHash< T >::VoxelIndex::z
template<class T>
size_t SimTK::VoxelHash< T >::VoxelIndex::numBuckets

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines