Geant4_10
Functions
tpia_frame.cc File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <tpia_target.h>
#include <tpia_misc.h>
#include "G4Types.hh"
Include dependency graph for tpia_frame.cc:

Go to the source code of this file.

Functions

int tpia_frame_clear (statusMessageReporting *, tpia_data_frame *frame)
 
int tpia_frame_setFromElement (statusMessageReporting *smr, xData_element *element, int dimension, tpia_data_frame *frame)
 
int tpia_frame_setFromString (statusMessageReporting *smr, const char *forItem, const char *value, int dimension, tpia_data_frame *frame)
 
int tpia_frame_getDimensions (statusMessageReporting *, tpia_data_frame *frame)
 
char * tpia_frame_toString (statusMessageReporting *smr, const char *, tpia_data_frame *frame)
 
int tpia_frame_setColumns (statusMessageReporting *smr, tpia_data_frame *frame, int nColumns, int *values)
 
int tpia_frame_setColumn (statusMessageReporting *smr, tpia_data_frame *frame, int column, int value)
 
int tpia_frame_getColumn (statusMessageReporting *smr, tpia_data_frame *frame, int column)
 

Function Documentation

int tpia_frame_clear ( statusMessageReporting ,
tpia_data_frame frame 
)

Definition at line 54 of file tpia_frame.cc.

Here is the caller graph for this function:

int tpia_frame_getColumn ( statusMessageReporting smr,
tpia_data_frame frame,
int  column 
)

Definition at line 214 of file tpia_frame.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

int tpia_frame_getDimensions ( statusMessageReporting ,
tpia_data_frame frame 
)

Definition at line 122 of file tpia_frame.cc.

Here is the caller graph for this function:

int tpia_frame_setColumn ( statusMessageReporting smr,
tpia_data_frame frame,
int  column,
int  value 
)

Definition at line 191 of file tpia_frame.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

int tpia_frame_setColumns ( statusMessageReporting smr,
tpia_data_frame frame,
int  nColumns,
int values 
)

Definition at line 179 of file tpia_frame.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

int tpia_frame_setFromElement ( statusMessageReporting smr,
xData_element element,
int  dimension,
tpia_data_frame frame 
)

Definition at line 62 of file tpia_frame.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

int tpia_frame_setFromString ( statusMessageReporting smr,
const char *  forItem,
const char *  value,
int  dimension,
tpia_data_frame frame 
)

Definition at line 75 of file tpia_frame.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

char* tpia_frame_toString ( statusMessageReporting smr,
const char *  ,
tpia_data_frame frame 
)

Definition at line 138 of file tpia_frame.cc.

Here is the call graph for this function: