1 /*=========================================================================
4 Module: $RCSfile: gdcmPixelWriteConvert.cxx,v $
6 Date: $Date: 2005/02/04 16:51:36 $
7 Version: $Revision: 1.7 $
9 Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
10 l'Image). All rights reserved. See Doc/License.txt or
11 http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
13 This software is distributed WITHOUT ANY WARRANTY; without even
14 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15 PURPOSE. See the above copyright notices for more information.
17 =========================================================================*/
19 #include "gdcmDebug.h"
20 #include "gdcmPixelWriteConvert.h"
24 //-----------------------------------------------------------------------------
25 // Constructor / Destructor
29 PixelWriteConvert::PixelWriteConvert()
41 PixelWriteConvert::~PixelWriteConvert()
45 //-----------------------------------------------------------------------------
52 void PixelWriteConvert::SetReadData(uint8_t *data, size_t size)
59 * \brief Sets User Data
63 void PixelWriteConvert::SetUserData(uint8_t *data, size_t size)
70 * \brief Get Data (UserData or ReadData)
73 uint8_t *PixelWriteConvert::GetData()
86 * \brief Get Data Size (UserData or ReadData)
89 size_t PixelWriteConvert::GetDataSize()
101 //-----------------------------------------------------------------------------
104 //-----------------------------------------------------------------------------
107 //-----------------------------------------------------------------------------
110 //-----------------------------------------------------------------------------
111 } // end namespace gdcm