ALMaSS Rodenticide ODdox  1.1
The rodenticide model description following ODdox protocol
APoint Class Reference

A simple class defining an x,y coordinate set. More...

#include <ALMaSS_Setup.h>

Public Member Functions

 APoint ()
 
 APoint (int a_x, int a_y)
 

Public Attributes

int m_x
 
int m_y
 

Detailed Description

A simple class defining an x,y coordinate set.

Constructor & Destructor Documentation

◆ APoint() [1/2]

APoint::APoint ( )
inline
59  {
60  m_x = -1;
61  m_y = -1;
62  }

References m_x, and m_y.

◆ APoint() [2/2]

APoint::APoint ( int  a_x,
int  a_y 
)
inline
64  {
65  m_x = a_x;
66  m_y = a_y;
67  }

References m_x, and m_y.

Member Data Documentation

◆ m_x

◆ m_y


The documentation for this class was generated from the following file:
APoint::m_x
int m_x
Definition: ALMaSS_Setup.h:55
APoint::m_y
int m_y
Definition: ALMaSS_Setup.h:56