PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions | Variables
vtkPlusRfToBrightnessConvert.cxx File Reference
#include "PlusConfigure.h"
#include "vtkPlusRfToBrightnessConvert.h"
#include "vtkImageData.h"
#include "vtkInformation.h"
#include "vtkInformationVector.h"
#include "vtkObjectFactory.h"
#include "vtkStreamingDemandDrivenPipeline.h"
#include "vtkMath.h"
#include <math.h>
Include dependency graph for vtkPlusRfToBrightnessConvert.cxx:

Go to the source code of this file.

Functions

 vtkStandardNewMacro (vtkPlusRfToBrightnessConvert)
 

Variables

const double MAX_BRIGHTNESS_VALUE = 255.0
 
const double MIN_BRIGHTNESS_VALUE = 0.0
 

Function Documentation

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkPlusRfToBrightnessConvert  )

Variable Documentation

◆ MAX_BRIGHTNESS_VALUE

const double MAX_BRIGHTNESS_VALUE = 255.0

Definition at line 23 of file vtkPlusRfToBrightnessConvert.cxx.

◆ MIN_BRIGHTNESS_VALUE

const double MIN_BRIGHTNESS_VALUE = 0.0

Definition at line 22 of file vtkPlusRfToBrightnessConvert.cxx.