FEDRA emulsion software from the OPERA Collaboration
MyPoint Class Reference

#include <basematrix.h>

Inheritance diagram for MyPoint:
Collaboration diagram for MyPoint:

Public Member Functions

 MyPoint (long xx, long yy, int h)
 
virtual ~MyPoint ()
 

Public Attributes

int height
 
long x
 
long y
 

Constructor & Destructor Documentation

◆ MyPoint()

MyPoint::MyPoint ( long  xx,
long  yy,
int  h 
)
13{
14 x=xx;
15 y=yy;
16 height = h;
17}
long y
Definition: basematrix.h:12
int height
Definition: basematrix.h:13
long x
Definition: basematrix.h:11

◆ ~MyPoint()

MyPoint::~MyPoint ( )
virtual
20{
21}

Member Data Documentation

◆ height

int MyPoint::height

◆ x

long MyPoint::x

◆ y

long MyPoint::y

The documentation for this class was generated from the following files: