#include "PlusConfigure.h"
#include "PlusCommon.h"
#include "PixelCodec.h"
#include "vtkPlusBkProFocusOemVideoSource.h"
#include "vtkPlusChannel.h"
#include "vtkPlusDataSource.h"
#include <vtkImageData.h>
#include <vtkObjectFactory.h>
#include <vtk_png.h>
#include <vtksys/SystemTools.hxx>
#include <vtkClientSocket.h>
#include <vtkMath.h>
#include <vtkPNGPrivate.h>
#include <iostream>
#include <ostream>
#include <string>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
◆ PngErrorCallback()
void PngErrorCallback |
( |
png_structp |
png_ptr, |
|
|
png_const_charp |
message |
|
) |
| |
◆ PngWarningCallback()
void PngWarningCallback |
( |
png_structp |
png_ptr, |
|
|
png_const_charp |
message |
|
) |
| |
◆ ReadDataFromByteArray()
void ReadDataFromByteArray |
( |
png_structp |
png_ptr, |
|
|
png_bytep |
outBytes, |
|
|
png_size_t |
byteCountToRead |
|
) |
| |
◆ vtkStandardNewMacro()
◆ TIMESTAMP_SIZE
const int TIMESTAMP_SIZE = 4 |
|
static |