]> Creatis software - gdcm.git/commit
User is now allowed to pass a Pointer to a function of his own
authorjpr <jpr>
Sat, 30 Jul 2005 18:27:00 +0000 (18:27 +0000)
committerjpr <jpr>
Sat, 30 Jul 2005 18:27:00 +0000 (18:27 +0000)
commit58c14d2a459b733b3bd18442cfbb2c92ea77d1dd
tree4ac1827bdd92bf48efb369878b073dd14fb7a40d
parent8c5f96ecbfa04d347b11ed4e35716f11eb0b22b7
  User is now allowed to pass a Pointer to a function of his own
      to allow modification of pixel order (i.e. : Mirror, TopDown, )
      to gdcm::FileHeleper, using SetUserFunction(userSuppliedFunction)

      described as : void userSuppliedFunction(uint8_t *im, gdcm::File *f);

      NB : the "uint8_t *" type of first param is just for prototyping.
        User will Cast it according what he founds with f->GetPixelType()
        See ctkgdcmSerieViewer for an example
src/gdcmFileHelper.cxx
src/gdcmFileHelper.h
src/gdcmPixelReadConvert.cxx
src/gdcmPixelReadConvert.h