creaContours_lib
|
#include <wxVtkBaseView_SceneManager.h>
Public Member Functions | |
wxVtkBaseView_SceneManager (wxVtkBaseView *theWxBaseViewToManage, wxEvtHandler *theEventHandler, double *spc) | |
~wxVtkBaseView_SceneManager () | |
void | sendEnvent (WXTYPE theEventType, std::string text) |
void | setWxVtkViewBase (wxVtkBaseView *theBaseView) |
void | setWxEventHandler (wxEvtHandler *theEventHandler) |
wxVtkBaseView * | getWxVtkViewBase () |
void | configureViewControlTo (std::string theKeyName, manualBaseModel *manContourControl, double *spc, int typeContour) |
void | configureSelectionROI (double *spc) |
ContourWrap_ViewControl * | insertWrap (std::string theKeyName, manualContourBaseControler *manContourControl, manualViewBaseContour *manViewerContour) |
void | desconfigureViewControlOf (std::string theKeyName) |
void | removeWrap (std::string theKeyName) |
ContourWrap_ViewControl * | getContourWrap_ViewControlOf (std::string theName) |
ContourWrap_ViewControl * | getContourWrap_ViewControlOf (std::string theName, std::map< std::string, ContourWrap_ViewControl * > *theMap) |
manualContourBaseControler * | getControlerOf (std::string theName) |
manualViewBaseContour * | getViewerOf (std::string theName) |
void | set_creatingMULT_ROI (bool condition) |
void | set_editingROI (bool condition) |
void | set_toIncludeAtInteractionGroup (bool condition) |
void | set_waiting (bool condition) |
bool | get_creatingMULT_ROI () |
bool | get_editingROI () |
bool | get_toIncludeAtInteractionGroup () |
bool | get_waiting () |
bool | get_creatingROI () |
void | set_creatingROI (bool theCondition) |
void | createCopyContourOf (std::string anExistingKName, std::string cloneName, manualBaseModel *manualModel, bool append=false) |
void | removeFromScene (ContourWrap_ViewControl *contourWRP, bool visualization=true, bool control=true) |
void | removeFromScene (std::string theKeyName, bool visualization=true, bool control=true) |
void | removeSceneContours () |
void | removeAllOutlines () |
void | addToScene (std::string theKeyName, bool append=true, bool visualization=true, bool control=true, bool ifActive=true, bool ifShowCtrlPoints=true) |
void | addToScene (std::string theKeyName, ContourWrap_ViewControl *contourWRP, bool append=true, bool visualization=true, bool control=true, bool ifActive=true, bool ifShowCtrlPoints=true) |
void | removeFromScene (std::vector< std::string > theKeyNameVector, bool visualization=true, bool control=true) |
void | addToScene (std::vector< std::string > theKeyNameVector, bool append=true, bool visualization=true, bool control=true, bool ifActive=true, bool ifShowCtrlPoints=true) |
void | setControlActiveStateOfALL (bool stateCondition) |
void | setControlActiveStateOf (std::string theKeyName, bool stateCondition) |
void | setControlActiveStateOf (ContourWrap_ViewControl *contourWRP, bool stateCondition) |
void | setVisibleStateOf (std::string theKeyName, bool stateCondition) |
std::vector< std::string > | getSelectedObjects () |
void | selectObjects (std::vector< std::string > theExistingObjectsToSelect) |
void | selectObjects (std::map< std::string, ContourWrap_ViewControl * > *theMap) |
void | setControlActiveStateOf (std::vector< std::string > &theKeyNameVector, bool controlCondition=false) |
void | setControlActiveStateOf (std::map< std::string, ContourWrap_ViewControl * > *theMap, bool controlCondition=false) |
void | drawSelectionROI () |
void | setSelection2DROIInternalOutlines () |
void | writeCoords (std::string method) |
void | SaveThingName (FILE *ff, std::string nameThing) |
void | GetPointsOfActualContour (std::vector< double > *vecX, std::vector< double > *vecY, std::vector< double > *vecZ) |
vtkImageData * | GetImageData () |
std::vector< std::string > | GetlstContoursNameActualSlice () |
virtual bool | OnChar () |
virtual bool | OnMouseMove () |
virtual bool | OnLeftButtonDown () |
virtual bool | OnLeftButtonUp () |
virtual bool | OnMiddleButtonDown () |
virtual bool | OnMiddleButtonUp () |
virtual bool | OnRightButtonDown () |
virtual bool | OnRightButtonUp () |
virtual bool | OnLeftDClick () |
virtual bool | OnRightDClick () |
virtual bool | OnMiddleDClick () |
virtual bool | OnMouseWheel () |
int | GetImageDataSizeZ () |
void | GetImageDataRange (double *range) |
void | SetWidthContour (double width) |
bool | isEditableCControler (std::string theKeyName) |
void | deleteCViewerCControler (std::string theKeyName) |
bool | isCtrlPressed () |
bool | isShiftPressed () |
char | getLastKeyCode () |
Private Attributes | |
std::map< std::string, ContourWrap_ViewControl * > * | _contours_ViewControl |
std::map< std::string, ContourWrap_ViewControl * > * | _sceneContours_ViewControl |
wxVtkBaseView * | _wxVtk_BaseView |
wxEvtHandler * | _eventHandler |
ContourWrap_ViewControl * | _lastInteraction |
std::string | _lastInteractionName |
std::map< std::string, ContourWrap_ViewControl * > * | _workingGroup |
bool | _creatingMULT_ROI |
bool | _editingROI |
bool | _toIncludeAtInteractionGroup |
bool | _waiting |
bool | _creatingROI |
int | _enventID |
int | _leftClickCount |
int | _rigthClickCount |
int | clickX |
int | clickY |
char | _lastKeyCode |
long int | onCharCallBackTimeEnd |
long int | onCharNeeded |
bool | _drawingSelectionROI |
manualRoiControler * | _controlerSelectionROI |
manualViewRoi * | _viewerSelectionROI |
manualBaseModel * | _modelSelectionROI |
double | _widthOfContour |
double | _widthOfControlPoint |
bool | _ctrlKey |
bool | _shiftKey |
file wxVtkBaseView_SceneManager.h
Definition at line 93 of file wxVtkBaseView_SceneManager.h.
wxVtkBaseView_SceneManager::wxVtkBaseView_SceneManager | ( | wxVtkBaseView * | theWxBaseViewToManage, |
wxEvtHandler * | theEventHandler, | ||
double * | spc | ||
) |
Definition at line 66 of file wxVtkBaseView_SceneManager.cxx.
wxVtkBaseView_SceneManager::~wxVtkBaseView_SceneManager | ( | ) |
Definition at line 97 of file wxVtkBaseView_SceneManager.cxx.
References _contours_ViewControl, _lastInteraction, and _workingGroup.
void wxVtkBaseView_SceneManager::addToScene | ( | std::string | theKeyName, |
bool | append = true , |
||
bool | visualization = true , |
||
bool | control = true , |
||
bool | ifActive = true , |
||
bool | ifShowCtrlPoints = true |
||
) |
Definition at line 502 of file wxVtkBaseView_SceneManager.cxx.
References _sceneContours_ViewControl, getContourWrap_ViewControlOf(), and removeSceneContours().
Referenced by wxContourViewPanel::addNameWrapperToScene(), addToScene(), configureViewControlTo(), and createCopyContourOf().
void wxVtkBaseView_SceneManager::addToScene | ( | std::string | theKeyName, |
ContourWrap_ViewControl * | contourWRP, | ||
bool | append = true , |
||
bool | visualization = true , |
||
bool | control = true , |
||
bool | ifActive = true , |
||
bool | ifShowCtrlPoints = true |
||
) |
Definition at line 515 of file wxVtkBaseView_SceneManager.cxx.
References _sceneContours_ViewControl, _wxVtk_BaseView, ContourWrap_ViewControl::getControler(), ContourWrap_ViewControl::getViewer(), and removeSceneContours().
void wxVtkBaseView_SceneManager::addToScene | ( | std::vector< std::string > | theKeyNameVector, |
bool | append = true , |
||
bool | visualization = true , |
||
bool | control = true , |
||
bool | ifActive = true , |
||
bool | ifShowCtrlPoints = true |
||
) |
Definition at line 549 of file wxVtkBaseView_SceneManager.cxx.
References addToScene().
void wxVtkBaseView_SceneManager::configureSelectionROI | ( | double * | spc | ) |
Definition at line 246 of file wxVtkBaseView_SceneManager.cxx.
References _controlerSelectionROI, _modelSelectionROI, _viewerSelectionROI, and _wxVtk_BaseView.
void wxVtkBaseView_SceneManager::configureViewControlTo | ( | std::string | theKeyName, |
manualBaseModel * | manContourControl, | ||
double * | spc, | ||
int | typeContour | ||
) |
Definition at line 152 of file wxVtkBaseView_SceneManager.cxx.
References _creatingROI, _lastInteraction, _lastInteractionName, _waiting, _widthOfContour, _widthOfControlPoint, _wxVtk_BaseView, addToScene(), ContourWrap_ViewControl::getControler(), ContourWrap_ViewControl::getViewer(), and insertWrap().
Referenced by wxContourViewPanel::configureViewControlTo(), wxContourMainFrame::createContour(), wxContourMainFrame::onCreateContourBullEye(), and wxContourMainFrame::openContours().
void wxVtkBaseView_SceneManager::createCopyContourOf | ( | std::string | anExistingKName, |
std::string | cloneName, | ||
manualBaseModel * | manualModel, | ||
bool | append = false |
||
) |
Definition at line 375 of file wxVtkBaseView_SceneManager.cxx.
References _contours_ViewControl, _lastInteraction, _workingGroup, addToScene(), insertWrap(), and setControlActiveStateOf().
Referenced by wxContourMainFrame::createCopyContourOf(), and wxContourMainFrame::createMirrorContourOf().
void wxVtkBaseView_SceneManager::deleteCViewerCControler | ( | std::string | theKeyName | ) |
Definition at line 1245 of file wxVtkBaseView_SceneManager.cxx.
References getContourWrap_ViewControlOf(), ContourWrap_ViewControl::getControler(), ContourWrap_ViewControl::getViewer(), removeFromScene(), and removeWrap().
Referenced by wxContourViewPanel::removeFromScene().
void wxVtkBaseView_SceneManager::desconfigureViewControlOf | ( | std::string | theKeyName | ) |
Definition at line 277 of file wxVtkBaseView_SceneManager.cxx.
void wxVtkBaseView_SceneManager::drawSelectionROI | ( | ) |
Definition at line 1049 of file wxVtkBaseView_SceneManager.cxx.
References _controlerSelectionROI, _drawingSelectionROI, _lastInteraction, _lastInteractionName, _viewerSelectionROI, _workingGroup, ContourWrap_ViewControl::getControler(), and ContourWrap_ViewControl::getViewer().
bool wxVtkBaseView_SceneManager::get_creatingMULT_ROI | ( | ) |
Definition at line 339 of file wxVtkBaseView_SceneManager.cxx.
References _creatingMULT_ROI.
bool wxVtkBaseView_SceneManager::get_creatingROI | ( | ) |
Definition at line 361 of file wxVtkBaseView_SceneManager.cxx.
References _creatingROI.
bool wxVtkBaseView_SceneManager::get_editingROI | ( | ) |
Definition at line 344 of file wxVtkBaseView_SceneManager.cxx.
References _editingROI.
bool wxVtkBaseView_SceneManager::get_toIncludeAtInteractionGroup | ( | ) |
Definition at line 349 of file wxVtkBaseView_SceneManager.cxx.
References _toIncludeAtInteractionGroup.
bool wxVtkBaseView_SceneManager::get_waiting | ( | ) |
Definition at line 355 of file wxVtkBaseView_SceneManager.cxx.
References _waiting.
ContourWrap_ViewControl * wxVtkBaseView_SceneManager::getContourWrap_ViewControlOf | ( | std::string | theName | ) |
Definition at line 294 of file wxVtkBaseView_SceneManager.cxx.
References _contours_ViewControl.
Referenced by addToScene(), deleteCViewerCControler(), getControlerOf(), getViewerOf(), isEditableCControler(), setControlActiveStateOf(), and setVisibleStateOf().
ContourWrap_ViewControl * wxVtkBaseView_SceneManager::getContourWrap_ViewControlOf | ( | std::string | theName, |
std::map< std::string, ContourWrap_ViewControl * > * | theMap | ||
) |
Definition at line 302 of file wxVtkBaseView_SceneManager.cxx.
manualContourBaseControler * wxVtkBaseView_SceneManager::getControlerOf | ( | std::string | theName | ) |
Definition at line 309 of file wxVtkBaseView_SceneManager.cxx.
References getContourWrap_ViewControlOf(), and ContourWrap_ViewControl::getControler().
Referenced by GetPointsOfActualContour().
vtkImageData * wxVtkBaseView_SceneManager::GetImageData | ( | ) |
Definition at line 1170 of file wxVtkBaseView_SceneManager.cxx.
References _wxVtk_BaseView.
Referenced by wxContourViewPanel::getImageData(), GetImageDataRange(), and GetImageDataSizeZ().
void wxVtkBaseView_SceneManager::GetImageDataRange | ( | double * | range | ) |
Definition at line 1191 of file wxVtkBaseView_SceneManager.cxx.
References GetImageData(), and GetImageDataSizeZ().
Referenced by wxContourViewPanel::GetImageDataRange().
int wxVtkBaseView_SceneManager::GetImageDataSizeZ | ( | ) |
Definition at line 1177 of file wxVtkBaseView_SceneManager.cxx.
References GetImageData().
Referenced by wxContourMainFrame::deleteAllContours(), GetImageDataRange(), wxContourViewPanel::GetImageDataSizeZ(), and wxContourMainFrame::SaveValuesXYZ().
char wxVtkBaseView_SceneManager::getLastKeyCode | ( | ) |
Definition at line 688 of file wxVtkBaseView_SceneManager.cxx.
References _lastKeyCode.
Referenced by wxContourViewPanel::onActionButtonPressed().
std::vector< std::string > wxVtkBaseView_SceneManager::GetlstContoursNameActualSlice | ( | ) |
Definition at line 450 of file wxVtkBaseView_SceneManager.cxx.
References _sceneContours_ViewControl.
Referenced by wxContourMainFrame::onDeleteContoursActSlice().
void wxVtkBaseView_SceneManager::GetPointsOfActualContour | ( | std::vector< double > * | vecX, |
std::vector< double > * | vecY, | ||
std::vector< double > * | vecZ | ||
) |
Definition at line 1150 of file wxVtkBaseView_SceneManager.cxx.
References getControlerOf(), and getSelectedObjects().
Referenced by wxContourViewPanel::GetPointsOfActualContour().
std::vector< std::string > wxVtkBaseView_SceneManager::getSelectedObjects | ( | ) |
Definition at line 588 of file wxVtkBaseView_SceneManager.cxx.
References _workingGroup.
Referenced by GetPointsOfActualContour(), wxContourViewPanel::getSelectedObjects(), wxContourViewPanel::onActionButtonPressed(), and wxContourMainFrame::onDeleteContour().
manualViewBaseContour * wxVtkBaseView_SceneManager::getViewerOf | ( | std::string | theName | ) |
Definition at line 314 of file wxVtkBaseView_SceneManager.cxx.
References getContourWrap_ViewControlOf(), and ContourWrap_ViewControl::getViewer().
wxVtkBaseView * wxVtkBaseView_SceneManager::getWxVtkViewBase | ( | ) |
Definition at line 147 of file wxVtkBaseView_SceneManager.cxx.
References _wxVtk_BaseView.
Referenced by wxContourViewPanel::setImageSlice().
ContourWrap_ViewControl * wxVtkBaseView_SceneManager::insertWrap | ( | std::string | theKeyName, |
manualContourBaseControler * | manContourControl, | ||
manualViewBaseContour * | manViewerContour | ||
) |
Definition at line 266 of file wxVtkBaseView_SceneManager.cxx.
References _contours_ViewControl.
Referenced by configureViewControlTo(), and createCopyContourOf().
bool wxVtkBaseView_SceneManager::isCtrlPressed | ( | ) |
Definition at line 680 of file wxVtkBaseView_SceneManager.cxx.
References _ctrlKey.
Referenced by wxContourViewPanel::onActionButtonPressed().
bool wxVtkBaseView_SceneManager::isEditableCControler | ( | std::string | theKeyName | ) |
Definition at line 1233 of file wxVtkBaseView_SceneManager.cxx.
References getContourWrap_ViewControlOf(), and ContourWrap_ViewControl::getControler().
Referenced by wxContourViewPanel::isEditableCControler().
bool wxVtkBaseView_SceneManager::isShiftPressed | ( | ) |
Definition at line 684 of file wxVtkBaseView_SceneManager.cxx.
References _shiftKey.
|
virtual |
Definition at line 692 of file wxVtkBaseView_SceneManager.cxx.
References _ctrlKey, _eventHandler, _lastKeyCode, and _shiftKey.
|
virtual |
Definition at line 867 of file wxVtkBaseView_SceneManager.cxx.
References _creatingMULT_ROI, _creatingROI, _lastInteraction, _lastInteractionName, _toIncludeAtInteractionGroup, _workingGroup, ContourWrap_ViewControl::getControler(), ContourWrap_ViewControl::getViewer(), and sendEnvent().
|
virtual |
Definition at line 933 of file wxVtkBaseView_SceneManager.cxx.
References _drawingSelectionROI, and setSelection2DROIInternalOutlines().
|
virtual |
Definition at line 1006 of file wxVtkBaseView_SceneManager.cxx.
|
virtual |
Definition at line 945 of file wxVtkBaseView_SceneManager.cxx.
|
virtual |
Definition at line 953 of file wxVtkBaseView_SceneManager.cxx.
|
virtual |
Definition at line 1033 of file wxVtkBaseView_SceneManager.cxx.
|
virtual |
Definition at line 749 of file wxVtkBaseView_SceneManager.cxx.
References _creatingMULT_ROI, _creatingROI, _lastInteraction, _lastInteractionName, _sceneContours_ViewControl, _toIncludeAtInteractionGroup, _waiting, _workingGroup, ContourWrap_ViewControl::getControler(), ContourWrap_ViewControl::getViewer(), and sendEnvent().
|
virtual |
Definition at line 1041 of file wxVtkBaseView_SceneManager.cxx.
|
virtual |
Definition at line 961 of file wxVtkBaseView_SceneManager.cxx.
References _waiting.
|
virtual |
Definition at line 973 of file wxVtkBaseView_SceneManager.cxx.
References _creatingMULT_ROI, _creatingROI, _lastInteraction, _toIncludeAtInteractionGroup, _waiting, ContourWrap_ViewControl::getControler(), ContourWrap_ViewControl::getViewer(), and sendEnvent().
|
virtual |
Definition at line 1014 of file wxVtkBaseView_SceneManager.cxx.
void wxVtkBaseView_SceneManager::removeAllOutlines | ( | ) |
Definition at line 481 of file wxVtkBaseView_SceneManager.cxx.
References _contours_ViewControl, and removeWrap().
Referenced by wxContourMainFrame::deleteAllContours().
void wxVtkBaseView_SceneManager::removeFromScene | ( | ContourWrap_ViewControl * | contourWRP, |
bool | visualization = true , |
||
bool | control = true |
||
) |
Definition at line 409 of file wxVtkBaseView_SceneManager.cxx.
References _lastInteraction, _lastInteractionName, _wxVtk_BaseView, ContourWrap_ViewControl::getControler(), and ContourWrap_ViewControl::getViewer().
Referenced by deleteCViewerCControler(), removeFromScene(), removeSceneContours(), setControlActiveStateOf(), and setVisibleStateOf().
void wxVtkBaseView_SceneManager::removeFromScene | ( | std::string | theKeyName, |
bool | visualization = true , |
||
bool | control = true |
||
) |
Definition at line 435 of file wxVtkBaseView_SceneManager.cxx.
References _sceneContours_ViewControl, and removeFromScene().
void wxVtkBaseView_SceneManager::removeFromScene | ( | std::vector< std::string > | theKeyNameVector, |
bool | visualization = true , |
||
bool | control = true |
||
) |
Definition at line 539 of file wxVtkBaseView_SceneManager.cxx.
References removeFromScene().
void wxVtkBaseView_SceneManager::removeSceneContours | ( | ) |
Definition at line 464 of file wxVtkBaseView_SceneManager.cxx.
References _controlerSelectionROI, _sceneContours_ViewControl, _viewerSelectionROI, and removeFromScene().
Referenced by addToScene(), wxContourMainFrame::deleteAllContours(), wxContourMainFrame::onLoadContours(), and wxContourViewPanel::removeSceneContours().
void wxVtkBaseView_SceneManager::removeWrap | ( | std::string | theKeyName | ) |
Definition at line 282 of file wxVtkBaseView_SceneManager.cxx.
References _contours_ViewControl, _lastInteraction, _lastInteractionName, and _workingGroup.
Referenced by deleteCViewerCControler(), and removeAllOutlines().
void wxVtkBaseView_SceneManager::SaveThingName | ( | FILE * | ff, |
std::string | nameThing | ||
) |
Definition at line 1131 of file wxVtkBaseView_SceneManager.cxx.
References _contours_ViewControl, ContourWrap_ViewControl::getControler(), and ContourWrap_ViewControl::getViewer().
Referenced by wxContourMainFrame::saveFileWithContours().
void wxVtkBaseView_SceneManager::selectObjects | ( | std::vector< std::string > | theExistingObjectsToSelect | ) |
Definition at line 603 of file wxVtkBaseView_SceneManager.cxx.
References _contours_ViewControl.
void wxVtkBaseView_SceneManager::selectObjects | ( | std::map< std::string, ContourWrap_ViewControl * > * | theMap | ) |
void wxVtkBaseView_SceneManager::sendEnvent | ( | WXTYPE | theEventType, |
std::string | text | ||
) |
Definition at line 122 of file wxVtkBaseView_SceneManager.cxx.
References _eventHandler.
Referenced by OnLeftButtonDown(), OnMouseMove(), and OnRightButtonUp().
void wxVtkBaseView_SceneManager::set_creatingMULT_ROI | ( | bool | condition | ) |
Definition at line 319 of file wxVtkBaseView_SceneManager.cxx.
References _creatingMULT_ROI.
void wxVtkBaseView_SceneManager::set_creatingROI | ( | bool | theCondition | ) |
Definition at line 366 of file wxVtkBaseView_SceneManager.cxx.
References _creatingROI.
void wxVtkBaseView_SceneManager::set_editingROI | ( | bool | condition | ) |
Definition at line 324 of file wxVtkBaseView_SceneManager.cxx.
References _editingROI.
void wxVtkBaseView_SceneManager::set_toIncludeAtInteractionGroup | ( | bool | condition | ) |
Definition at line 329 of file wxVtkBaseView_SceneManager.cxx.
References _toIncludeAtInteractionGroup.
void wxVtkBaseView_SceneManager::set_waiting | ( | bool | condition | ) |
Definition at line 334 of file wxVtkBaseView_SceneManager.cxx.
References _waiting.
void wxVtkBaseView_SceneManager::setControlActiveStateOf | ( | std::string | theKeyName, |
bool | stateCondition | ||
) |
Definition at line 565 of file wxVtkBaseView_SceneManager.cxx.
References getContourWrap_ViewControlOf().
Referenced by createCopyContourOf(), setControlActiveStateOf(), setControlActiveStateOfALL(), and setSelection2DROIInternalOutlines().
void wxVtkBaseView_SceneManager::setControlActiveStateOf | ( | ContourWrap_ViewControl * | contourWRP, |
bool | stateCondition | ||
) |
Definition at line 572 of file wxVtkBaseView_SceneManager.cxx.
References ContourWrap_ViewControl::getControler().
void wxVtkBaseView_SceneManager::setControlActiveStateOf | ( | std::vector< std::string > & | theKeyNameVector, |
bool | controlCondition = false |
||
) |
Definition at line 647 of file wxVtkBaseView_SceneManager.cxx.
References setControlActiveStateOf().
void wxVtkBaseView_SceneManager::setControlActiveStateOf | ( | std::map< std::string, ContourWrap_ViewControl * > * | theMap, |
bool | controlCondition = false |
||
) |
Definition at line 657 of file wxVtkBaseView_SceneManager.cxx.
References removeFromScene().
void wxVtkBaseView_SceneManager::setControlActiveStateOfALL | ( | bool | stateCondition | ) |
Definition at line 559 of file wxVtkBaseView_SceneManager.cxx.
References _contours_ViewControl, and setControlActiveStateOf().
void wxVtkBaseView_SceneManager::setSelection2DROIInternalOutlines | ( | ) |
Definition at line 1083 of file wxVtkBaseView_SceneManager.cxx.
References _controlerSelectionROI, _drawingSelectionROI, _sceneContours_ViewControl, _viewerSelectionROI, _workingGroup, and setControlActiveStateOf().
Referenced by OnLeftButtonUp().
void wxVtkBaseView_SceneManager::setVisibleStateOf | ( | std::string | theKeyName, |
bool | stateCondition | ||
) |
Definition at line 579 of file wxVtkBaseView_SceneManager.cxx.
References getContourWrap_ViewControlOf(), and removeFromScene().
void wxVtkBaseView_SceneManager::SetWidthContour | ( | double | width | ) |
Definition at line 1212 of file wxVtkBaseView_SceneManager.cxx.
References _contours_ViewControl, _widthOfContour, _widthOfControlPoint, and ContourWrap_ViewControl::getViewer().
Referenced by wxContourViewPanel::SetWidthContour().
void wxVtkBaseView_SceneManager::setWxEventHandler | ( | wxEvtHandler * | theEventHandler | ) |
Definition at line 136 of file wxVtkBaseView_SceneManager.cxx.
References _eventHandler.
void wxVtkBaseView_SceneManager::setWxVtkViewBase | ( | wxVtkBaseView * | theBaseView | ) |
Definition at line 141 of file wxVtkBaseView_SceneManager.cxx.
References _wxVtk_BaseView.
void wxVtkBaseView_SceneManager::writeCoords | ( | std::string | method | ) |
Definition at line 1113 of file wxVtkBaseView_SceneManager.cxx.
|
private |
Definition at line 235 of file wxVtkBaseView_SceneManager.h.
Referenced by createCopyContourOf(), getContourWrap_ViewControlOf(), insertWrap(), removeAllOutlines(), removeWrap(), SaveThingName(), selectObjects(), setControlActiveStateOfALL(), SetWidthContour(), and ~wxVtkBaseView_SceneManager().
|
private |
Definition at line 256 of file wxVtkBaseView_SceneManager.h.
Referenced by configureSelectionROI(), drawSelectionROI(), removeSceneContours(), and setSelection2DROIInternalOutlines().
|
private |
Definition at line 242 of file wxVtkBaseView_SceneManager.h.
Referenced by get_creatingMULT_ROI(), OnLeftButtonDown(), OnMouseMove(), OnRightButtonUp(), and set_creatingMULT_ROI().
|
private |
Definition at line 246 of file wxVtkBaseView_SceneManager.h.
Referenced by configureViewControlTo(), get_creatingROI(), OnLeftButtonDown(), OnMouseMove(), OnRightButtonUp(), and set_creatingROI().
|
private |
Definition at line 262 of file wxVtkBaseView_SceneManager.h.
Referenced by isCtrlPressed(), and OnChar().
|
private |
Definition at line 255 of file wxVtkBaseView_SceneManager.h.
Referenced by drawSelectionROI(), OnLeftButtonUp(), and setSelection2DROIInternalOutlines().
|
private |
Definition at line 243 of file wxVtkBaseView_SceneManager.h.
Referenced by get_editingROI(), and set_editingROI().
|
private |
Definition at line 247 of file wxVtkBaseView_SceneManager.h.
|
private |
Definition at line 238 of file wxVtkBaseView_SceneManager.h.
Referenced by OnChar(), sendEnvent(), and setWxEventHandler().
|
private |
Definition at line 239 of file wxVtkBaseView_SceneManager.h.
Referenced by configureViewControlTo(), createCopyContourOf(), drawSelectionROI(), OnLeftButtonDown(), OnMouseMove(), OnRightButtonUp(), removeFromScene(), removeWrap(), and ~wxVtkBaseView_SceneManager().
|
private |
Definition at line 240 of file wxVtkBaseView_SceneManager.h.
Referenced by configureViewControlTo(), drawSelectionROI(), OnLeftButtonDown(), OnMouseMove(), removeFromScene(), and removeWrap().
|
private |
Definition at line 252 of file wxVtkBaseView_SceneManager.h.
Referenced by getLastKeyCode(), and OnChar().
|
private |
Definition at line 248 of file wxVtkBaseView_SceneManager.h.
|
private |
Definition at line 258 of file wxVtkBaseView_SceneManager.h.
Referenced by configureSelectionROI().
|
private |
Definition at line 249 of file wxVtkBaseView_SceneManager.h.
|
private |
Definition at line 236 of file wxVtkBaseView_SceneManager.h.
Referenced by addToScene(), GetlstContoursNameActualSlice(), OnMouseMove(), removeFromScene(), removeSceneContours(), and setSelection2DROIInternalOutlines().
|
private |
Definition at line 263 of file wxVtkBaseView_SceneManager.h.
Referenced by isShiftPressed(), and OnChar().
|
private |
Definition at line 244 of file wxVtkBaseView_SceneManager.h.
Referenced by get_toIncludeAtInteractionGroup(), OnLeftButtonDown(), OnMouseMove(), OnRightButtonUp(), and set_toIncludeAtInteractionGroup().
|
private |
Definition at line 257 of file wxVtkBaseView_SceneManager.h.
Referenced by configureSelectionROI(), drawSelectionROI(), removeSceneContours(), and setSelection2DROIInternalOutlines().
|
private |
Definition at line 245 of file wxVtkBaseView_SceneManager.h.
Referenced by configureViewControlTo(), get_waiting(), OnMouseMove(), OnRightButtonDown(), OnRightButtonUp(), and set_waiting().
|
private |
Definition at line 259 of file wxVtkBaseView_SceneManager.h.
Referenced by configureViewControlTo(), and SetWidthContour().
|
private |
Definition at line 260 of file wxVtkBaseView_SceneManager.h.
Referenced by configureViewControlTo(), and SetWidthContour().
|
private |
Definition at line 241 of file wxVtkBaseView_SceneManager.h.
Referenced by createCopyContourOf(), drawSelectionROI(), getSelectedObjects(), OnLeftButtonDown(), OnMouseMove(), removeWrap(), setSelection2DROIInternalOutlines(), and ~wxVtkBaseView_SceneManager().
|
private |
Definition at line 237 of file wxVtkBaseView_SceneManager.h.
Referenced by addToScene(), configureSelectionROI(), configureViewControlTo(), GetImageData(), getWxVtkViewBase(), removeFromScene(), and setWxVtkViewBase().
|
private |
Definition at line 250 of file wxVtkBaseView_SceneManager.h.
|
private |
Definition at line 251 of file wxVtkBaseView_SceneManager.h.
|
private |
Definition at line 253 of file wxVtkBaseView_SceneManager.h.
|
private |
Definition at line 254 of file wxVtkBaseView_SceneManager.h.