PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions | Variables
vtkPlusBkProFocusOemVideoSource.cxx File Reference
#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>
Include dependency graph for vtkPlusBkProFocusOemVideoSource.cxx:

Go to the source code of this file.

Functions

void PngErrorCallback (png_structp png_ptr, png_const_charp message)
 
void PngWarningCallback (png_structp png_ptr, png_const_charp message)
 
void ReadDataFromByteArray (png_structp png_ptr, png_bytep outBytes, png_size_t byteCountToRead)
 
 vtkStandardNewMacro (vtkPlusBkProFocusOemVideoSource)
 

Variables

static const int TIMESTAMP_SIZE = 4
 

Function Documentation

◆ PngErrorCallback()

void PngErrorCallback ( png_structp  png_ptr,
png_const_charp  message 
)

Definition at line 1099 of file vtkPlusBkProFocusOemVideoSource.cxx.

◆ PngWarningCallback()

void PngWarningCallback ( png_structp  png_ptr,
png_const_charp  message 
)

Definition at line 1105 of file vtkPlusBkProFocusOemVideoSource.cxx.

◆ ReadDataFromByteArray()

void ReadDataFromByteArray ( png_structp  png_ptr,
png_bytep  outBytes,
png_size_t  byteCountToRead 
)

Definition at line 1082 of file vtkPlusBkProFocusOemVideoSource.cxx.

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkPlusBkProFocusOemVideoSource  )

Variable Documentation

◆ TIMESTAMP_SIZE

const int TIMESTAMP_SIZE = 4
static

Definition at line 41 of file vtkPlusBkProFocusOemVideoSource.cxx.