NEURON
Public Member Functions
|
List of all members
FastShape Class Reference
abstract
#include <
shape.h
>
Inheritance diagram for FastShape:
Public Member Functions
FastShape
()
virtual
~FastShape
()
virtual void
fast_draw
(
Canvas
*,
Coord
x,
Coord
y, bool) const =0
Detailed Description
Definition at line
86
of file
shape.h
.
Constructor & Destructor Documentation
◆
FastShape()
FastShape::FastShape
(
)
◆
~FastShape()
virtual FastShape::~FastShape
(
)
virtual
Member Function Documentation
◆
fast_draw()
virtual void FastShape::fast_draw
(
Canvas
*
,
Coord
x
,
Coord
y
,
bool
)
const
pure virtual
Implemented in
ShapeSection
.
The documentation for this class was generated from the following file:
/home/docs/checkouts/readthedocs.org/user_builds/nrn/checkouts/3466/src/nrniv/
shape.h
FastShape