FrVect
class description - source file - inheritance tree
public:
FrVect FrVect ()
FrVect FrVect (const FrVect &)
void ~FrVect ()
public:
FrSH * classe class information (internal structure) */
char * name vector name */
unsigned short compress 0 = no compression; 1 = gzip */
unsigned short type vector type (see bellow) */
FRULONG nData number of elements=nx[0].nx[1]..nx[nDim] */
FRULONG nBytes number of bytes */
char * data pointer to the data area. */
unsigned int nDim number of dimension */
FRULONG * nx number of element for this dimension */
double * dx step size value (express in above unit) */
double * startX offset for the first x value */
char ** unitX unit name for (used for printout) */
char * unitY unit name for (used for printout) */
FrVect * next hook for additional data */
short * dataS pointer to the data area (same as *data) */
int * dataI pointer to the data area (same as *data) */
FRLONG * dataL pointer to the data area (same as *data) */
float * dataF pointer to the data area (same as *data) */
double * dataD pointer to the data area (same as *data) */
unsigned char * dataU pointer to the data area (same as *data) */
unsigned short * dataUS pointer to the data area (same as *data) */
unsigned int * dataUI pointer to the data area (same as *data) */
FRULONG * dataUL pointer to the data area (same as *data) */
char ** dataQ pointer to the data area (same as *data) */
int wSize size of one word */
FRULONG space variable for internal use */
double GTime vector GPS time origin(second) */
unsigned short ULeapS leap seconds between GPS and UTC */
int localTime Time offset = Local time - UTC (sec) */
char * dataUnzoomed initial (before zoom) pointer to data */
FRULONG nDataUnzoomed initial (before zoom) nData */
double startXUnzoomed initial (before zoom) startX */
Inline Functions
FrVect FrVect ()
FrVect FrVect (const FrVect &)
void ~FrVect ()
Last update: Tue Jul 1 17:27:27 2003
- ROOT page - VEGA page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions
about the page layout send a mail to
JavaScript must be enabled to display this email address.
, or
contact
JavaScript must be enabled to display this email address.
with any questions or problems regarding ROOT or VEGA.