MeatAxe  2.4
MtxFile_t Class Reference

MeatAxe data file object. More...

#include <meataxe.h>

Data Fields

unsigned long Magic
 Used internally. More...
 
int Field
 Field order or type id. More...
 
int Nor
 Number of rows. More...
 
int Noc
 Number of columns. More...
 
FILE * File
 File to read frmo/write to. More...
 
char * Name
 File name. More...
 

Detailed Description

MeatAxe data file object.

A MeatAxe binary file.

The MtxFile_t structure represents a MeatAxe data file.

This structure serves as a handle for MeatAxe binary files with header and data part.

Field Documentation

◆ Field

int MtxFile_t::Field

Field order or type id.

◆ File

FILE* MtxFile_t::File

File to read frmo/write to.

◆ Magic

unsigned long MtxFile_t::Magic

Used internally.

◆ Name

char* MtxFile_t::Name

File name.

◆ Noc

int MtxFile_t::Noc

Number of columns.

◆ Nor

int MtxFile_t::Nor

Number of rows.


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

MeatAxe 2.4 documentation, generated on Sat Jul 14 2018 14:11:01