Home
last modified time | relevance | path

Searched refs:ReadBufferAsBinary (Results 1 – 13 of 13) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MeshOFF/src/
H A DitkOFFMeshIO.cxx198 this->ReadBufferAsBinary(&numberOfPoints, m_InputFile, 1); in ReadMeshInformation()
203 this->ReadBufferAsBinary(&numberOfCells, m_InputFile, 1); in ReadMeshInformation()
208 this->ReadBufferAsBinary(&numberOfEdges, m_InputFile, 1); in ReadMeshInformation()
215 …this->ReadBufferAsBinary(pointsBuffer, m_InputFile, this->m_NumberOfPoints * this->m_PointDimensio… in ReadMeshInformation()
226 this->ReadBufferAsBinary(&numberOfCellPoints, m_InputFile, 1); in ReadMeshInformation()
228 this->ReadBufferAsBinary(cellsBuffer, m_InputFile, numberOfCellPoints); in ReadMeshInformation()
282 …this->ReadBufferAsBinary(static_cast< float * >( buffer ), m_InputFile, this->m_NumberOfPoints * t… in ReadPoints()
302 this->ReadBufferAsBinary(data, m_InputFile, this->m_CellBufferSize - this->m_NumberOfCells); in ReadCells()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MRC/src/
H A DitkMRCImageIO.cxx86 if ( !this->ReadBufferAsBinary(file, static_cast< void * >( &map ), 4) in CanReadFile()
87 || !this->ReadBufferAsBinary(file, static_cast< void * >( &stamp ), 4) ) in CanReadFile()
242 …if ( !this->ReadBufferAsBinary( file, static_cast< void * >( buffer ), m_MRCHeader->GetHeaderSize(… in InternalReadImageInformation()
259 …if ( !this->ReadBufferAsBinary( file, static_cast< void * >( buffer ), m_MRCHeader->GetExtendedHe… in InternalReadImageInformation()
305 this->ReadBufferAsBinary( file, buffer, this->GetImageSizeInBytes() ); in Read()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/ImageBase/include/
H A DitkStreamingImageIOBase.h108 virtual bool ReadBufferAsBinary(std::istream & is, void *buffer, SizeType num);
H A DitkImageIOBase.h734 bool ReadBufferAsBinary(std::istream & os, void *buffer, SizeType numberOfBytesToBeRead);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/ImageBase/src/
H A DitkStreamingImageIOBase.cxx81 if ( ! this->ReadBufferAsBinary(file, buffer, sizeOfChunk) ) in StreamReadBufferAsBinary()
117 bool StreamingImageIOBase::ReadBufferAsBinary(std::istream & is, void *buffer, StreamingImageIOBase… in ReadBufferAsBinary() function in itk::StreamingImageIOBase
H A DitkImageIOBase.cxx310 ::ReadBufferAsBinary(std::istream & is, void *buffer, ImageIOBase::SizeType num) in ReadBufferAsBinary() function in itk::ImageIOBase
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/IPL/src/
H A DitkIPLCommonImageIO.cxx85 …if ( !this->ReadBufferAsBinary( f, img_buffer, m_FilenameList->GetXDim() * m_FilenameList->GetYDim… in Read()
327 if ( !this->ReadBufferAsBinary(f, (void *)buf, amount) ) in GetStringAt()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/RAW/include/
H A DitkRawImageIO.hxx128 if ( !this->ReadBufferAsBinary(file, buffer, numberOfBytesToBeRead) ) in Read()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/GE/src/
H A DitkGE5ImageIO.cxx77 if ( !this->ReadBufferAsBinary( f, (void *)&imageHdr, sizeof( imageHdr ) ) ) in CheckGE5xImages()
94 if ( !this->ReadBufferAsBinary(f, (void *)hdr, GENESIS_SU_HDR_LEN) ) in CheckGE5xImages()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/Stimulate/src/
H A DitkStimulateImageIO.cxx150 if ( !this->ReadBufferAsBinary( file_data, buffer, this->GetImageSizeInBytes() ) ) in Read()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/BioRad/src/
H A DitkBioRadImageIO.cxx179 if ( !this->ReadBufferAsBinary( file, buffer, this->GetImageSizeInBytes() ) ) in Read()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MeshBase/include/
H A DitkMeshIOBase.h540 void ReadBufferAsBinary(T *buffer, std::ifstream & inputFile, SizeValueType numberOfComponents) in ReadBufferAsBinary() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/VTK/src/
H A DitkVTKImageIO.cxx580 this->ReadBufferAsBinary( file, buffer, this->GetImageSizeInBytes() ); in Read()