| 1 |
|
/*========================================================================= |
| 2 |
|
|
| 3 |
|
Program: Insight Segmentation & Registration Toolkit |
| 4 |
|
Module: $RCSfile: itkNumericTraitsVectorPixel.cxx.html,v $ |
| 5 |
|
Language: C++ |
| 6 |
|
Date: $Date: 2006/01/17 19:15:42 $ |
| 7 |
|
Version: $Revision: 1.4 $ |
| 8 |
|
|
| 9 |
|
Copyright (c) Insight Software Consortium. All rights reserved. |
| 10 |
|
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. |
| 11 |
|
|
| 12 |
|
This software is distributed WITHOUT ANY WARRANTY; without even |
| 13 |
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
| 14 |
|
PURPOSE. See the above copyright notices for more information. |
| 15 |
|
|
| 16 |
DEF |
=========================================================================*/ |
| 17 |
|
#include "itkNumericTraitsVectorPixel.h" |
| 18 |
|
|
| 19 |
|
namespace itk |
| 20 |
|
{ |
| 21 |
|
|
| 22 |
LEN |
const Vector<unsigned char, 2> NumericTraits<Vector<unsigned char, 2> >::Zero = Vector<unsigned char, 2>( NumericTraits<unsigned char>::Zero ); |
| 23 |
LEN |
const Vector<unsigned char, 2> NumericTraits<Vector<unsigned char, 2> >::One = Vector<unsigned char, 2>( NumericTraits<unsigned char>::One ); |
| 24 |
LEN |
const Vector<signed char, 2> NumericTraits<Vector<signed char, 2> >::Zero = Vector<signed char, 2>( NumericTraits<signed char>::Zero ); |
| 25 |
LEN |
const Vector<signed char, 2> NumericTraits<Vector<signed char, 2> >::One = Vector<signed char, 2>( NumericTraits<signed char>::One ); |
| 26 |
LEN |
const Vector<char, 2> NumericTraits<Vector<char, 2> >::Zero = Vector<char, 2>( NumericTraits<char>::Zero ); |
| 27 |
LEN |
const Vector<char, 2> NumericTraits<Vector<char, 2> >::One = Vector<char, 2>( NumericTraits<char>::One ); |
| 28 |
LEN |
const Vector<short, 2> NumericTraits<Vector<short, 2> >::Zero = Vector<short, 2>( NumericTraits<short>::Zero ); |
| 29 |
LEN |
const Vector<short, 2> NumericTraits<Vector<short, 2> >::One = Vector<short, 2>( NumericTraits<short>::One ); |
| 30 |
LEN |
const Vector<unsigned short, 2> NumericTraits<Vector<unsigned short, 2> >::Zero = Vector<unsigned short, 2>( NumericTraits<unsigned short>::Zero ); |
| 31 |
LEN |
const Vector<unsigned short, 2> NumericTraits<Vector<unsigned short, 2> >::One = Vector<unsigned short, 2>( NumericTraits<unsigned short>::One ); |
| 32 |
LEN |
const Vector<int, 2> NumericTraits<Vector<int, 2> >::Zero = Vector<int, 2>( NumericTraits<int>::Zero ); |
| 33 |
LEN |
const Vector<int, 2> NumericTraits<Vector<int, 2> >::One = Vector<int, 2>( NumericTraits<int>::One ); |
| 34 |
LEN |
const Vector<unsigned int, 2> NumericTraits<Vector<unsigned int, 2> >::Zero = Vector<unsigned int, 2>( NumericTraits<unsigned int>::Zero ); |
| 35 |
LEN |
const Vector<unsigned int, 2> NumericTraits<Vector<unsigned int, 2> >::One = Vector<unsigned int, 2>( NumericTraits<unsigned int>::One ); |
| 36 |
LEN |
const Vector<long, 2> NumericTraits<Vector<long, 2> >::Zero = Vector<long, 2>( NumericTraits<long>::Zero ); |
| 37 |
LEN |
const Vector<long, 2> NumericTraits<Vector<long, 2> >::One = Vector<long, 2>( NumericTraits<long>::One ); |
| 38 |
LEN |
const Vector<unsigned long, 2> NumericTraits<Vector<unsigned long, 2> >::Zero = Vector<unsigned long, 2>( NumericTraits<unsigned long>::Zero ); |
| 39 |
LEN |
const Vector<unsigned long, 2> NumericTraits<Vector<unsigned long, 2> >::One = Vector<unsigned long, 2>( NumericTraits<unsigned long>::One ); |
| 40 |
LEN |
const Vector<float, 2> NumericTraits<Vector<float, 2> >::Zero = Vector<float, 2>( NumericTraits<float >::Zero ); |
| 41 |
LEN |
const Vector<float, 2> NumericTraits<Vector<float, 2> >::One = Vector<float, 2>( NumericTraits<float>::One ); |
| 42 |
LEN |
const Vector<double, 2> NumericTraits<Vector<double, 2> >::Zero = Vector<double , 2>( NumericTraits<double>::Zero ); |
| 43 |
LEN |
const Vector<double, 2> NumericTraits<Vector<double, 2> >::One = Vector<double, 2>( NumericTraits<double>::One ); |
| 44 |
LEN |
const Vector<long double, 2> NumericTraits<Vector<long double, 2> >::Zero = Vector<long double, 2>( NumericTraits<long double>::Zero ); |
| 45 |
LEN |
const Vector<long double, 2> NumericTraits<Vector<long double, 2> >::One = Vector<long double, 2>( NumericTraits<long double>::One ); |
| 46 |
|
|
| 47 |
LEN |
const Vector<unsigned char, 3> NumericTraits<Vector<unsigned char, 3> >::Zero = Vector<unsigned char, 3>( NumericTraits<unsigned char>::Zero ); |
| 48 |
LEN |
const Vector<unsigned char, 3> NumericTraits<Vector<unsigned char, 3> >::One = Vector<unsigned char, 3>( NumericTraits<unsigned char>::One ); |
| 49 |
LEN |
const Vector<signed char, 3> NumericTraits<Vector<signed char, 3> >::Zero = Vector<signed char, 3>( NumericTraits<signed char>::Zero ); |
| 50 |
LEN |
const Vector<signed char, 3> NumericTraits<Vector<signed char, 3> >::One = Vector<signed char, 3>( NumericTraits<signed char>::One ); |
| 51 |
LEN |
const Vector<char, 3> NumericTraits<Vector<char, 3> >::Zero = Vector<char, 3>( NumericTraits<char>::Zero ); |
| 52 |
LEN |
const Vector<char, 3> NumericTraits<Vector<char, 3> >::One = Vector<char, 3>( NumericTraits<char>::One ); |
| 53 |
LEN |
const Vector<short, 3> NumericTraits<Vector<short, 3> >::Zero = Vector<short, 3>( NumericTraits<short>::Zero ); |
| 54 |
LEN |
const Vector<short, 3> NumericTraits<Vector<short, 3> >::One = Vector<short, 3>( NumericTraits<short>::One ); |
| 55 |
LEN |
const Vector<unsigned short, 3> NumericTraits<Vector<unsigned short, 3> >::Zero = Vector<unsigned short, 3>( NumericTraits<unsigned short>::Zero ); |
| 56 |
LEN |
const Vector<unsigned short, 3> NumericTraits<Vector<unsigned short, 3> >::One = Vector<unsigned short, 3>( NumericTraits<unsigned short>::One ); |
| 57 |
LEN |
const Vector<int, 3> NumericTraits<Vector<int, 3> >::Zero = Vector<int, 3>( NumericTraits<int>::Zero ); |
| 58 |
LEN |
const Vector<int, 3> NumericTraits<Vector<int, 3> >::One = Vector<int, 3>( NumericTraits<int>::One ); |
| 59 |
LEN |
const Vector<unsigned int, 3> NumericTraits<Vector<unsigned int, 3> >::Zero = Vector<unsigned int, 3>( NumericTraits<unsigned int>::Zero ); |
| 60 |
LEN |
const Vector<unsigned int, 3> NumericTraits<Vector<unsigned int, 3> >::One = Vector<unsigned int, 3>( NumericTraits<unsigned int>::One ); |
| 61 |
LEN |
const Vector<long, 3> NumericTraits<Vector<long, 3> >::Zero = Vector<long, 3>( NumericTraits<long>::Zero ); |
| 62 |
LEN |
const Vector<long, 3> NumericTraits<Vector<long, 3> >::One = Vector<long, 3>( NumericTraits<long>::One ); |
| 63 |
LEN |
const Vector<unsigned long, 3> NumericTraits<Vector<unsigned long, 3> >::Zero = Vector<unsigned long, 3>( NumericTraits<unsigned long>::Zero ); |
| 64 |
LEN |
const Vector<unsigned long, 3> NumericTraits<Vector<unsigned long, 3> >::One = Vector<unsigned long, 3>( NumericTraits<unsigned long>::One ); |
| 65 |
LEN |
const Vector<float, 3> NumericTraits<Vector<float, 3> >::Zero = Vector<float, 3>( NumericTraits<float >::Zero ); |
| 66 |
LEN |
const Vector<float, 3> NumericTraits<Vector<float, 3> >::One = Vector<float, 3>( NumericTraits<float>::One ); |
| 67 |
LEN |
const Vector<double, 3> NumericTraits<Vector<double, 3> >::Zero = Vector<double , 3>( NumericTraits<double>::Zero ); |
| 68 |
LEN |
const Vector<double, 3> NumericTraits<Vector<double, 3> >::One = Vector<double, 3>( NumericTraits<double>::One ); |
| 69 |
LEN |
const Vector<long double, 3> NumericTraits<Vector<long double, 3> >::Zero = Vector<long double, 3>( NumericTraits<long double>::Zero ); |
| 70 |
LEN |
const Vector<long double, 3> NumericTraits<Vector<long double, 3> >::One = Vector<long double, 3>( NumericTraits<long double>::One ); |
| 71 |
|
|
| 72 |
LEN |
const Vector<unsigned char, 4> NumericTraits<Vector<unsigned char, 4> >::Zero = Vector<unsigned char, 4>( NumericTraits<unsigned char>::Zero ); |
| 73 |
LEN |
const Vector<unsigned char, 4> NumericTraits<Vector<unsigned char, 4> >::One = Vector<unsigned char, 4>( NumericTraits<unsigned char>::One ); |
| 74 |
LEN |
const Vector<signed char, 4> NumericTraits<Vector<signed char, 4> >::Zero = Vector<signed char, 4>( NumericTraits<signed char>::Zero ); |
| 75 |
LEN |
const Vector<signed char, 4> NumericTraits<Vector<signed char, 4> >::One = Vector<signed char, 4>( NumericTraits<signed char>::One ); |
| 76 |
LEN |
const Vector<char, 4> NumericTraits<Vector<char, 4> >::Zero = Vector<char, 4>( NumericTraits<char>::Zero ); |
| 77 |
LEN |
const Vector<char, 4> NumericTraits<Vector<char, 4> >::One = Vector<char, 4>( NumericTraits<char>::One ); |
| 78 |
LEN |
const Vector<short, 4> NumericTraits<Vector<short, 4> >::Zero = Vector<short, 4>( NumericTraits<short>::Zero ); |
| 79 |
LEN |
const Vector<short, 4> NumericTraits<Vector<short, 4> >::One = Vector<short, 4>( NumericTraits<short>::One ); |
| 80 |
LEN |
const Vector<unsigned short, 4> NumericTraits<Vector<unsigned short, 4> >::Zero = Vector<unsigned short, 4>( NumericTraits<unsigned short>::Zero ); |
| 81 |
LEN |
const Vector<unsigned short, 4> NumericTraits<Vector<unsigned short, 4> >::One = Vector<unsigned short, 4>( NumericTraits<unsigned short>::One ); |
| 82 |
LEN |
const Vector<int, 4> NumericTraits<Vector<int, 4> >::Zero = Vector<int, 4>( NumericTraits<int>::Zero ); |
| 83 |
LEN |
const Vector<int, 4> NumericTraits<Vector<int, 4> >::One = Vector<int, 4>( NumericTraits<int>::One ); |
| 84 |
LEN |
const Vector<unsigned int, 4> NumericTraits<Vector<unsigned int, 4> >::Zero = Vector<unsigned int, 4>( NumericTraits<unsigned int>::Zero ); |
| 85 |
LEN |
const Vector<unsigned int, 4> NumericTraits<Vector<unsigned int, 4> >::One = Vector<unsigned int, 4>( NumericTraits<unsigned int>::One ); |
| 86 |
LEN |
const Vector<long, 4> NumericTraits<Vector<long, 4> >::Zero = Vector<long, 4>( NumericTraits<long>::Zero ); |
| 87 |
LEN |
const Vector<long, 4> NumericTraits<Vector<long, 4> >::One = Vector<long, 4>( NumericTraits<long>::One ); |
| 88 |
LEN |
const Vector<unsigned long, 4> NumericTraits<Vector<unsigned long, 4> >::Zero = Vector<unsigned long, 4>( NumericTraits<unsigned long>::Zero ); |
| 89 |
LEN |
const Vector<unsigned long, 4> NumericTraits<Vector<unsigned long, 4> >::One = Vector<unsigned long, 4>( NumericTraits<unsigned long>::One ); |
| 90 |
LEN |
const Vector<float, 4> NumericTraits<Vector<float, 4> >::Zero = Vector<float, 4>( NumericTraits<float >::Zero ); |
| 91 |
LEN |
const Vector<float, 4> NumericTraits<Vector<float, 4> >::One = Vector<float, 4>( NumericTraits<float>::One ); |
| 92 |
LEN |
const Vector<double, 4> NumericTraits<Vector<double, 4> >::Zero = Vector<double , 4>( NumericTraits<double>::Zero ); |
| 93 |
LEN |
const Vector<double, 4> NumericTraits<Vector<double, 4> >::One = Vector<double, 4>( NumericTraits<double>::One ); |
| 94 |
LEN |
const Vector<long double, 4> NumericTraits<Vector<long double, 4> >::Zero = Vector<long double, 4>( NumericTraits<long double>::Zero ); |
| 95 |
LEN |
const Vector<long double, 4> NumericTraits<Vector<long double, 4> >::One = Vector<long double, 4>( NumericTraits<long double>::One ); |
| 96 |
|
|
| 97 |
LEN |
const Vector<unsigned char, 5> NumericTraits<Vector<unsigned char, 5> >::Zero = Vector<unsigned char, 5>( NumericTraits<unsigned char>::Zero ); |
| 98 |
LEN |
const Vector<unsigned char, 5> NumericTraits<Vector<unsigned char, 5> >::One = Vector<unsigned char, 5>( NumericTraits<unsigned char>::One ); |
| 99 |
LEN |
const Vector<signed char, 5> NumericTraits<Vector<signed char, 5> >::Zero = Vector<signed char, 5>( NumericTraits<signed char>::Zero ); |
| 100 |
LEN |
const Vector<signed char, 5> NumericTraits<Vector<signed char, 5> >::One = Vector<signed char, 5>( NumericTraits<signed char>::One ); |
| 101 |
LEN |
const Vector<char, 5> NumericTraits<Vector<char, 5> >::Zero = Vector<char, 5>( NumericTraits<char>::Zero ); |
| 102 |
LEN |
const Vector<char, 5> NumericTraits<Vector<char, 5> >::One = Vector<char, 5>( NumericTraits<char>::One ); |
| 103 |
LEN |
const Vector<short, 5> NumericTraits<Vector<short, 5> >::Zero = Vector<short, 5>( NumericTraits<short>::Zero ); |
| 104 |
LEN |
const Vector<short, 5> NumericTraits<Vector<short, 5> >::One = Vector<short, 5>( NumericTraits<short>::One ); |
| 105 |
LEN |
const Vector<unsigned short, 5> NumericTraits<Vector<unsigned short, 5> >::Zero = Vector<unsigned short, 5>( NumericTraits<unsigned short>::Zero ); |
| 106 |
LEN |
const Vector<unsigned short, 5> NumericTraits<Vector<unsigned short, 5> >::One = Vector<unsigned short, 5>( NumericTraits<unsigned short>::One ); |
| 107 |
LEN |
const Vector<int, 5> NumericTraits<Vector<int, 5> >::Zero = Vector<int, 5>( NumericTraits<int>::Zero ); |
| 108 |
LEN |
const Vector<int, 5> NumericTraits<Vector<int, 5> >::One = Vector<int, 5>( NumericTraits<int>::One ); |
| 109 |
LEN |
const Vector<unsigned int, 5> NumericTraits<Vector<unsigned int, 5> >::Zero = Vector<unsigned int, 5>( NumericTraits<unsigned int>::Zero ); |
| 110 |
LEN |
const Vector<unsigned int, 5> NumericTraits<Vector<unsigned int, 5> >::One = Vector<unsigned int, 5>( NumericTraits<unsigned int>::One ); |
| 111 |
LEN |
const Vector<long, 5> NumericTraits<Vector<long, 5> >::Zero = Vector<long, 5>( NumericTraits<long>::Zero ); |
| 112 |
LEN |
const Vector<long, 5> NumericTraits<Vector<long, 5> >::One = Vector<long, 5>( NumericTraits<long>::One ); |
| 113 |
LEN |
const Vector<unsigned long, 5> NumericTraits<Vector<unsigned long, 5> >::Zero = Vector<unsigned long, 5>( NumericTraits<unsigned long>::Zero ); |
| 114 |
LEN |
const Vector<unsigned long, 5> NumericTraits<Vector<unsigned long, 5> >::One = Vector<unsigned long, 5>( NumericTraits<unsigned long>::One ); |
| 115 |
LEN |
const Vector<float, 5> NumericTraits<Vector<float, 5> >::Zero = Vector<float, 5>( NumericTraits<float >::Zero ); |
| 116 |
LEN |
const Vector<float, 5> NumericTraits<Vector<float, 5> >::One = Vector<float, 5>( NumericTraits<float>::One ); |
| 117 |
LEN |
const Vector<double, 5> NumericTraits<Vector<double, 5> >::Zero = Vector<double , 5>( NumericTraits<double>::Zero ); |
| 118 |
LEN |
const Vector<double, 5> NumericTraits<Vector<double, 5> >::One = Vector<double, 5>( NumericTraits<double>::One ); |
| 119 |
LEN |
const Vector<long double, 5> NumericTraits<Vector<long double, 5> >::Zero = Vector<long double, 5>( NumericTraits<long double>::Zero ); |
| 120 |
LEN |
const Vector<long double, 5> NumericTraits<Vector<long double, 5> >::One = Vector<long double, 5>( NumericTraits<long double>::One ); |
| 121 |
|
|
| 122 |
LEN |
const Vector<unsigned char, 6> NumericTraits<Vector<unsigned char, 6> >::Zero = Vector<unsigned char, 6>( NumericTraits<unsigned char>::Zero ); |
| 123 |
LEN |
const Vector<unsigned char, 6> NumericTraits<Vector<unsigned char, 6> >::One = Vector<unsigned char, 6>( NumericTraits<unsigned char>::One ); |
| 124 |
LEN |
const Vector<signed char, 6> NumericTraits<Vector<signed char, 6> >::Zero = Vector<signed char, 6>( NumericTraits<signed char>::Zero ); |
| 125 |
LEN |
const Vector<signed char, 6> NumericTraits<Vector<signed char, 6> >::One = Vector<signed char, 6>( NumericTraits<signed char>::One ); |
| 126 |
LEN |
const Vector<char, 6> NumericTraits<Vector<char, 6> >::Zero = Vector<char, 6>( NumericTraits<char>::Zero ); |
| 127 |
LEN |
const Vector<char, 6> NumericTraits<Vector<char, 6> >::One = Vector<char, 6>( NumericTraits<char>::One ); |
| 128 |
LEN |
const Vector<short, 6> NumericTraits<Vector<short, 6> >::Zero = Vector<short, 6>( NumericTraits<short>::Zero ); |
| 129 |
LEN |
const Vector<short, 6> NumericTraits<Vector<short, 6> >::One = Vector<short, 6>( NumericTraits<short>::One ); |
| 130 |
LEN |
const Vector<unsigned short, 6> NumericTraits<Vector<unsigned short, 6> >::Zero = Vector<unsigned short, 6>( NumericTraits<unsigned short>::Zero ); |
| 131 |
LEN |
const Vector<unsigned short, 6> NumericTraits<Vector<unsigned short, 6> >::One = Vector<unsigned short, 6>( NumericTraits<unsigned short>::One ); |
| 132 |
LEN |
const Vector<int, 6> NumericTraits<Vector<int, 6> >::Zero = Vector<int, 6>( NumericTraits<int>::Zero ); |
| 133 |
LEN |
const Vector<int, 6> NumericTraits<Vector<int, 6> >::One = Vector<int, 6>( NumericTraits<int>::One ); |
| 134 |
LEN |
const Vector<unsigned int, 6> NumericTraits<Vector<unsigned int, 6> >::Zero = Vector<unsigned int, 6>( NumericTraits<unsigned int>::Zero ); |
| 135 |
LEN |
const Vector<unsigned int, 6> NumericTraits<Vector<unsigned int, 6> >::One = Vector<unsigned int, 6>( NumericTraits<unsigned int>::One ); |
| 136 |
LEN |
const Vector<long, 6> NumericTraits<Vector<long, 6> >::Zero = Vector<long, 6>( NumericTraits<long>::Zero ); |
| 137 |
LEN |
const Vector<long, 6> NumericTraits<Vector<long, 6> >::One = Vector<long, 6>( NumericTraits<long>::One ); |
| 138 |
LEN |
const Vector<unsigned long, 6> NumericTraits<Vector<unsigned long, 6> >::Zero = Vector<unsigned long, 6>( NumericTraits<unsigned long>::Zero ); |
| 139 |
LEN |
const Vector<unsigned long, 6> NumericTraits<Vector<unsigned long, 6> >::One = Vector<unsigned long, 6>( NumericTraits<unsigned long>::One ); |
| 140 |
LEN |
const Vector<float, 6> NumericTraits<Vector<float, 6> >::Zero = Vector<float, 6>( NumericTraits<float >::Zero ); |
| 141 |
LEN |
const Vector<float, 6> NumericTraits<Vector<float, 6> >::One = Vector<float, 6>( NumericTraits<float>::One ); |
| 142 |
LEN |
const Vector<double, 6> NumericTraits<Vector<double, 6> >::Zero = Vector<double , 6>( NumericTraits<double>::Zero ); |
| 143 |
LEN |
const Vector<double, 6> NumericTraits<Vector<double, 6> >::One = Vector<double, 6>( NumericTraits<double>::One ); |
| 144 |
LEN |
const Vector<long double, 6> NumericTraits<Vector<long double, 6> >::Zero = Vector<long double, 6>( NumericTraits<long double>::Zero ); |
| 145 |
LEN |
const Vector<long double, 6> NumericTraits<Vector<long double, 6> >::One = Vector<long double, 6>( NumericTraits<long double>::One ); |
| 146 |
|
|
| 147 |
LEN |
const Vector<unsigned char, 7> NumericTraits<Vector<unsigned char, 7> >::Zero = Vector<unsigned char, 7>( NumericTraits<unsigned char>::Zero ); |
| 148 |
LEN |
const Vector<unsigned char, 7> NumericTraits<Vector<unsigned char, 7> >::One = Vector<unsigned char, 7>( NumericTraits<unsigned char>::One ); |
| 149 |
LEN |
const Vector<signed char, 7> NumericTraits<Vector<signed char, 7> >::Zero = Vector<signed char, 7>( NumericTraits<signed char>::Zero ); |
| 150 |
LEN |
const Vector<signed char, 7> NumericTraits<Vector<signed char, 7> >::One = Vector<signed char, 7>( NumericTraits<signed char>::One ); |
| 151 |
LEN |
const Vector<char, 7> NumericTraits<Vector<char, 7> >::Zero = Vector<char, 7>( NumericTraits<char>::Zero ); |
| 152 |
LEN |
const Vector<char, 7> NumericTraits<Vector<char, 7> >::One = Vector<char, 7>( NumericTraits<char>::One ); |
| 153 |
LEN |
const Vector<short, 7> NumericTraits<Vector<short, 7> >::Zero = Vector<short, 7>( NumericTraits<short>::Zero ); |
| 154 |
LEN |
const Vector<short, 7> NumericTraits<Vector<short, 7> >::One = Vector<short, 7>( NumericTraits<short>::One ); |
| 155 |
LEN |
const Vector<unsigned short, 7> NumericTraits<Vector<unsigned short, 7> >::Zero = Vector<unsigned short, 7>( NumericTraits<unsigned short>::Zero ); |
| 156 |
LEN |
const Vector<unsigned short, 7> NumericTraits<Vector<unsigned short, 7> >::One = Vector<unsigned short, 7>( NumericTraits<unsigned short>::One ); |
| 157 |
LEN |
const Vector<int, 7> NumericTraits<Vector<int, 7> >::Zero = Vector<int, 7>( NumericTraits<int>::Zero ); |
| 158 |
LEN |
const Vector<int, 7> NumericTraits<Vector<int, 7> >::One = Vector<int, 7>( NumericTraits<int>::One ); |
| 159 |
LEN |
const Vector<unsigned int, 7> NumericTraits<Vector<unsigned int, 7> >::Zero = Vector<unsigned int, 7>( NumericTraits<unsigned int>::Zero ); |
| 160 |
LEN |
const Vector<unsigned int, 7> NumericTraits<Vector<unsigned int, 7> >::One = Vector<unsigned int, 7>( NumericTraits<unsigned int>::One ); |
| 161 |
LEN |
const Vector<long, 7> NumericTraits<Vector<long, 7> >::Zero = Vector<long, 7>( NumericTraits<long>::Zero ); |
| 162 |
LEN |
const Vector<long, 7> NumericTraits<Vector<long, 7> >::One = Vector<long, 7>( NumericTraits<long>::One ); |
| 163 |
LEN |
const Vector<unsigned long, 7> NumericTraits<Vector<unsigned long, 7> >::Zero = Vector<unsigned long, 7>( NumericTraits<unsigned long>::Zero ); |
| 164 |
LEN |
const Vector<unsigned long, 7> NumericTraits<Vector<unsigned long, 7> >::One = Vector<unsigned long, 7>( NumericTraits<unsigned long>::One ); |
| 165 |
LEN |
const Vector<float, 7> NumericTraits<Vector<float, 7> >::Zero = Vector<float, 7>( NumericTraits<float >::Zero ); |
| 166 |
LEN |
const Vector<float, 7> NumericTraits<Vector<float, 7> >::One = Vector<float, 7>( NumericTraits<float>::One ); |
| 167 |
LEN |
const Vector<double, 7> NumericTraits<Vector<double, 7> >::Zero = Vector<double , 7>( NumericTraits<double>::Zero ); |
| 168 |
LEN |
const Vector<double, 7> NumericTraits<Vector<double, 7> >::One = Vector<double, 7>( NumericTraits<double>::One ); |
| 169 |
LEN |
const Vector<long double, 7> NumericTraits<Vector<long double, 7> >::Zero = Vector<long double, 7>( NumericTraits<long double>::Zero ); |
| 170 |
LEN |
const Vector<long double, 7> NumericTraits<Vector<long double, 7> >::One = Vector<long double, 7>( NumericTraits<long double>::One ); |
| 171 |
|
|
| 172 |
LEN |
const Vector<unsigned char, 8> NumericTraits<Vector<unsigned char, 8> >::Zero = Vector<unsigned char, 8>( NumericTraits<unsigned char>::Zero ); |
| 173 |
LEN |
const Vector<unsigned char, 8> NumericTraits<Vector<unsigned char, 8> >::One = Vector<unsigned char, 8>( NumericTraits<unsigned char>::One ); |
| 174 |
LEN |
const Vector<signed char, 8> NumericTraits<Vector<signed char, 8> >::Zero = Vector<signed char, 8>( NumericTraits<signed char>::Zero ); |
| 175 |
LEN |
const Vector<signed char, 8> NumericTraits<Vector<signed char, 8> >::One = Vector<signed char, 8>( NumericTraits<signed char>::One ); |
| 176 |
LEN |
const Vector<char, 8> NumericTraits<Vector<char, 8> >::Zero = Vector<char, 8>( NumericTraits<char>::Zero ); |
| 177 |
LEN |
const Vector<char, 8> NumericTraits<Vector<char, 8> >::One = Vector<char, 8>( NumericTraits<char>::One ); |
| 178 |
LEN |
const Vector<short, 8> NumericTraits<Vector<short, 8> >::Zero = Vector<short, 8>( NumericTraits<short>::Zero ); |
| 179 |
LEN |
const Vector<short, 8> NumericTraits<Vector<short, 8> >::One = Vector<short, 8>( NumericTraits<short>::One ); |
| 180 |
LEN |
const Vector<unsigned short, 8> NumericTraits<Vector<unsigned short, 8> >::Zero = Vector<unsigned short, 8>( NumericTraits<unsigned short>::Zero ); |
| 181 |
LEN |
const Vector<unsigned short, 8> NumericTraits<Vector<unsigned short, 8> >::One = Vector<unsigned short, 8>( NumericTraits<unsigned short>::One ); |
| 182 |
LEN |
const Vector<int, 8> NumericTraits<Vector<int, 8> >::Zero = Vector<int, 8>( NumericTraits<int>::Zero ); |
| 183 |
LEN |
const Vector<int, 8> NumericTraits<Vector<int, 8> >::One = Vector<int, 8>( NumericTraits<int>::One ); |
| 184 |
LEN |
const Vector<unsigned int, 8> NumericTraits<Vector<unsigned int, 8> >::Zero = Vector<unsigned int, 8>( NumericTraits<unsigned int>::Zero ); |
| 185 |
LEN |
const Vector<unsigned int, 8> NumericTraits<Vector<unsigned int, 8> >::One = Vector<unsigned int, 8>( NumericTraits<unsigned int>::One ); |
| 186 |
LEN |
const Vector<long, 8> NumericTraits<Vector<long, 8> >::Zero = Vector<long, 8>( NumericTraits<long>::Zero ); |
| 187 |
LEN |
const Vector<long, 8> NumericTraits<Vector<long, 8> >::One = Vector<long, 8>( NumericTraits<long>::One ); |
| 188 |
LEN |
const Vector<unsigned long, 8> NumericTraits<Vector<unsigned long, 8> >::Zero = Vector<unsigned long, 8>( NumericTraits<unsigned long>::Zero ); |
| 189 |
LEN |
const Vector<unsigned long, 8> NumericTraits<Vector<unsigned long, 8> >::One = Vector<unsigned long, 8>( NumericTraits<unsigned long>::One ); |
| 190 |
LEN |
const Vector<float, 8> NumericTraits<Vector<float, 8> >::Zero = Vector<float, 8>( NumericTraits<float >::Zero ); |
| 191 |
LEN |
const Vector<float, 8> NumericTraits<Vector<float, 8> >::One = Vector<float, 8>( NumericTraits<float>::One ); |
| 192 |
LEN |
const Vector<double, 8> NumericTraits<Vector<double, 8> >::Zero = Vector<double , 8>( NumericTraits<double>::Zero ); |
| 193 |
LEN |
const Vector<double, 8> NumericTraits<Vector<double, 8> >::One = Vector<double, 8>( NumericTraits<double>::One ); |
| 194 |
LEN |
const Vector<long double, 8> NumericTraits<Vector<long double, 8> >::Zero = Vector<long double, 8>( NumericTraits<long double>::Zero ); |
| 195 |
LEN |
const Vector<long double, 8> NumericTraits<Vector<long double, 8> >::One = Vector<long double, 8>( NumericTraits<long double>::One ); |
| 196 |
|
|
| 197 |
LEN |
const Vector<unsigned char, 9> NumericTraits<Vector<unsigned char, 9> >::Zero = Vector<unsigned char, 9>( NumericTraits<unsigned char>::Zero ); |
| 198 |
LEN |
const Vector<unsigned char, 9> NumericTraits<Vector<unsigned char, 9> >::One = Vector<unsigned char, 9>( NumericTraits<unsigned char>::One ); |
| 199 |
LEN |
const Vector<signed char, 9> NumericTraits<Vector<signed char, 9> >::Zero = Vector<signed char, 9>( NumericTraits<signed char>::Zero ); |
| 200 |
LEN |
const Vector<signed char, 9> NumericTraits<Vector<signed char, 9> >::One = Vector<signed char, 9>( NumericTraits<signed char>::One ); |
| 201 |
LEN |
const Vector<char, 9> NumericTraits<Vector<char, 9> >::Zero = Vector<char, 9>( NumericTraits<char>::Zero ); |
| 202 |
LEN |
const Vector<char, 9> NumericTraits<Vector<char, 9> >::One = Vector<char, 9>( NumericTraits<char>::One ); |
| 203 |
LEN |
const Vector<short, 9> NumericTraits<Vector<short, 9> >::Zero = Vector<short, 9>( NumericTraits<short>::Zero ); |
| 204 |
LEN |
const Vector<short, 9> NumericTraits<Vector<short, 9> >::One = Vector<short, 9>( NumericTraits<short>::One ); |
| 205 |
LEN |
const Vector<unsigned short, 9> NumericTraits<Vector<unsigned short, 9> >::Zero = Vector<unsigned short, 9>( NumericTraits<unsigned short>::Zero ); |
| 206 |
LEN |
const Vector<unsigned short, 9> NumericTraits<Vector<unsigned short, 9> >::One = Vector<unsigned short, 9>( NumericTraits<unsigned short>::One ); |
| 207 |
LEN |
const Vector<int, 9> NumericTraits<Vector<int, 9> >::Zero = Vector<int, 9>( NumericTraits<int>::Zero ); |
| 208 |
LEN |
const Vector<int, 9> NumericTraits<Vector<int, 9> >::One = Vector<int, 9>( NumericTraits<int>::One ); |
| 209 |
LEN |
const Vector<unsigned int, 9> NumericTraits<Vector<unsigned int, 9> >::Zero = Vector<unsigned int, 9>( NumericTraits<unsigned int>::Zero ); |
| 210 |
LEN |
const Vector<unsigned int, 9> NumericTraits<Vector<unsigned int, 9> >::One = Vector<unsigned int, 9>( NumericTraits<unsigned int>::One ); |
| 211 |
LEN |
const Vector<long, 9> NumericTraits<Vector<long, 9> >::Zero = Vector<long, 9>( NumericTraits<long>::Zero ); |
| 212 |
LEN |
const Vector<long, 9> NumericTraits<Vector<long, 9> >::One = Vector<long, 9>( NumericTraits<long>::One ); |
| 213 |
LEN |
const Vector<unsigned long, 9> NumericTraits<Vector<unsigned long, 9> >::Zero = Vector<unsigned long, 9>( NumericTraits<unsigned long>::Zero ); |
| 214 |
LEN |
const Vector<unsigned long, 9> NumericTraits<Vector<unsigned long, 9> >::One = Vector<unsigned long, 9>( NumericTraits<unsigned long>::One ); |
| 215 |
LEN |
const Vector<float, 9> NumericTraits<Vector<float, 9> >::Zero = Vector<float, 9>( NumericTraits<float >::Zero ); |
| 216 |
LEN |
const Vector<float, 9> NumericTraits<Vector<float, 9> >::One = Vector<float, 9>( NumericTraits<float>::One ); |
| 217 |
LEN |
const Vector<double, 9> NumericTraits<Vector<double, 9> >::Zero = Vector<double , 9>( NumericTraits<double>::Zero ); |
| 218 |
LEN |
const Vector<double, 9> NumericTraits<Vector<double, 9> >::One = Vector<double, 9>( NumericTraits<double>::One ); |
| 219 |
LEN |
const Vector<long double, 9> NumericTraits<Vector<long double, 9> >::Zero = Vector<long double, 9>( NumericTraits<long double>::Zero ); |
| 220 |
LEN |
const Vector<long double, 9> NumericTraits<Vector<long double, 9> >::One = Vector<long double, 9>( NumericTraits<long double>::One ); |
| 221 |
|
|
| 222 |
|
} // end namespace itk |
| 223 |
|
|