PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPlusSonixVolumeReader Class Reference

Reads a volume from file to tracked frame list. More...

#include <src/PlusDataCollection/SonixVideo/vtkPlusSonixVolumeReader.h>

Inheritance diagram for vtkPlusSonixVolumeReader:
Inheritance graph
[legend]
Collaboration diagram for vtkPlusSonixVolumeReader:
Collaboration graph
[legend]

Public Types

typedef vtkImageAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
virtual void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 

Static Public Member Functions

static PlusStatus GenerateTrackedFrameFromSonixVolume (const char *volumeFileName, vtkIGSIOTrackedFrameList *trackedFrameList, double acquisitionFrameRate=10)
 
static int IsTypeOf (const char *type)
 
static vtkPlusSonixVolumeReaderNew ()
 
static vtkPlusSonixVolumeReaderSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPlusSonixVolumeReader ()
 
 ~vtkPlusSonixVolumeReader ()
 

Detailed Description

Reads a volume from file to tracked frame list.

Definition at line 22 of file vtkPlusSonixVolumeReader.h.

Member Typedef Documentation

◆ Superclass

typedef vtkImageAlgorithm vtkPlusSonixVolumeReader::Superclass

Definition at line 26 of file vtkPlusSonixVolumeReader.h.

Constructor & Destructor Documentation

◆ vtkPlusSonixVolumeReader()

vtkPlusSonixVolumeReader::vtkPlusSonixVolumeReader ( )
protected

Constructor

Definition at line 35 of file vtkPlusSonixVolumeReader.cxx.

◆ ~vtkPlusSonixVolumeReader()

vtkPlusSonixVolumeReader::~vtkPlusSonixVolumeReader ( )
protected

Destructor

Definition at line 41 of file vtkPlusSonixVolumeReader.cxx.

Member Function Documentation

◆ GenerateTrackedFrameFromSonixVolume()

PlusStatus vtkPlusSonixVolumeReader::GenerateTrackedFrameFromSonixVolume ( const char *  volumeFileName,
vtkIGSIOTrackedFrameList *  trackedFrameList,
double  acquisitionFrameRate = 10 
)
static

Read a volume from Ultrasonix format (.b8, .b32, .bpr, .rf) and convert it to tracked frame

Definition at line 53 of file vtkPlusSonixVolumeReader.cxx.

◆ GetClassName()

virtual const char* vtkPlusSonixVolumeReader::GetClassName ( )
virtual

◆ IsA()

virtual int vtkPlusSonixVolumeReader::IsA ( const char *  type)
virtual

◆ IsTypeOf()

static int vtkPlusSonixVolumeReader::IsTypeOf ( const char *  type)
static

◆ New()

static vtkPlusSonixVolumeReader* vtkPlusSonixVolumeReader::New ( )
static

◆ PrintSelf()

void vtkPlusSonixVolumeReader::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

Definition at line 46 of file vtkPlusSonixVolumeReader.cxx.

◆ SafeDownCast()

static vtkPlusSonixVolumeReader* vtkPlusSonixVolumeReader::SafeDownCast ( vtkObject *  o)
static

The documentation for this class was generated from the following files: