Subversion Repositories gelsvn

Rev

Rev 191 | Rev 382 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 191 Rev 214
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
}