List of all members.
Member Function Documentation
int BinaryImage::GetNumberParticles |
( |
| ) |
|
Get then number of particles for the image.
- Returns:
- the number of particles found for the image.
Get an ordered vector of particles for the image. Create a vector of particle analysis reports sorted by size for an image. The vector contains the actual report structures.
- Returns:
- a pointer to the vector of particle analysis reports. The caller must delete the vector when finished using it.
Get a single particle analysis report. Get one (of possibly many) particle analysis reports for an image.
- Parameters:
-
particleNumber | Which particle analysis report to return. |
- Returns:
- the selected particle analysis report
Get a single particle analysis report. Get one (of possibly many) particle analysis reports for an image. This version could be more efficient when copying many reports.
- Parameters:
-
particleNumber | Which particle analysis report to return. |
par | the selected particle analysis report |
void BinaryImage::Write |
( |
const char * |
fileName | ) |
[virtual] |
Write a binary image to flash. Writes the binary image to flash on the cRIO for later inspection.
- Parameters:
-
fileName | the name of the image file written to the flash. |
Reimplemented from ImageBase.
The documentation for this class was generated from the following files: