VisImageBase.h
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:49k
开发平台:

Visual C++

  1. ///////////////////////////////////////////////////////////////////////////
  2. //
  3. // @doc INTERNAL EXTERNAL VISIMAGEBASE
  4. //
  5. // @module VisImage.h |
  6. //
  7. // This file declares the base image classes.
  8. // Typed image classes, defined in VisImageOf.h, are derived
  9. // from these base classes
  10. //
  11. // The base classes support two-dimensional, optionally multi-banded,
  12. // arrays of pixels of any size (given in bytes).  The typed image
  13. // classes support two-dimensional, optionally multi-banded,
  14. // arrays of pixels of any C++ or user-defined type.
  15. //
  16. // <nl>
  17. //
  18. // Copyright