Raytrix Light Field SDK  4.0
Logo
Public Member Functions | Public Attributes | List of all members
Rx::LFR::ParticleDetection::SEllipses3D Struct Reference

Detailed Description

An 3D ellipses, that inherits all properties of a 2D ellipses and extends it with a 3D position.

Inherits Rx::LFR::ParticleDetection::SEllipses2D.

Public Member Functions

void Reset ()
 Resets the 3D ellipses. More...
 

Public Attributes

double dCenterX
 The center x position. More...
 
double dCenterY
 The center y position. More...
 
double dDir1X
 The first axis direction x position. More...
 
double dDir1Y
 The first axis direction x position. More...
 
double dDir2X
 The second axis direction x position. More...
 
double dDir2Y
 The second axis direction y position. More...
 
double dRadius1
 The semi-minor axis radius. More...
 
double dRadius2
 The semi-major axis radius. More...
 
double dVirtualSpaceMM_s_X
 The virtual space position in millimeters of the x coordinate. More...
 
double dVirtualSpaceMM_s_Y
 The virtual space position in millimeters of the y coordinate. More...
 
double dVirtualSpaceMM_s_Z
 The virtual space position in millimeters of the z coordinate. More...
 

Member Function Documentation

void Rx::LFR::ParticleDetection::SEllipses3D::Reset ( )
inline

Resets the 3D ellipses.

Member Data Documentation

double Rx::LFR::ParticleDetection::SEllipses2D::dCenterX
inherited

The center x position.

double Rx::LFR::ParticleDetection::SEllipses2D::dCenterY
inherited

The center y position.

double Rx::LFR::ParticleDetection::SEllipses2D::dDir1X
inherited

The first axis direction x position.

double Rx::LFR::ParticleDetection::SEllipses2D::dDir1Y
inherited

The first axis direction x position.

double Rx::LFR::ParticleDetection::SEllipses2D::dDir2X
inherited

The second axis direction x position.

double Rx::LFR::ParticleDetection::SEllipses2D::dDir2Y
inherited

The second axis direction y position.

double Rx::LFR::ParticleDetection::SEllipses2D::dRadius1
inherited

The semi-minor axis radius.

double Rx::LFR::ParticleDetection::SEllipses2D::dRadius2
inherited

The semi-major axis radius.

double Rx::LFR::ParticleDetection::SEllipses3D::dVirtualSpaceMM_s_X

The virtual space position in millimeters of the x coordinate.

double Rx::LFR::ParticleDetection::SEllipses3D::dVirtualSpaceMM_s_Y

The virtual space position in millimeters of the y coordinate.

double Rx::LFR::ParticleDetection::SEllipses3D::dVirtualSpaceMM_s_Z

The virtual space position in millimeters of the z coordinate.