00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041 #include "OSGConfig.h"
00042
00043
00044 #include "OSGVector.h"
00045
00046 OSG_USING_NAMESPACE
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061 #ifdef darwinXXX
00062
00063 template <>
00064 const VectorInterface< UInt8, VecStorage2<UInt8> >
00065 VectorInterface< UInt8, VecStorage2<UInt8> >::Null(0, 0);
00066
00067 template <>
00068 const VectorInterface< UInt8, VecStorage3<UInt8> >
00069 VectorInterface< UInt8, VecStorage3<UInt8> >::Null(0, 0, 0);
00070
00071 template <>
00072 const VectorInterface< UInt8, VecStorage4<UInt8> >
00073 VectorInterface< UInt8, VecStorage4<UInt8> >::Null(0, 0, 0, 0);
00074
00075 template <>
00076 const VectorInterface< Int8, VecStorage2<Int8> >
00077 VectorInterface< Int8, VecStorage2<Int8> >::Null(0, 0);
00078
00079 template <>
00080 const VectorInterface< Int8, VecStorage3<Int8> >
00081 VectorInterface< Int8, VecStorage3<Int8> >::Null(0, 0, 0);
00082
00083 template <>
00084 const VectorInterface< Int8, VecStorage4<Int8> >
00085 VectorInterface< Int8, VecStorage4<Int8> >::Null(0, 0, 0, 0);
00086
00087 template <>
00088 const VectorInterface< UInt16, VecStorage2<UInt16> >
00089 VectorInterface< UInt16, VecStorage2<UInt16> >::Null(0, 0);
00090
00091 template <>
00092 const VectorInterface< UInt16, VecStorage3<UInt16> >
00093 VectorInterface< UInt16, VecStorage3<UInt16> >::Null(0, 0, 0);
00094
00095 template <>
00096 const VectorInterface< UInt16, VecStorage4<UInt16> >
00097 VectorInterface< UInt16, VecStorage4<UInt16> >::Null(0, 0, 0, 0);
00098
00099 template <>
00100 const VectorInterface< Int16, VecStorage2<Int16> >
00101 VectorInterface< Int16, VecStorage2<Int16> >::Null(0, 0);
00102
00103 template <>
00104 const VectorInterface< Int16, VecStorage3<Int16> >
00105 VectorInterface< Int16, VecStorage3<Int16> >::Null(0, 0, 0);
00106
00107 template <>
00108 const VectorInterface< Int16, VecStorage4<Int16> >
00109 VectorInterface< Int16, VecStorage4<Int16> >::Null(0, 0, 0, 0);
00110
00111 template <>
00112 const VectorInterface< Real32, VecStorage2<Real32> >
00113 VectorInterface< Real32, VecStorage2<Real32> >::Null(0.f, 0.f);
00114
00115 template <>
00116 const VectorInterface< Real32, VecStorage3<Real32> >
00117 VectorInterface< Real32, VecStorage3<Real32> >::Null(0.f, 0.f, 0.f);
00118
00119 template <>
00120 const VectorInterface< Real32, VecStorage4<Real32> >
00121 VectorInterface< Real32, VecStorage4<Real32> >::Null(0.f, 0.f, 0.f, 0.f);
00122
00123 template <>
00124 const VectorInterface< Real64, VecStorage2<Real64> >
00125 VectorInterface< Real64, VecStorage2<Real64> >::Null(0.f, 0.f);
00126
00127 template <>
00128 const VectorInterface< Real64, VecStorage3<Real64> >
00129 VectorInterface< Real64, VecStorage3<Real64> >::Null(0.f, 0.f, 0.f);
00130
00131 template <>
00132 const VectorInterface< Real64, VecStorage4<Real64> >
00133 VectorInterface< Real64, VecStorage4<Real64> >::Null(0.f, 0.f, 0.f, 0.f);
00134
00135 template <>
00136 const VectorInterface< Real128, VecStorage2<Real128> >
00137 VectorInterface< Real128, VecStorage2<Real128> >::Null(0.f, 0.f);
00138
00139 template <>
00140 const VectorInterface< Real128, VecStorage3<Real128> >
00141 VectorInterface< Real128, VecStorage3<Real128> >::Null(0.f, 0.f, 0.f);
00142
00143 template <>
00144 const VectorInterface< Real128, VecStorage4<Real128> >
00145 VectorInterface< Real128, VecStorage4<Real128> >::Null(0.f, 0.f, 0.f, 0.f);
00146
00147
00148
00149 template <>
00150 const PointInterface< UInt8, VecStorage2<UInt8> >
00151 PointInterface< UInt8, VecStorage2<UInt8> >::Null(0, 0);
00152
00153 template <>
00154 const PointInterface< UInt8, VecStorage3<UInt8> >
00155 PointInterface< UInt8, VecStorage3<UInt8> >::Null(0, 0, 0);
00156
00157 template <>
00158 const PointInterface< UInt8, VecStorage4<UInt8> >
00159 PointInterface< UInt8, VecStorage4<UInt8> >::Null(0, 0, 0, 1);
00160
00161 template <>
00162 const PointInterface< Int8, VecStorage2<Int8> >
00163 PointInterface< Int8, VecStorage2<Int8> >::Null(0, 0);
00164
00165 template <>
00166 const PointInterface< Int8, VecStorage3<Int8> >
00167 PointInterface< Int8, VecStorage3<Int8> >::Null(0, 0, 0);
00168
00169 template <>
00170 const PointInterface< Int8, VecStorage4<Int8> >
00171 PointInterface< Int8, VecStorage4<Int8> >::Null(0, 0, 0, 1);
00172
00173 template <>
00174 const PointInterface< UInt16, VecStorage2<UInt16> >
00175 PointInterface< UInt16, VecStorage2<UInt16> >::Null(0, 0);
00176
00177 template <>
00178 const PointInterface< UInt16, VecStorage3<UInt16> >
00179 PointInterface< UInt16, VecStorage3<UInt16> >::Null(0, 0, 0);
00180
00181 template <>
00182 const PointInterface< UInt16, VecStorage4<UInt16> >
00183 PointInterface< UInt16, VecStorage4<UInt16> >::Null(0, 0, 0, 1);
00184
00185 template <>
00186 const PointInterface< Int16, VecStorage2<Int16> >
00187 PointInterface< Int16, VecStorage2<Int16> >::Null(0, 0);
00188
00189 template <>
00190 const PointInterface< Int16, VecStorage3<Int16> >
00191 PointInterface< Int16, VecStorage3<Int16> >::Null(0, 0, 0);
00192
00193 template <>
00194 const PointInterface< Int16, VecStorage4<Int16> >
00195 PointInterface< Int16, VecStorage4<Int16> >::Null(0, 0, 0, 1);
00196
00197 template <>
00198 const PointInterface< Real32, VecStorage2<Real32> >
00199 PointInterface< Real32, VecStorage2<Real32> >::Null(0.f, 0.f);
00200
00201 template <>
00202 const PointInterface< Real32, VecStorage3<Real32> >
00203 PointInterface< Real32, VecStorage3<Real32> >::Null(0.f, 0.f, 0.f);
00204
00205 template <>
00206 const PointInterface< Real32, VecStorage4<Real32> >
00207 PointInterface< Real32, VecStorage4<Real32> >::Null(0.f, 0.f, 0.f, 1.f);
00208
00209 template <>
00210 const PointInterface< Real64, VecStorage2<Real64> >
00211 PointInterface< Real64, VecStorage2<Real64> >::Null(0.f, 0.f);
00212
00213 template <>
00214 const PointInterface< Real64, VecStorage3<Real64> >
00215 PointInterface< Real64, VecStorage3<Real64> >::Null(0.f, 0.f, 0.f);
00216
00217 template <>
00218 const PointInterface< Real64, VecStorage4<Real64> >
00219 PointInterface< Real64, VecStorage4<Real64> >::Null(0.f, 0.f, 0.f, 1.f);
00220
00221 template <>
00222 const PointInterface< Real128, VecStorage2<Real128> >
00223 PointInterface< Real128, VecStorage2<Real128> >::Null(0.f, 0.f);
00224
00225 template <>
00226 const PointInterface< Real128, VecStorage3<Real128> >
00227 PointInterface< Real128, VecStorage3<Real128> >::Null(0.f, 0.f, 0.f);
00228
00229 template <>
00230 const PointInterface< Real128, VecStorage4<Real128> >
00231 PointInterface< Real128, VecStorage4<Real128> >::Null(0.f, 0.f, 0.f, 1.f);
00232
00233
00234
00235
00236
00237
00238 #endif