#include <anatomist/action/paintaction.h>
|  | 
|  | PointPaintStrategy () | 
|  | 
| virtual | ~PointPaintStrategy () | 
|  | 
| virtual PaintType | paintType () | 
|  | 
| 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) | 
|  | Draw.  More... 
 | 
|  | 
|  | PaintStrategy () | 
|  | 
| virtual | ~PaintStrategy () | 
|  | 
| void | reset () | 
|  | 
| bool | in (const carto::VolumeRef< AObject * > &o, Point3df p, const Point3df &offset) | 
|  | 
Definition at line 170 of file paintaction.h.
 
◆ PointPaintStrategy()
      
        
          | anatomist::PointPaintStrategy::PointPaintStrategy | ( |  | ) |  | 
      
 
 
◆ ~PointPaintStrategy()
  
  | 
        
          | virtual anatomist::PointPaintStrategy::~PointPaintStrategy | ( |  | ) |  |  | virtual | 
 
 
◆ paint()
  
  | 
        
          | virtual void anatomist::PointPaintStrategy::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 |  
          |  | ) |  |  |  | virtual | 
 
Draw. 
- Parameters
- 
  
    | vlOffset | offset of the volume of labels (if VL coords don't start at (0,0,0) |  
 
Implements anatomist::PaintStrategy.
 
 
◆ paintType()
  
  | 
        
          | virtual PaintType anatomist::PointPaintStrategy::paintType | ( |  | ) |  |  | virtual | 
 
 
The documentation for this class was generated from the following file: