riCOM_cpp
This repository contains the C++ implementation of the riCOM (Real Time Centre Of Mass) algorithm for 4D Scanning electron microscopy.
Public Member Functions | Public Attributes | List of all members
id_x_y Class Reference

#include <Ricom.h>

Public Member Functions

 id_x_y ()
 
 id_x_y (int id, bool valid)
 

Public Attributes

int id
 
bool valid
 

Detailed Description

Definition at line 97 of file Ricom.h.

Constructor & Destructor Documentation

◆ id_x_y() [1/2]

id_x_y::id_x_y ( )
inline

Definition at line 102 of file Ricom.h.

102 : id(0), valid(false){};
int id
Definition: Ricom.h:100
bool valid
Definition: Ricom.h:101

◆ id_x_y() [2/2]

id_x_y::id_x_y ( int  id,
bool  valid 
)

Definition at line 184 of file Ricom.cpp.

185 {
186  this->id = id;
187  this->valid = valid;
188 };

Member Data Documentation

◆ id

int id_x_y::id

Definition at line 100 of file Ricom.h.

◆ valid

bool id_x_y::valid

Definition at line 101 of file Ricom.h.


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