|
TPCCLIB
|
#include <tpctac.h>
Data Fields | |
| tactype | type |
| double | size |
| unit | sunit |
| double * | y |
| char | sw |
| char | sw2 |
| char | name [MAX_TACNAME_LEN+1] |
Concentrations, name, size etc for a single time-activity curve inside TAC struct.
| char TACC::name[MAX_TACNAME_LEN+1] |
Full name string, using '_' to separate any name tokens when necessary.
Definition at line 81 of file tpctac.h.
Referenced by bfm1TCM(), bfmSRTM(), mfCreateTAC(), mtgaPlotSVG(), parAllocateWithTAC(), tacAllocateWithPAR(), taccInit(), tacCompareNames(), tacCopyTacchdr(), tacEnsureNames(), tacIndividualNames(), tacPlotFitSVG(), tacPlotLineSVG(), tacRead4DM(), tacReadAllogg(), tacReadCarimasTxt(), tacReadCSV(), tacReadDFT(), tacReadGEMS(), tacReadHRPLUSHC(), tacReadHRRTHC(), tacReadInveonCSV(), tacReadMat(), tacReadOldAllogg(), tacReadPMOD(), tacReadQView(), tacReadReference(), tacReadScanditronics(), tacReadSIF(), tacReadSimple(), tacSelectBestReference(), tacSelectTACs(), tacWMove(), tacWriteCSV(), tacWriteDFT(), tacWritePMOD(), tacWriteSheetIntoXML(), and tacWriteXML().
| double TACC::size |
VOI volume, ROI size, sample mass, or something like that.
Definition at line 71 of file tpctac.h.
Referenced by bfm1TCM(), bfmSRTM(), taccInit(), tacCopyTacchdr(), tacIsSize(), tacReadCarimasTxt(), tacReadCSV(), tacReadDFT(), tacReadQView(), tacSetWeights(), tacWriteCSV(), and tacWriteDFT().
| unit TACC::sunit |
Size unit: UNIT_UNKNOWN, UNIT_UL, ...
Definition at line 73 of file tpctac.h.
Referenced by taccInit(), and tacCopyTacchdr().
| char TACC::sw |
Temporary switch.
Definition at line 77 of file tpctac.h.
Referenced by taccInit(), tacCopyTacchdr(), tacFirstSelected(), tacReadReference(), tacSelectBestReference(), tacSelectedTACs(), and tacSelectTACs().
| char TACC::sw2 |
Temporary switch.
Definition at line 79 of file tpctac.h.
Referenced by taccInit(), and tacCopyTacchdr().
| tactype TACC::type |
Content type: TACID_UNKNOWN, TACID_REF, TACID_PLASMA, TACID_BLOOD, TACID_PARENT, TACID_METABOLITE, TACID_VOI, TACID_VOXEL
Definition at line 69 of file tpctac.h.
Referenced by taccInit(), and tacCopyTacchdr().
| double* TACC::y |
Pointer to y (concentration) values.
Definition at line 75 of file tpctac.h.
Referenced by abssAboveZero(), abssCalculateCps(), abssCalculateRatio(), abssChannelMean(), abssFixChannel(), abssHigherCounts(), abssWrite(), bfm1TCM(), bfmSRTM(), imgFromSIF(), imgToSIF(), mfCreateTAC(), mtgaPlotSVG(), sifWeight(), tacAddZeroSample(), tacAllocate(), tacAllocateMore(), tacAUC(), taccInit(), tacCompareConc(), tacCopyTaccdata(), tacDecayCorrection(), tacDelay(), tacDelayFit(), tacDeleteMissingSamples(), tacDeleteSample(), tacExtractRange(), tacExtractSamples(), tacFixNaNs(), tacFramesToSteps(), tacInput2sim(), tacIntegrate(), tacInterpolate(), tacInterpolateInto(), tacInterpolateToEqualLengthFrames(), tacMultipleSamples(), tacNotNaNs(), tacNthSample(), tacPlotFitSVG(), tacPlotHistogramSVG(), tacPlotLineSVG(), tacRead4DM(), tacReadAllogg(), tacReadCarimasTxt(), tacReadCSV(), tacReadDFT(), tacReadGEMS(), tacReadHRPLUSHC(), tacReadHRRTHC(), tacReadInveonCSV(), tacReadMat(), tacReadOldAllogg(), tacReadPMOD(), tacReadQView(), tacReadScanditronics(), tacReadSIF(), tacReadSimple(), tacSampleXRange(), tacSetWeights(), tacSetX(), tacSetXContiguous(), tacSortByAUC(), tacSortByConc(), tacSortByTime(), tacToBars(), tacToPAR(), tacVb(), tacWMove(), tacWriteCSV(), tacWriteDFT(), tacWritePMOD(), tacWriteSheetIntoXML(), tacWriteSIF(), tacWriteSimple(), tacWriteXML(), tacYNaNs(), tacYRange(), tacYRangeInXRange(), tacYUnitConvert(), tacYUnitMass2Volume(), and tacYUnitVolume2Mass().