#include <anatomist/action/paintaction.h>
|
| PaintStrategy () |
|
virtual | ~PaintStrategy () |
|
virtual PaintType | paintType ()=0 |
|
virtual void | paint (AWindow3D *win, Transformation *transf, const Point3df &point, const AObject *originalLabel, AObject *finalLabel, float brushSize, bool lineMode, carto::VolumeRef< AObject * > &volumeOfLabels, const Point3df &vlOffset, aims::BucketMap< Void >::Bucket &deltaModifications, std::list< std::pair< Point3d, ChangesItem > > &changes, const Point3df &voxelSize, bool line, bool replace, bool mm)=0 |
| Draw. More...
|
|
void | reset () |
|
bool | in (const carto::VolumeRef< AObject * > &o, Point3df p, const Point3df &offset) |
|
Definition at line 105 of file paintaction.h.
◆ PaintType
◆ PaintStrategy()
anatomist::PaintStrategy::PaintStrategy |
( |
| ) |
|
◆ ~PaintStrategy()
virtual anatomist::PaintStrategy::~PaintStrategy |
( |
| ) |
|
|
virtual |
◆ brushPainter()
static void anatomist::PaintStrategy::brushPainter |
( |
| ) |
|
|
staticprotected |
◆ drawFastLine()
static std::list< Point3d > anatomist::PaintStrategy::drawFastLine |
( |
const Point3d & |
from, |
|
|
const Point3d & |
dep |
|
) |
| |
|
static |
◆ drawLine()
◆ in()
◆ paint()
virtual void anatomist::PaintStrategy::paint |
( |
AWindow3D * |
win, |
|
|
Transformation * |
transf, |
|
|
const Point3df & |
point, |
|
|
const AObject * |
originalLabel, |
|
|
AObject * |
finalLabel, |
|
|
float |
brushSize, |
|
|
bool |
lineMode, |
|
|
carto::VolumeRef< AObject * > & |
volumeOfLabels, |
|
|
const Point3df & |
vlOffset, |
|
|
aims::BucketMap< Void >::Bucket & |
deltaModifications, |
|
|
std::list< std::pair< Point3d, ChangesItem > > & |
changes, |
|
|
const Point3df & |
voxelSize, |
|
|
bool |
line, |
|
|
bool |
replace, |
|
|
bool |
mm |
|
) |
| |
|
pure virtual |
◆ paintType()
virtual PaintType anatomist::PaintStrategy::paintType |
( |
| ) |
|
|
pure virtual |
◆ reset()
void anatomist::PaintStrategy::reset |
( |
| ) |
|
◆ myPreviousPoint
Point3df anatomist::PaintStrategy::myPreviousPoint |
|
protected |
◆ myPreviousPointExists
bool anatomist::PaintStrategy::myPreviousPointExists |
|
protected |
The documentation for this class was generated from the following file: