| 436 | //------------------------------------------------------------------------------ |
| 437 | template <class T> |
| 438 | unsigned long vtkImageReader2GetSize(T*) |
| 439 | { |
| 440 | return sizeof(T); |
| 441 | } |
| 442 | |
| 443 | //------------------------------------------------------------------------------ |
| 444 | // This function opens a file to determine the file size, and to |
no outgoing calls
no test coverage detected