#include <mem2d.h>
Inheritance diagram for Mem2d:
Public Member Functions | |
Mem2d (int Nx, int Ny, ZD_TYPE type=ZD_SHORT) | |
Mem2d (int Nx, int Ny, int Nv, ZD_TYPE type=ZD_SHORT) | |
Mem2d (Mem2d *m, MEM2D_CREATE_MODE Option=M2D_ZERO) | |
Mem2d (Mem2d *m, int Nx, int Ny, int Nv=1) | |
virtual | ~Mem2d () |
size_t | GetEsz () |
ZD_TYPE | GetTyp () |
const char * | GetEname () |
int | GetNx () |
int | GetNy () |
int | GetNv () |
int | GetLayer () |
void | SetLayer (int l) |
void | Modus (int mod) |
int | Resize (int Nx, int Ny, ZD_TYPE type=ZD_IDENT) |
int | Resize (int Nx, int Ny, int Nv, ZD_TYPE type=ZD_IDENT) |
void | PutDataLine (int y, void *src) |
void | CopyFrom (Mem2d *src, int x, int y, int tox, int toy, int nx, int ny=1) |
void | ConvertFrom (Mem2d *src, int x, int y, int tox, int toy, int nx, int ny=1) |
void | PutDataLine (int y, void *src, int mode) |
void | GetDataLine (int y, void *dest) |
double | GetDataPkt (int x, int y) |
double | GetDataPkt (int x, int y, int v) |
double | GetDataPktInterpol (double x, double y) |
void | PutDataPkt (double value, int x, int y) |
void | PutDataPkt (double value, int x, int y, int v) |
double | GetDataPktLineReg (int x, int y) |
double | GetDataPktHorizont (int x, int y) |
double | GetDataPktLog (int x, int y) |
double | GetDataPktDiff (int x, int y) |
double | GetDataPktPlaneSub (int x, int y) |
void | SetPlaneMxyz (double mx=0., double my=0., double z0=0.) |
void | GetPlaneMxyz (double &mx, double &my, double &z0) |
ZVIEW_TYPE | GetDataVMode (int x, int y) |
double | GetDataMode (int x, int y) |
ZVIEW_TYPE | ZQuick (int &x, int &y) |
ZVIEW_TYPE | ZDirect (int &x, int &y) |
ZVIEW_TYPE | ZPlaneSub (int &x, int &y) |
ZVIEW_TYPE | ZLog (int &x, int &y) |
ZVIEW_TYPE | ZPeriodic (int &x, int &y) |
ZVIEW_TYPE | ZDifferential (int &x, int &y) |
ZVIEW_TYPE | ZHorizontal (int &x, int &y) |
void | SetDataPktMode (int mode) |
void | SetDataRange (ZVIEW_TYPE Min, ZVIEW_TYPE Max) |
double | GetDataRange () |
void | SetHiLo (double hi, double lo) |
void | SetDataSkl (double contrast, double bright) |
void | SetDataVRangeZ (double VRangeZ, double VOffsetZ, double dz) |
void | AutoDataSkl (double *contrast, double *bright) |
void | SetDataFkt (ZVIEW_TYPE(Mem2d::*newZVFkt)(int &, int &), double(Mem2d::*newZFkt)(int, int)) |
void | CalcLinRegress (int yfirst, int ylast) |
int | GetDataLineFrom (Point2D *start, Point2D *end, Mem2d *Mob, SCAN_DATA *ScDat, GETLINEORGMODE orgmode=GLORG_ZERO) |
int | GetArcDataLineFrom (Point2D *center, Point2D *radius, Mem2d *Mob, SCAN_DATA *sdata) |
int | GetLayerDataLineFrom (Point2D *start, Mem2d *Mob, SCAN_DATA *sdata) |
void | HiLoMod (Point2D *p1=NULL, Point2D *p2=NULL, int Delta=4) |
void | HiLo (double *hi, double *lo, int LinReg=FALSE, Point2D *p1=0, Point2D *p2=0, int Delta=4) |
void | GetZHiLo (double *hi, double *lo) |
double | GetZRange () |
void | AutoHistogrammEvalMode (Point2D *p1=NULL, Point2D *p2=NULL, int delta=4, double epsilon=0.05) |
int | GetHistogrammBinNumber () |
double | GetHistogrammBinWidth () |
double | GetZHistogrammEvents (int bin) |
double | GetZiHistogrammEvents (int bin) |
void | GetHistogrammIStats (double &ih, double &im, double &il, double &ir) |
void | DataRead (std::ifstream &f, int ydir=1) |
void | DataD2DRead (std::ifstream &f, double gate) |
void | DataWrite (std::ofstream &f) |
int | DataValid () |
int | SetDataValid () |
void | RemoveScanEvents () |
GSList * | ReportScanEvents (GFunc report_obj_func, gpointer gp, double *xy=NULL, double distance=0., int number=0) |
void | AttachScanEvent (ScanEvent *se) |
int | WriteScanEvents (NcFile *ncf) |
int | LoadScanEvents (NcFile *ncf) |
Mem2d (int Nx, int Ny, ZD_TYPE type=ZD_SHORT) | |
Mem2d (int Nx, int Ny, int Nv, ZD_TYPE type=ZD_SHORT) | |
Mem2d (Mem2d *m, MEM2D_CREATE_MODE Option=M2D_ZERO) | |
Mem2d (Mem2d *m, int Nx, int Ny, int Nv=1) | |
virtual | ~Mem2d () |
size_t | GetEsz () |
ZD_TYPE | GetTyp () |
const char * | GetEname () |
int | GetNx () |
int | GetNy () |
int | GetNv () |
int | GetLayer () |
void | SetLayer (int l) |
void | Modus (int mod) |
int | Resize (int Nx, int Ny, ZD_TYPE type=ZD_IDENT) |
int | Resize (int Nx, int Ny, int Nv, ZD_TYPE type=ZD_IDENT) |
void | PutDataLine (int y, void *src) |
void | CopyFrom (Mem2d *src, int x, int y, int tox, int toy, int nx, int ny=1) |
void | ConvertFrom (Mem2d *src, int x, int y, int tox, int toy, int nx, int ny=1) |
void | PutDataLine (int y, void *src, int mode) |
void | GetDataLine (int y, void *dest) |
double | GetDataPkt (int x, int y) |
double | GetDataPkt (int x, int y, int v) |
double | GetDataPktInterpol (double x, double y) |
void | PutDataPkt (double value, int x, int y) |
void | PutDataPkt (double value, int x, int y, int v) |
double | GetDataPktLineReg (int x, int y) |
double | GetDataPktHorizont (int x, int y) |
double | GetDataPktLog (int x, int y) |
double | GetDataPktDiff (int x, int y) |
double | GetDataPktPlaneSub (int x, int y) |
void | SetPlaneMxyz (double mx=0., double my=0., double z0=0.) |
void | GetPlaneMxyz (double &mx, double &my, double &z0) |
ZVIEW_TYPE | GetDataVMode (int x, int y) |
double | GetDataMode (int x, int y) |
ZVIEW_TYPE | ZQuick (int &x, int &y) |
ZVIEW_TYPE | ZDirect (int &x, int &y) |
ZVIEW_TYPE | ZPlaneSub (int &x, int &y) |
ZVIEW_TYPE | ZLog (int &x, int &y) |
ZVIEW_TYPE | ZPeriodic (int &x, int &y) |
ZVIEW_TYPE | ZDifferential (int &x, int &y) |
ZVIEW_TYPE | ZHorizontal (int &x, int &y) |
void | SetDataPktMode (int mode) |
void | SetDataRange (ZVIEW_TYPE Min, ZVIEW_TYPE Max) |
double | GetDataRange () |
void | SetHiLo (double hi, double lo) |
void | SetDataSkl (double contrast, double bright) |
void | SetDataVRangeZ (double VRangeZ, double VOffsetZ, double dz) |
void | AutoDataSkl (double *contrast, double *bright) |
void | SetDataFkt (ZVIEW_TYPE(Mem2d::*newZVFkt)(int &, int &), double(Mem2d::*newZFkt)(int, int)) |
void | CalcLinRegress (int yfirst, int ylast) |
int | GetDataLineFrom (Point2D *start, Point2D *end, Mem2d *Mob, SCAN_DATA *ScDat, GETLINEORGMODE orgmode=GLORG_ZERO) |
int | GetArcDataLineFrom (Point2D *center, Point2D *radius, Mem2d *Mob, SCAN_DATA *sdata) |
int | GetLayerDataLineFrom (Point2D *start, Mem2d *Mob, SCAN_DATA *sdata) |
void | HiLoMod (Point2D *p1=NULL, Point2D *p2=NULL, int Delta=4) |
void | HiLo (double *hi, double *lo, int LinReg=FALSE, Point2D *p1=0, Point2D *p2=0, int Delta=4) |
void | GetZHiLo (double *hi, double *lo) |
double | GetZRange () |
void | AutoHistogrammEvalMode (Point2D *p1=NULL, Point2D *p2=NULL, int delta=4, double epsilon=0.05) |
int | GetHistogrammBinNumber () |
double | GetHistogrammBinWidth () |
double | GetZHistogrammEvents (int bin) |
double | GetZiHistogrammEvents (int bin) |
void | GetHistogrammIStats (double &ih, double &im, double &il, double &ir) |
void | DataRead (std::ifstream &f, int ydir=1) |
void | DataD2DRead (std::ifstream &f, double gate) |
void | DataWrite (std::ofstream &f) |
int | DataValid () |
int | SetDataValid () |
void | RemoveScanEvents () |
GSList * | ReportScanEvents (GFunc report_obj_func, gpointer gp, double *xy=NULL, double distance=0., int number=0) |
void | AttachScanEvent (ScanEvent *se) |
int | WriteScanEvents (NcFile *ncf) |
int | LoadScanEvents (NcFile *ncf) |
Static Public Member Functions | |
static void | evl_remove (gpointer entry, gpointer from) |
static void | evl_remove (gpointer entry, gpointer from) |
Public Attributes | |
ZData * | data |
GSList * | scan_event_list |
char | MemElemName [MEMELEMNAMELEN+5] |
ZData * | data |
GSList * | scan_event_list |
Private Member Functions | |
void | Init () |
void | Mnew (int Nx, int Ny, int Nv, ZD_TYPE type) |
void | Mdelete () |
void | Init () |
void | Mnew (int Nx, int Ny, int Nv, ZD_TYPE type) |
void | Mdelete () |
Private Attributes | |
double | Zmin |
double | Zmax |
double | Zrange |
double | logFac |
double * | Zbins |
double * | Zibins |
double | Zbin_width |
int | Zbin_num |
double | Zihigh |
double | Zimed |
double | Zilow |
double | Zirange |
ZVIEW_TYPE | ZVmax |
ZVIEW_TYPE | ZVmin |
ZVIEW_TYPE | ZVrange |
double | Zcontrast |
double | Zbright |
double | plane_mx |
double | plane_my |
double | plane_z0 |
ZD_TYPE | zdtyp |
int | data_valid |
int | Mod |
double(Mem2d::* | ZFkt )(int, int) |
ZVIEW_TYPE(Mem2d::* | ZVFkt )(int &, int &) |
double * | Zbins |
Gxsm 2D x n layers data storage and handling object.
Definition at line 96 of file mem2d.h.
|
Definition at line 315 of file mem2d.C. References data, Mnew(), scan_event_list, and SetPlaneMxyz(). |
|
Definition at line 322 of file mem2d.C. References data, Mnew(), scan_event_list, and SetPlaneMxyz(). |
|
Definition at line 330 of file mem2d.C. References ConvertFrom(), data, GetNv(), GetNx(), GetNy(), GetPlaneMxyz(), GetTyp(), M2D_COPY, M2D_ZERO, Mnew(), plane_mx, plane_my, plane_z0, ZData::RestoreLayer(), scan_event_list, SetLayer(), and ZData::StoreLayer(). |
|
Definition at line 349 of file mem2d.C. References data, GetPlaneMxyz(), GetTyp(), Mnew(), plane_mx, plane_my, plane_z0, and scan_event_list. |
|
Definition at line 356 of file mem2d.C. References DBG_L6, Mdelete(), RemoveScanEvents(), and XSM_DEBUG. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 544 of file mem2d.C. References scan_event_list. Referenced by DSPControl::add_user_event_now(), LoadScanEvents(), and DSPControl::Probing_eventcheck_callback(). |
|
|
|
Definition at line 793 of file mem2d.C. References DBG_L6, XSM_DEBUG, Zbright, Zcontrast, Zmax, Zmin, Zrange, and ZVrange. Referenced by Scan::AutoDisplay(), EpsfTools::putgrey(), and Scan::SetVM(). |
|
|
|
Definition at line 1059 of file mem2d.C. References data, GetDataMode(), ZData::GetNx(), ZData::GetNy(), HiLoMod(), MAX, MIN, Point2D::x, Point2D::y, Zbin_num, Zbin_width, Zbins, Zibins, Zmin, and Zrange. Referenced by Scan::SetVM(). |
|
|
|
Definition at line 805 of file mem2d.C. References data, ZData::GetNx(), MAX, and ZData::Z(). Referenced by GetDataPktHorizont(), and GetDataPktLineReg(). |
|
Definition at line 126 of file mem2d.h. References ZData::CopyFrom(), data, GetTyp(), and src. |
|
Definition at line 126 of file mem2d.h. References ZData::CopyFrom(), data, GetTyp(), and src. Referenced by div_scan_run(), invert_z_run(), Mem2d(), short_to_short_run(), to_byte_run(), to_complex_run(), to_double_run(), to_float_run(), to_long_run(), to_short_run(), and uto_float_run(). |
|
Definition at line 123 of file mem2d.h. References ZData::CopyFrom(), data, and src. |
|
Definition at line 123 of file mem2d.h. References ZData::CopyFrom(), data, and src. Referenced by merge_h_run(), merge_v_run(), mirror_x_run(), mirror_y_run(), pass_cc_run(), ProbeScan::Probe(), shear_x_run(), and shear_y_run(). |
|
|
|
Definition at line 1026 of file mem2d.C. References buf, data, DBG_L6, ZData::GetNx(), ZData::GetNy(), WORDS_BIGENDIAN, XSM_DEBUG, and ZData::Z(). Referenced by PrimitiveImExportFile::d2dRead(), and spa4_ImExportFile::import(). |
|
|
|
Definition at line 991 of file mem2d.C. References data, ZData::GetNx(), ZData::GetNy(), ZData::GetPtr(), WORDS_BIGENDIAN, and ZData::Zsize(). Referenced by RHK_SPM32_ImportFile::import(), Gdat_ImExportFile::import_data(), and SDFFile::Read(). |
|
|
|
Definition at line 1233 of file mem2d.C. References data_valid. |
|
|
|
Definition at line 1054 of file mem2d.C. References data, ZData::GetNx(), ZData::GetNy(), ZData::GetPtr(), and ZData::Zsize(). Referenced by gmeyer_ImExportFile::Write(). |
|
|
|
Definition at line 362 of file mem2d.C. Referenced by RemoveScanEvents(). |
|
|
|
Definition at line 947 of file mem2d.C. References Scan_Param::alpha, cos(), data, Scan_Param::dl, Scan_Param::dx, Scan_Param::dy, GetDataPktInterpol(), ZData::MkXLookup(), Scan_Param::nx, Scan_Param::ny, PutDataPkt(), Resize(), Scan_Param::rx, Scan_Param::ry, SCAN_DATA::s, SCAN_DATA::SetXUnit(), sin(), sqrt(), UTF8_DEGREE, Point2D::x, Scan_Param::x0, Point2D::y, and Scan_Param::y0. Referenced by LineProfile1D::SetData(). |
|
|
|
|
|
|
|
Definition at line 840 of file mem2d.C. References Scan_Param::alpha, atan(), cohen_sutherland_line_clip_i(), data, DBG_L6, Scan_Param::dl, Scan_Param::dx, Scan_Param::dy, GetDataPktInterpol(), GetNx(), GetNy(), ZData::GetXLookup(), ZData::GetYLookup(), GLORG_CENTER, GLORG_PRJX, GLORG_PRJY, GLORG_ZERO, ZData::MkXLookup(), Scan_Param::nx, Scan_Param::ny, PutDataPkt(), Resize(), Scan_Param::rx, Scan_Param::ry, SCAN_DATA::s, sqrt(), Point2D::x, Scan_Param::x0, XSM_DEBUG, Point2D::y, and Scan_Param::y0. Referenced by LineProfile1D::SetData(). |
|
|
|
Definition at line 740 of file mem2d.C. References ZFkt. Referenced by AutoHistogrammEvalMode(), and HiLoMod(). |
|
|
|
|
|
|
|
|
|
|
Definition at line 647 of file mem2d.C. References GetDataPkt(), GetNx(), and KLEN. Referenced by SetDataPktMode(), and ZDifferential(). |
|
|
|
Definition at line 638 of file mem2d.C. References CalcLinRegress(), data, LineInfo::getB(), ZData::Li, LineInfo::valid, and ZData::Z(). Referenced by SetDataPktMode(), and ZHorizontal(). |
|
|
|
Definition at line 673 of file mem2d.C. References GetDataPkt(), GetNx(), GetNy(), and MIN. Referenced by affine_run(), GetArcDataLineFrom(), GetDataLineFrom(), OctoCorr_run(), and scalescan_run(). |
|
|
|
Definition at line 631 of file mem2d.C. References CalcLinRegress(), data, LineInfo::getY(), ZData::Li, LineInfo::valid, and ZData::Z(). Referenced by ProfileElement::calc(), ProfileElement::GetDeltaInfo(), ProfileElement::GetInfo(), ProfileElement::GetValue(), HiLo(), ProfileElement::nextMax(), SetDataPktMode(), and ZQuick(). |
|
|
|
Definition at line 665 of file mem2d.C. References GetDataPkt(), logFac, Mem2d_LogLimit(), and Zmin. Referenced by SetDataPktMode(), and ZLog(). |
|
|
|
Definition at line 669 of file mem2d.C. References GetDataPkt(), plane_mx, plane_my, and plane_z0. Referenced by SetDataPktMode(), and ZPlaneSub(). |
|
|
|
Definition at line 210 of file mem2d.h. Referenced by Surf3d::PutPointMode(). |
|
|
|
Definition at line 736 of file mem2d.C. References ZVFkt. Referenced by Surf3d::GLdrawGimmicks(), EpsfTools::putgrey(), Surf3d::PutPointMode(), and Grey2D::update(). |
|
|
|
Definition at line 596 of file mem2d.C. References GetEsz(), GetTyp(), MemElemName, and ZD_name. Referenced by Profiles::draw(), Grey2D::draw(), and Surf3d::GetSmem(). |
|
Definition at line 104 of file mem2d.h. References data, and ZData::Zsize(). |
|
Definition at line 104 of file mem2d.h. References data, and ZData::Zsize(). Referenced by GetEname(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 112 of file mem2d.h. References data, and ZData::GetLayer(). |
|
Definition at line 112 of file mem2d.h. References data, and ZData::GetLayer(). Referenced by Grey2D::draw(), and layersmooth_run(). |
|
|
|
Definition at line 914 of file mem2d.C. References Scan_Param::alpha, data, Scan_Param::dl, Scan_Param::dx, Scan_Param::dy, GetDataPkt(), GetNv(), ZData::GetVLookup(), ZData::GetXLookup(), ZData::MkXLookup(), Scan_Param::nx, Scan_Param::ny, PutDataPkt(), Resize(), Scan_Param::rx, Scan_Param::ry, SCAN_DATA::s, SCAN_DATA::SetXUnit(), SCAN_DATA::Vunit, Point2D::x, Scan_Param::x0, Point2D::y, and Scan_Param::y0. Referenced by LineProfile1D::SetData(). |
|
|
|
Definition at line 110 of file mem2d.h. References data, and ZData::nv. Referenced by add_scan_run(), GetLayerDataLineFrom(), layersmooth_run(), make_test_run(), Mem2d(), mul_scan_run(), probe_image_extract_run(), Resize(), rhk_ScanControl::setup_scan(), App::spm_select_layer(), sub_scan_run(), uto_float_run(), and PNG_ImExportFile::Write(). |
|
|
|
|
|
|
|
|
|
Definition at line 193 of file mem2d.h. Referenced by Mem2d(). |
|
Definition at line 105 of file mem2d.h. References zdtyp. |
|
Definition at line 105 of file mem2d.h. References zdtyp. Referenced by ConvertFrom(), GetEname(), Surface::MathOperation(), Surface::MathOperationX(), Mem2d(), quenchscan_run(), Scan::Scan(), and NetCDF::Write(). |
|
|
|
Definition at line 779 of file mem2d.C. Referenced by Scan::AutoDisplay(), and SetDataVRangeZ(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 783 of file mem2d.C. References Zrange. Referenced by Scan::AutoDisplay(). |
|
|
|
Definition at line 1198 of file mem2d.C. References data, GetDataPktLineReg(), ZData::GetNx(), ZData::GetNy(), Point2D::x, and Point2D::y. Referenced by bggamma_run(), Focus::getdata(), histogram_run(), log_z_run(), PolarHist_run(), and Z_limiter_run(). |
|
|
|
Definition at line 1156 of file mem2d.C. References data, GetDataMode(), ZData::GetNx(), ZData::GetNy(), MAX, MIN, Point2D::x, and Point2D::y. Referenced by AutoHistogrammEvalMode(), and Scan::SetVM(). |
|
|
|
Definition at line 585 of file mem2d.C. References data_valid, FALSE, MEM_SET, Mod, SCAN_V_DIRECT, SetDataPktMode(), SetDataRange(), SetDataSkl(), Zbin_num, Zbins, and Zibins. Referenced by Mnew(). |
|
|
|
Definition at line 499 of file mem2d.C. References AttachScanEvent(), gapp, and GnomeAppService::progress_info_set_bar_fraction(). |
|
|
|
Definition at line 574 of file mem2d.C. |
|
|
|
Definition at line 550 of file mem2d.C. References data, DBG_L1, DBG_L6, Init(), Mdelete(), XSM_DEBUG, XSM_DEBUG_ERROR, ZD_BYTE, ZD_COMPLEX, ZD_DOUBLE, ZD_EVENT, ZD_FLOAT, ZD_LONG, ZD_RGBA, ZD_SHORT, and zdtyp. |
|
|
|
Definition at line 603 of file mem2d.C. References Mod. |
|
|
|
Definition at line 118 of file mem2d.h. References data, data_valid, LineInfo::invalidate(), ZData::Li, and ZData::ZPutDataLine(). |
|
|
|
Definition at line 118 of file mem2d.h. References data, data_valid, LineInfo::invalidate(), ZData::Li, and ZData::ZPutDataLine(). |
|
|
|
|
|
|
|
|
|
|
Definition at line 366 of file mem2d.C. References evl_remove(), and scan_event_list. Referenced by ViewControl::events_remove_callback(), Grey2D::remove_events(), and ~Mem2d(). |
|
|
|
Definition at line 380 of file mem2d.C. References compare_events_distance(), and scan_event_list. Referenced by DSPControl::add_user_event_now(), and ViewControl::RescanEventObjects(). |
|
|
|
|
|
Definition at line 619 of file mem2d.C. References data, DBG_L6, Mnew(), ZData::Resize(), XSM_DEBUG, ZD_IDENT, and zdtyp. |
|
|
|
|
Definition at line 773 of file mem2d.C. Referenced by SetDataPktMode(). |
|
|
|
Definition at line 760 of file mem2d.C. References DBG_L5, GetDataPkt(), GetDataPktDiff(), GetDataPktHorizont(), GetDataPktLineReg(), GetDataPktLog(), GetDataPktPlaneSub(), SCAN_V_DIFFERENTIAL, SCAN_V_DIRECT, SCAN_V_HORIZONTAL, SCAN_V_LOG, SCAN_V_PERIODIC, SCAN_V_PLANESUB, SCAN_V_QUICK, SetDataFkt(), XSM_DEBUG, ZDifferential(), ZDirect(), ZHorizontal(), ZLog(), ZPeriodic(), ZPlaneSub(), and ZQuick(). Referenced by Init(), Surf3d::setup_data_transformation(), Grey2D::setup_data_transformation(), and Profiles::update(). |
|
|
|
Definition at line 744 of file mem2d.C. References DBG_L5, logFac, XSM_DEBUG, Zrange, ZVmax, ZVmin, and ZVrange. Referenced by Init(), EpsfTools::putgrey(), Surf3d::setup_data_transformation(), and Grey2D::setup_data_transformation(). |
|
|
|
Definition at line 212 of file mem2d.h. Referenced by Scan::draw(), and Init(). |
|
|
|
Definition at line 1235 of file mem2d.C. References data_valid. |
|
|
|
Definition at line 752 of file mem2d.C. References GetZHiLo(), and SetHiLo(). Referenced by Scan::SetVM(). |
|
|
|
Definition at line 787 of file mem2d.C. References Zmax, Zmin, and Zrange. Referenced by Scan::AutoDisplay(), SetDataVRangeZ(), and Scan::SetVM(). |
|
Definition at line 113 of file mem2d.h. References data, and ZData::SetLayer(). |
|
Definition at line 113 of file mem2d.h. References data, and ZData::SetLayer(). Referenced by layersmooth_run(), Mem2d(), and VacancyLineAnalysis_run(). |
|
|
|
Definition at line 192 of file mem2d.h. Referenced by Mem2d(). |
|
|
|
Definition at line 406 of file mem2d.C. References EventEntry::description_id(), ScanEvent::event_list, FALSE, gapp, GnomeAppService::progress_info_set_bar_pulse(), scan_event_list, UserEntry::store_event_to_nc(), and TRUE. |
|
|
|
Definition at line 726 of file mem2d.C. References GetDataPktDiff(), MEM2D_LINEAR_SCALE, and MEM2D_RANGE_CHECK. Referenced by SetDataPktMode(). |
|
|
|
Definition at line 705 of file mem2d.C. References GetDataPkt(), MEM2D_LINEAR_SCALE, and MEM2D_RANGE_CHECK. Referenced by SetDataPktMode(). |
|
|
|
Definition at line 731 of file mem2d.C. References GetDataPktHorizont(), MEM2D_LINEAR_SCALE, and MEM2D_RANGE_CHECK. Referenced by SetDataPktMode(). |
|
|
|
Definition at line 716 of file mem2d.C. References GetDataPktLog(), MEM2D_LINEAR_SCALE, and MEM2D_RANGE_CHECK. Referenced by SetDataPktMode(). |
|
|
|
Definition at line 721 of file mem2d.C. References GetDataPkt(), MEM2D_PERIODIC_SCALE, and MEM2D_RANGE_CHECK. Referenced by SetDataPktMode(). |
|
|
|
Definition at line 710 of file mem2d.C. References GetDataPktPlaneSub(), MEM2D_LINEAR_SCALE, and MEM2D_RANGE_CHECK. Referenced by SetDataPktMode(). |
|
|
|
Definition at line 700 of file mem2d.C. References GetDataPktLineReg(), MEM2D_LINEAR_SCALE, and MEM2D_RANGE_CHECK. Referenced by SetDataPktMode(). |
|
|
|
|
Definition at line 272 of file mem2d.h. Referenced by DataValid(), Init(), PutDataLine(), and SetDataValid(). |
|
Definition at line 257 of file mem2d.h. Referenced by GetDataPktLog(), and SetDataRange(). |
|
Definition at line 282 of file mem2d.h. Referenced by GetEname(). |
|
|
|
Definition at line 268 of file mem2d.h. Referenced by GetDataPktPlaneSub(), and Mem2d(). |
|
Definition at line 268 of file mem2d.h. Referenced by GetDataPktPlaneSub(), and Mem2d(). |
|
Definition at line 268 of file mem2d.h. Referenced by GetDataPktPlaneSub(), and Mem2d(). |
|
|
|
Definition at line 281 of file mem2d.h. Referenced by AttachScanEvent(), Mem2d(), probe_image_extract_run(), RemoveScanEvents(), ReportScanEvents(), and WriteScanEvents(). |
|
Definition at line 262 of file mem2d.h. Referenced by AutoHistogrammEvalMode(), and Init(). |
|
Definition at line 261 of file mem2d.h. Referenced by AutoHistogrammEvalMode(). |
|
|
|
Definition at line 260 of file mem2d.h. Referenced by AutoHistogrammEvalMode(), Init(), and Mdelete(). |
|
Definition at line 267 of file mem2d.h. Referenced by AutoDataSkl(). |
|
Definition at line 267 of file mem2d.h. Referenced by AutoDataSkl(). |
|
|
|
Referenced by GetDataMode(), and SetDataFkt(). |
|
Definition at line 260 of file mem2d.h. Referenced by AutoHistogrammEvalMode(), Init(), and Mdelete(). |
|
|
|
|
|
|
|
|
|
Definition at line 257 of file mem2d.h. Referenced by AutoDataSkl(), GetZHiLo(), and SetHiLo(). |
|
Definition at line 257 of file mem2d.h. Referenced by AutoDataSkl(), AutoHistogrammEvalMode(), GetDataPktLog(), GetZHiLo(), and SetHiLo(). |
|
Definition at line 257 of file mem2d.h. Referenced by AutoDataSkl(), AutoHistogrammEvalMode(), GetZRange(), SetDataRange(), and SetHiLo(). |
|
Referenced by GetDataVMode(), and SetDataFkt(). |
|
Definition at line 266 of file mem2d.h. Referenced by SetDataRange(). |
|
Definition at line 266 of file mem2d.h. Referenced by SetDataRange(). |
|
Definition at line 266 of file mem2d.h. Referenced by AutoDataSkl(), and SetDataRange(). |