Changeset 1897 in Sophya for trunk/SophyaPI/PI/pidrawer.cc


Ignore:
Timestamp:
Feb 10, 2002, 6:51:58 PM (24 years ago)
Author:
ansari
Message:

Optimisation implementation PIGraphX::DrawMarker - Reza 10/02/2002

File:
1 edited

Legend:

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

    r1892 r1897  
    274274
    275275void
     276PIDrawer::SetArrowMarkerAtt(int sz, PIArrowMarker mrk)
     277{
     278  mArrowMrkSz = sz;
     279  mArrowMrk = mrk;
     280}
     281
     282void
    276283PIDrawer::SetColMapId(CMapId cid, bool rev)
    277284{
Note: See TracChangeset for help on using the changeset viewer.