SimpleITK  1.2.4
Public Types | Static Public Attributes | List of all members
itk::simple::IsInstantiated< TPixelIDType, VImageDimension > Struct Template Reference

#include <sitkPixelIDTokens.h>

+ Inheritance diagram for itk::simple::IsInstantiated< TPixelIDType, VImageDimension >:

Public Types

typedef nsstd::integral_constant< bool, Value >::type Type
 
typedef nsstd::integral_constant< bool, Value >::value_type ValueType
 

Static Public Attributes

static const bool Value
 

Detailed Description

template<typename TPixelIDType, unsigned int VImageDimension = 0>
struct itk::simple::IsInstantiated< TPixelIDType, VImageDimension >

Definition at line 95 of file sitkPixelIDTokens.h.

Member Typedef Documentation

template<typename TPixelIDType, unsigned int VImageDimension = 0>
typedef nsstd::integral_constant<bool, Value>::type itk::simple::IsInstantiated< TPixelIDType, VImageDimension >::Type

Definition at line 104 of file sitkPixelIDTokens.h.

template<typename TPixelIDType, unsigned int VImageDimension = 0>
typedef nsstd::integral_constant<bool, Value>::value_type itk::simple::IsInstantiated< TPixelIDType, VImageDimension >::ValueType

Definition at line 103 of file sitkPixelIDTokens.h.

Member Data Documentation

template<typename TPixelIDType, unsigned int VImageDimension = 0>
const bool itk::simple::IsInstantiated< TPixelIDType, VImageDimension >::Value
static
Initial value:
= ((int)PixelIDToPixelIDValue<TPixelIDType>::Result != (int)sitkUnknown)
&& ( (VImageDimension == 0)||(VImageDimension == 2) || (VImageDimension == 3)
)

Definition at line 97 of file sitkPixelIDTokens.h.


The documentation for this struct was generated from the following file: