CVB++ 15.0

Factor components to be applied in the 3D domain. More...

#include <cvb/core_3d.hpp>

Public Member Functions

 Factors3D (double x=1, double y=1, double z=1)
 Creates a new Factors3D object.
 

Public Attributes

double X
 The X factor.
 
double Y
 The Y factor.
 
double Z
 The Z factor.
 

Detailed Description

Factor components to be applied in the 3D domain.

Constructor & Destructor Documentation

◆ Factors3D()

Factors3D ( double x = 1,
double y = 1,
double z = 1 )
inlineexplicit

Creates a new Factors3D object.

Parameters
[in]xFactor for the x-component.
[in]yFactor for the y-component.
[in]zFactor for the z-component.