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 100 of file Ricom.h.

Constructor & Destructor Documentation

◆ id_x_y() [1/2]

id_x_y::id_x_y ( )
inline

Definition at line 105 of file Ricom.h.

105 : id(0), valid(false){};
int id
Definition: Ricom.h:103
bool valid
Definition: Ricom.h:104

◆ id_x_y() [2/2]

id_x_y::id_x_y ( int  id,
bool  valid 
)

Member Data Documentation

◆ id

int id_x_y::id

Definition at line 103 of file Ricom.h.

◆ valid

bool id_x_y::valid

Definition at line 104 of file Ricom.h.


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