g4tools  5.4.0
Public Member Functions | Public Attributes | List of all members
tools::sg::rep_bin2D Class Reference

Public Member Functions

 rep_bin2D ()
 
 rep_bin2D (float aXmin, float aXmax, float aYmin, float aYmax, float aVal, int aI, int aJ)
 

Public Attributes

float m_x_min
 
float m_x_max
 
float m_y_min
 
float m_y_max
 
float m_val
 
float m_ratio
 
int fI
 
int fJ
 

Detailed Description

Definition at line 49 of file rep.

Constructor & Destructor Documentation

◆ rep_bin2D() [1/2]

tools::sg::rep_bin2D::rep_bin2D ( )
inline

Definition at line 51 of file rep.

52  :m_x_min(0),m_x_max(0)
53  ,m_y_min(0),m_y_max(0)
54  ,m_val(0),m_ratio(0)
55  ,fI(0),fJ(0){}

◆ rep_bin2D() [2/2]

tools::sg::rep_bin2D::rep_bin2D ( float  aXmin,
float  aXmax,
float  aYmin,
float  aYmax,
float  aVal,
int  aI,
int  aJ 
)
inline

Definition at line 57 of file rep.

60  :m_x_min(aXmin),m_x_max(aXmax)
61  ,m_y_min(aYmin),m_y_max(aYmax)
62  ,m_val(aVal)
63  ,m_ratio(0)
64  ,fI(aI),fJ(aJ)
65  {}

Member Data Documentation

◆ fI

int tools::sg::rep_bin2D::fI

Definition at line 73 of file rep.

◆ fJ

int tools::sg::rep_bin2D::fJ

Definition at line 74 of file rep.

◆ m_ratio

float tools::sg::rep_bin2D::m_ratio

Definition at line 72 of file rep.

◆ m_val

float tools::sg::rep_bin2D::m_val

Definition at line 71 of file rep.

◆ m_x_max

float tools::sg::rep_bin2D::m_x_max

Definition at line 68 of file rep.

◆ m_x_min

float tools::sg::rep_bin2D::m_x_min

Definition at line 67 of file rep.

◆ m_y_max

float tools::sg::rep_bin2D::m_y_max

Definition at line 70 of file rep.

◆ m_y_min

float tools::sg::rep_bin2D::m_y_min

Definition at line 69 of file rep.


The documentation for this class was generated from the following file:
tools::sg::rep_bin2D::m_x_max
float m_x_max
Definition: rep:68
tools::sg::rep_bin2D::m_ratio
float m_ratio
Definition: rep:72
tools::sg::rep_bin2D::m_val
float m_val
Definition: rep:71
tools::sg::rep_bin2D::fI
int fI
Definition: rep:73
tools::sg::rep_bin2D::fJ
int fJ
Definition: rep:74
tools::sg::rep_bin2D::m_y_min
float m_y_min
Definition: rep:69
tools::sg::rep_bin2D::m_y_max
float m_y_max
Definition: rep:70
tools::sg::rep_bin2D::m_x_min
float m_x_min
Definition: rep:67