Subversion Repositories gelsvn

Rev

Rev 207 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 207 Rev 296
Line 21... Line 21...
21
			return false;
21
			return false;
22
	}
22
	}
23
		
23
		
24
		template bool load_raw(const string&, RGrid<unsigned char>& grid);
24
		template bool load_raw(const string&, RGrid<unsigned char>& grid);
25
		template bool load_raw(const string&, RGrid<unsigned short>& grid);
25
		template bool load_raw(const string&, RGrid<unsigned short>& grid);
-
 
26
		template bool load_raw(const string&, RGrid<short>& grid);
26
		template bool load_raw(const string&, RGrid<float>& grid);
27
		template bool load_raw(const string&, RGrid<float>& grid);
27
 
28
 
28
}
29
}