coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
memory.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  coal::internal::memory_footprint_evaluator< T >
 

Namespaces

 coal
 Main namespace.
 
 coal::internal
 

Functions

template<typename T >
size_t coal::computeMemoryFootprint (const T &object)
 Returns the memory footpring of the input object. For POD objects, this function returns the result of sizeof(T) More...