PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions
vtkPlusUsSimulatorAlgo.cxx File Reference
#include "PlusConfigure.h"
#include <algorithm>
#include <list>
#include <map>
#include "vtkPlusUsSimulatorAlgo.h"
#include "vtkImageAlgorithm.h"
#include "vtkInformation.h"
#include "vtkTransform.h"
#include "vtkPolyData.h"
#include "vtkPolyDataToImageStencil.h"
#include "vtkSmartPointer.h"
#include "vtkImageStencil.h"
#include "vtkInformationVector.h"
#include "vtkImageData.h"
#include "vtkObjectFactory.h"
#include "vtkPointData.h"
#include "vtkTransformPolyDataFilter.h"
#include "vtkImageStencilData.h"
#include "vtksys/SystemTools.hxx"
#include "vtkPlusRfProcessor.h"
#include "vtkPlusUsScanConvert.h"
#include "vtkLineSource.h"
#include "vtkPerlinNoise.h"
#include "vtkProbeFilter.h"
#include "vtkSampleFunction.h"
Include dependency graph for vtkPlusUsSimulatorAlgo.cxx:

Go to the source code of this file.

Functions

double fastPow (double a, double b)
 
bool lineIntersectionLessThan (PlusSpatialModel::LineIntersectionInfo a, PlusSpatialModel::LineIntersectionInfo b)
 
 vtkStandardNewMacro (vtkPlusUsSimulatorAlgo)
 

Function Documentation

◆ fastPow()

double fastPow ( double  a,
double  b 
)
inline

Definition at line 103 of file vtkPlusUsSimulatorAlgo.cxx.

◆ lineIntersectionLessThan()

Definition at line 327 of file vtkPlusUsSimulatorAlgo.cxx.

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkPlusUsSimulatorAlgo  )