#include <dlrCommon/exception.h>
Go to the source code of this file.
Classes | |
class | dlr::numeric::NumericTraits< Type > |
This class is used to customize the behavior of dlr_libs classes & functions for specific numeric types. More... | |
class | dlr::numeric::NumericTraits< char > |
This class is used to customize the behavior of dlr_libs classes & functions for the char type. More... | |
class | dlr::numeric::NumericTraits< unsigned char > |
This class is used to customize the behavior of dlr_libs classes & functions for the unsigned char type. More... | |
class | dlr::numeric::NumericTraits< short > |
This class is used to customize the behavior of dlr_libs classes & functions for the short type. More... | |
class | dlr::numeric::NumericTraits< int > |
This class is used to customize the behavior of dlr_libs classes & functions for the int type. More... | |
class | dlr::numeric::NumericTraits< long > |
This class is used to customize the behavior of dlr_libs classes & functions for the long type. More... | |
class | dlr::numeric::NumericTraits< float > |
This class is used to customize the behavior of dlr_libs classes & functions for the float type. More... | |
class | dlr::numeric::NumericTraits< double > |
This class is used to customize the behavior of dlr_libs classes & functions for the double type. More... | |
Namespaces | |
namespace | dlr::numeric |
This namespace contains code for 1D, 2D, and 3D arrays, matrices, coordinate transformations, rotation conversions, and much more. |
The classes in this file need to be updated soon to use the new portable types from dlrCommon/types.h.
Copyright (C) 2003-2007, David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file numericTraits.h.