Home
last modified time | relevance | path

Searched refs:Write32BitsInteger (Results 1 – 2 of 2) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/BMP/src/
H A DitkBMPImageIO.cxx671 ::Write32BitsInteger(unsigned int value) in Write32BitsInteger() function in itk::BMPImageIO
792 this->Write32BitsInteger(fileSize); in Write()
803 this->Write32BitsInteger(offsetToBinaryDataStart); in Write()
825 this->Write32BitsInteger(bitmapHeaderSize); in Write()
828 this->Write32BitsInteger(static_cast<unsigned int>(m_Dimensions[0])); in Write()
856 this->Write32BitsInteger(compressionMethod); in Write()
857 this->Write32BitsInteger(rawImageDataSize); in Write()
867 this->Write32BitsInteger(horizontalResolution); in Write()
868 this->Write32BitsInteger(verticalResolution); in Write()
872 this->Write32BitsInteger(numberOfColorsInPalette); in Write()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/BMP/include/
H A DitkBMPImageIO.h99 void Write32BitsInteger(unsigned int value);