![]() |
NEURON
|
#include <shape.h>
Public Member Functions | |
| FastGraphItem (FastShape *g, bool save=true, bool pick=true) | |
| virtual bool | is_fast () |
Public Member Functions inherited from GraphItem | |
| GraphItem (Glyph *g, bool=true, bool pick=true) | |
| virtual | ~GraphItem () |
| virtual void | pick (Canvas *, const Allocation &, int depth, Hit &) |
| virtual void | save (std::ostream &, Coord, Coord) |
| virtual void | erase (Scene *, GlyphIndex, int erase_type) |
| bool | save () |
| void | save (bool s) |
| virtual bool | is_polyline () |
| virtual bool | is_mark () |
| virtual bool | is_graphVector () |
Additional Inherited Members | |
Public Types inherited from GraphItem | |
| enum | { ERASE_LINE =1, ERASE_AXIS } |
|
inlinevirtual |