Changeset 107 in Sophya for trunk/SophyaPI/PI/sc_sample.cc


Ignore:
Timestamp:
May 22, 1998, 6:04:01 PM (27 years ago)
Author:
ansari
Message:

Suppression des PIScDrawer / remplacement par des PIDrawer Reza 22/05/98

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/sc_sample.cc

    r72 r107  
    1 #include <stdlib.h>
    2 #include <stdio.h>
    3 #include <string>
    4 
    51#include "sc_sample.h"
    62
     
    128
    139{
    14 PIScFuncDrawer * mfd;
    15 mfd = new PIScFuncDrawer(f);
     10PIFuncDrawer * mfd;
     11mfd = new PIFuncDrawer(f);
    1612  SetLimits(-3,3,-4,4);
    1713AddScDrawer(mfd);
     
    2622
    2723void
    28 ScSample::DrawSelf(PIGraphicUC* g, float, float, float, float)
     24ScSample::DrawSelf(PIGraphicUC* g)
    2925{
    3026PIGrCoord x[5] = {-2, -1., 1., 1.7, 2.2};
     
    3632g->DrawMarkers(x, y, 5);
    3733g->SelForeground(PI_Magenta);
    38 printf(" +DBG+ ScSample::DrawSelf - Marker(%g) \n", 0.3);
    3934g->SelMarkerSz(0.3, PI_FCircleMarker);
    4035for(i=0; i<5; i++)
Note: See TracChangeset for help on using the changeset viewer.