aimstil
5.0.5
|
General macros, definitions and functions. More...
Go to the source code of this file.
Classes | |
struct | til::None |
A type representing the absence of a type. More... | |
struct | til::NoInit |
A type used in some construtors to disable initialization. More... | |
Namespaces | |
til | |
Belongs to package Box Do not include directly, include til/Box.h instead. | |
Macros | |
#define | FRIEND_TEMPLATE_NO_ARG <> |
#define | INLINE inline |
#define | TIL_API |
#define | EXPIMP_TEMPLATE |
#define | M_PI 3.14159265358979323846 |
#define | EXPAND_VECTOR(v) v[0], v[1], v[2] |
#define | NOMINMAX 1 |
Typedefs | |
typedef unsigned char | til::uchar |
typedef unsigned short | til::ushort |
Functions | |
void | til::warning (const char *msg) |
Library warning. More... | |
Variables | |
const NoInit | til::no_init = NoInit() |
General macros, definitions and functions.
Definition in file til_common.h.
#define EXPAND_VECTOR | ( | v | ) | v[0], v[1], v[2] |
Definition at line 54 of file til_common.h.
Referenced by til::TensorProductInterpolation< Interpolation, 2 >::compute(), til::TensorProductInterpolation< Interpolation, 4 >::compute(), til::TensorProductInterpolation< Interpolation, 6 >::compute(), til::TensorProductInterpolation< Interpolation, 2 >::computeUnsafe(), til::TensorProductInterpolation< Interpolation, 4 >::computeUnsafe(), til::TensorProductInterpolation< Interpolation, 6 >::computeUnsafe(), til::ImageRLE< T >::getUnsafeValue(), til::ImageNC< T >::getUnsafeValue(), til::ImageRLE< T >::getValue(), til::ImageNC< T >::getValue(), til::ConstVolumetricIterator< ImageNC< T > >::getValue(), til::ImageRLE< T >::init(), til::ImageNC< T >::init(), til::Neighborhood::isNeighbor(), til::ImageRLE< T >::operator()(), til::ImageNC< T >::operator()(), til::ConstVolumetricIterator< ImageNC< T > >::operator()(), til::Neighborhood::remove(), til::Neighborhood::set(), and til::ImageRLE< T >::setValue().
#define EXPIMP_TEMPLATE |
Definition at line 43 of file til_common.h.
Referenced by til::Box< int, D >::max_bounds().
#define FRIEND_TEMPLATE_NO_ARG <> |
Definition at line 19 of file til_common.h.
#define INLINE inline |
Definition at line 26 of file til_common.h.
Referenced by til::_addPoint(), til::IsIsolated< TVolumetricIterator, _TNeighborhood >::_compute(), til::TensorProductInterpolation< Interpolation, 4 >::compute(), til::PT_HasNBackgroundNeighbors< _TImage, _TNeighborhood >::compute(), til::TensorProductInterpolation< Interpolation, 6 >::compute(), til::computeAffineTransformBetween(), til::contains(), til::containsNeighbor(), til::getImageCenter(), til::ImageRLE< T >::getValue(), til::ImageNC< T >::getValue(), til::ConstVolumetricIterator< ImageC< T > >::init(), til::ConstVolumetricIterator< ImageNC< T > >::init(), til::IsIsolated< TVolumetricIterator, _TNeighborhood >::IsIsolated(), til::Neighborhood::isNeighbor(), til::ConstVolumetricIterator< ImageC< T > >::next(), til::functor::Mul< Affine< T1 >, numeric_array< T2, 3 > >::operator()(), til::ImageRLE< T >::operator()(), til::ImageNC< T >::operator()(), til::ConstVolumetricIterator< ImageNC< T > >::operator()(), til::ConstVolumetricIterator< ImageC< T > >::operator()(), til::ScalingMap< T >::ScalingMap(), til::Scaling< T >::setTransl(), til::ConstVolumetricIterator< ImageC< T > >::setUnsafePos(), til::ConstVolumetricIterator< ImageNC< T > >::setUnsafePos(), til::ImageNC< T >::setValue(), til::ImageRLE< T >::setValue(), til::PluginGhost< PixelTest, Plugin >::stop(), til::var(), and til::vol2world().
#define M_PI 3.14159265358979323846 |
Definition at line 48 of file til_common.h.
Referenced by til::myComplexPow(), til::Mesh_curvature2< TVertexXsr, TNeighborhoodXsr, TPrec >::process(), til::Mesh_curvature< TVertexCollection, TNeighborhoods, TPrec >::process(), til::MeshCurvature2< TVertexAccessPolicy, TCircularNeighborhoodAccessPolicy, prec_type >::process(), and til::simple_neighborhood_flattening().
#define NOMINMAX 1 |
Definition at line 59 of file til_common.h.
#define TIL_API |
Definition at line 42 of file til_common.h.
Referenced by til::integer_root(), and til::Box< int, D >::max_bounds().