CFEL - ASG Software Suite  2.5.0
CASS
Namespaces | Functions
cbf_handle.hpp File Reference

handle cbf files More...

#include <QtCore/QString>
#include <QtCore/QFileInfo>
#include <vector>
#include <string>
#include <fstream>
#include <sstream>
#include "cass_version.h"
+ Include dependency graph for cbf_handle.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cass
 
 cass::CBF
 

Functions

void cass::CBF::write (const std::string &filename, std::vector< float >::const_iterator data, const std::pair< int, int > &shape)
 write cbf file More...
 
void cass::CBF::read (const std::string &filename, std::string &headerstring, std::vector< float > &matrix, std::pair< int, int > &shape)
 read the cbf data into a linearized 2d array More...
 

Detailed Description

handle cbf files

Author
Lutz Foucar

Definition in file cbf_handle.hpp.