inlib  1.2.0
Public Member Functions | Public Attributes
inlib::sg::rep_bin2D Class Reference

List of all members.

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

inlib::sg::rep_bin2D::rep_bin2D ( ) [inline]

Definition at line 51 of file rep.

  :m_x_min(0),m_x_max(0)
  ,m_y_min(0),m_y_max(0)
  ,m_val(0),m_ratio(0)
  ,fI(0),fJ(0){}
inlib::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.

  :m_x_min(aXmin),m_x_max(aXmax)
  ,m_y_min(aYmin),m_y_max(aYmax)
  ,m_val(aVal)
  ,m_ratio(0)
  ,fI(aI),fJ(aJ)
  {}

Member Data Documentation

Definition at line 73 of file rep.

Definition at line 74 of file rep.

Definition at line 72 of file rep.

Definition at line 71 of file rep.

Definition at line 68 of file rep.

Definition at line 67 of file rep.

Definition at line 70 of file rep.

Definition at line 69 of file rep.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines