NEURON
GPolyLineItem Class Reference

#include <graph.h>

Inheritance diagram for GPolyLineItem:
GraphItem

Public Member Functions

 GPolyLineItem (Glyph *g)
 
virtual ~GPolyLineItem ()
 
virtual bool is_polyline ()
 
virtual void save (std::ostream &o, Coord, Coord)
 
virtual void erase (Scene *s, GlyphIndex i, int type)
 
- 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 &)
 
bool save ()
 
void save (bool s)
 
virtual bool is_mark ()
 
virtual bool is_fast ()
 
virtual bool is_graphVector ()
 

Additional Inherited Members

- Public Types inherited from GraphItem
enum  { ERASE_LINE = 1 , ERASE_AXIS }
 

Detailed Description

Definition at line 402 of file graph.h.

Constructor & Destructor Documentation

◆ GPolyLineItem()

GPolyLineItem::GPolyLineItem ( Glyph g)
inline

Definition at line 404 of file graph.h.

◆ ~GPolyLineItem()

virtual GPolyLineItem::~GPolyLineItem ( )
inlinevirtual

Definition at line 406 of file graph.h.

Member Function Documentation

◆ erase()

virtual void GPolyLineItem::erase ( Scene s,
GlyphIndex  i,
int  type 
)
inlinevirtual

Reimplemented from GraphItem.

Definition at line 411 of file graph.h.

◆ is_polyline()

virtual bool GPolyLineItem::is_polyline ( )
virtual

Reimplemented from GraphItem.

◆ save()

virtual void GPolyLineItem::save ( std::ostream &  o,
Coord  ,
Coord   
)
inlinevirtual

Reimplemented from GraphItem.

Definition at line 408 of file graph.h.


The documentation for this class was generated from the following file: