43 #include <boost/shared_array.hpp> 
   54 template<
typename CoordT>
 
   80 template<
typename ColorT>
 
  130 typedef boost::shared_array<unsigned int> 
uintArr;
 
  137 typedef boost::shared_array<unsigned char> 
ucharArr;
 
  141 typedef boost::shared_array< color<unsigned char> > 
color3bArr;
 
  147 typedef boost::shared_array< idxVal<float> > 
idx1fArr;
 
  150 typedef boost::shared_array< coord<unsigned int> > 
idx3uArr;
 
  153 typedef boost::shared_array< idxVal<unsigned int> > 
idx1uArr;