25 #ifndef WFIBERACTIONMULTISELECT_H 
   26 #define WFIBERACTIONMULTISELECT_H 
   30 #include <boost/shared_ptr.hpp> 
   33 #include "WFiberAction.h" 
   34 #include "../WFiberHandler.h" 
   46     typedef std::shared_ptr< WFiberActionMultiselect > 
SPtr;
 
The action when adding multiple Vertices.
 
size_t m_fiberIdx
The index of the fiber this vertex was added to.
 
~WFiberActionMultiselect()
Empty destructor.
 
std::vector< osg::Vec3 > m_vertices
The vertices to add.
 
virtual void undo()
Undos this action.
 
WFiberActionMultiselect(std::vector< osg::Vec3 > vertices, size_t fiberIdx, WFiberHandler *fiberHandler)
Creates this action.
 
WFiberHandler * m_fiberHandler
The WFiberHandler of the action.
 
virtual void redo()
Redos this action.
 
std::shared_ptr< WFiberActionMultiselect > SPtr
A shared_ptr to this class.
 
Super class for the actions.
 
Handles the fibers of the WMPointsConnector.