creaContours_lib
|
#include <wxContourViewPanel.h>
Public Member Functions | |
wxContourViewPanel (vtkImageData *theShowingImage, wxWindow *parent, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxSUNKEN_BORDER, int vertStart=1, int vertEnd=1, int horzStart=1, int horzEnd=1) | |
~wxContourViewPanel () | |
void | setWxEventHandler (wxEvtHandler *theEventHandler) |
void | createHorizontalBar (int horzStart, int horzEnd) |
void | createVerticalBar (int vertStart, int vertEnd) |
void | createViewPanel () |
void | onBarrange_Horizontal (wxCommandEvent &event) |
void | onActualChange_Bar_Horizontal (wxCommandEvent &event) |
void | onStartChange_Bar_Horizontal (wxCommandEvent &event) |
void | onEndChange_Bar_Horizontal (wxCommandEvent &event) |
void | onSelectionEnd_Horizontal (wxCommandEvent &event) |
void | onMovedBar_Horizontal (wxCommandEvent &event) |
void | onBarrange_Vertical (wxCommandEvent &event) |
void | onActualChange_Bar_Vertical (wxCommandEvent &event) |
void | onStartChange_Bar_Vertical (wxCommandEvent &event) |
void | onEndChange_Bar_Vertical (wxCommandEvent &event) |
void | onSelectionEnd_Vertical (wxCommandEvent &event) |
void | onMovedBar_Vertical (wxCommandEvent &event) |
void | setVerticalRepresentedValues (int minRepresented, int maxRepresented) |
void | setHorizontalRepresentedValues (int minRepresented, int maxRepresented) |
int | getStartVertical () |
int | getEndVertical () |
int | getActualVertical () |
void | setStartVertical (int nwValue) |
void | setEndVertical (int nwValue) |
void | setActualVertical (int nwValue) |
int | getStartHorizontal () |
int | getEndHorizontal () |
int | getActualHorizontal () |
void | setStartHorizontal (int nwValue) |
void | setEndHorizontal (int nwValue) |
void | setActualHorizontal (int nwValue) |
void | setHorizontalConcept (std::string theHorizontalConcept, int minRepresent, int maxRepresent, int minShowed, int maxShowed, int actualShow) |
void | setVerticalConcept (std::string theVerticalConcept, int minRepresent, int maxRepresent, int minShowed, int maxShowed, int actualShow) |
void | setHorizontalConceptName (std::string theHorizontalConcept) |
std::string | getHorizontalConceptName () |
void | setVerticalConceptName (std::string theVerticalConcept) |
std::string | getVerticalConceptName () |
void | getSpacing (double *spacing) |
wxVtkBaseView * | getWxVtkBaseView () |
double | getCurrentDeep () |
void | SetVisibleAxis (bool ok) |
int | GetX () |
int | GetY () |
int | GetZ () |
void | Refresh () |
wxVtkBaseView_SceneManager * | getSceneManager () |
void | initializeScenceManager () |
bool | isEditableCControler (std::string theKeyName) |
void | removeFromScene (std::string theKeyName) |
void | onChangeInstant (wxCommandEvent &event) |
void | onCreateMultipleROI (wxCommandEvent &event) |
void | onCreateROI (wxCommandEvent &event) |
void | onStopCreateROI (wxCommandEvent &event) |
void | onChangedDeep (wxCommandEvent &event) |
void | onActionButtonPressed (wxCommandEvent &event) |
void | removeSceneContours () |
void | addNameWrapperToScene () |
std::vector< std::string > | getSelectedObjects () |
void | RefreshInterface () |
vtkImageData * | getImageData () |
void | configureViewControlTo (std::string theName, manualBaseModel *manModelContour, double *spc, int typeofcontour) |
int | GetImageDataSizeZ () |
void | GetImageDataRange (double *range) |
void | SetWidthContour (double width) |
int | getColorWindow () |
int | getWindowLevel () |
void | onBrigthnessColorWindowLevel (int colorwindow, int windowlevel) |
void | onInterpolation (bool interpolate) |
void | GetPointsOfActualContour (std::vector< double > *vecX, std::vector< double > *vecY, std::vector< double > *vecZ) |
void | changeImage (vtkImageData *img) |
void | changeDeep () |
void | setImageSlice (int z) |
Private Member Functions | |
wxVtkMPR2DView * | GetwxVtkMPR2DView () |
Private Attributes | |
wxVtkBaseView_SceneManager * | _sceneManager |
wxFlexGridSizer * | outSizer |
wxMaracas_N_ViewersWidget * | theViewPanel |
mBarRange * | _verticalBar |
mBarRange * | _horizontalBar |
vtkImageData * | showingVID |
std::string | _verticalConceptName |
std::string | _horizontalConceptName |
double | last_spacing [3] |
bool | _useVerticalBar |
bool | _useHorizontalBar |
wxEvtHandler * | _eventHandler |
wxContourViewPanel::wxContourViewPanel | ( | vtkImageData * | theShowingImage, |
wxWindow * | parent, | ||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxDEFAULT_FRAME_STYLE | wxSUNKEN_BORDER , |
||
int | vertStart = 1 , |
||
int | vertEnd = 1 , |
||
int | horzStart = 1 , |
||
int | horzEnd = 1 |
||
) |
Definition at line 115 of file wxContourViewPanel.cxx.
References onActualChange_Bar_Horizontal(), onActualChange_Bar_Vertical(), onBarrange_Horizontal(), onBarrange_Vertical(), onEndChange_Bar_Horizontal(), onEndChange_Bar_Vertical(), onMovedBar_Horizontal(), onMovedBar_Vertical(), onSelectionEnd_Horizontal(), onSelectionEnd_Vertical(), onStartChange_Bar_Horizontal(), and onStartChange_Bar_Vertical().
wxContourViewPanel::~wxContourViewPanel | ( | ) |
Definition at line 178 of file wxContourViewPanel.cxx.
References _sceneManager.
void wxContourViewPanel::addNameWrapperToScene | ( | ) |
Definition at line 761 of file wxContourViewPanel.cxx.
References _sceneManager, wxVtkBaseView_SceneManager::addToScene(), wxContourMainFrame::getInstance(), wxContourMainFrame::getNamesWrappingSize(), and wxContourMainFrame::getNameWrapping().
Referenced by wxContourMainFrame::updateInstantOutlines().
void wxContourViewPanel::changeDeep | ( | ) |
Definition at line 714 of file wxContourViewPanel.cxx.
References getCurrentDeep(), and setActualVertical().
void wxContourViewPanel::changeImage | ( | vtkImageData * | img | ) |
Definition at line 253 of file wxContourViewPanel.cxx.
References theViewPanel.
Referenced by wxContourMainFrame::updateInstantImageData().
void wxContourViewPanel::configureViewControlTo | ( | std::string | theName, |
manualBaseModel * | manModelContour, | ||
double * | spc, | ||
int | typeofcontour | ||
) |
Definition at line 781 of file wxContourViewPanel.cxx.
References _sceneManager, and wxVtkBaseView_SceneManager::configureViewControlTo().
Referenced by wxContourMainFrame::onSpreadGo(), wxContourMainFrame::SegmentationOneSlice(), and wxContourMainFrame::SegmentationOneSliceITK().
void wxContourViewPanel::createHorizontalBar | ( | int | horzStart, |
int | horzEnd | ||
) |
void wxContourViewPanel::createVerticalBar | ( | int | vertStart, |
int | vertEnd | ||
) |
void wxContourViewPanel::createViewPanel | ( | ) |
Definition at line 238 of file wxContourViewPanel.cxx.
References SetVisibleAxis(), showingVID, and theViewPanel.
int wxContourViewPanel::getActualHorizontal | ( | ) |
Gets the ActualHorizontal value
Definition at line 536 of file wxContourViewPanel.cxx.
References _horizontalBar.
Referenced by onActualChange_Bar_Horizontal().
int wxContourViewPanel::getActualVertical | ( | ) |
Gets the ActualVertical value
Definition at line 486 of file wxContourViewPanel.cxx.
References _verticalBar.
Referenced by onActualChange_Bar_Vertical().
int wxContourViewPanel::getColorWindow | ( | ) |
Definition at line 801 of file wxContourViewPanel.cxx.
References getWxVtkBaseView().
Referenced by wxContourMainFrame::getColorWindow().
double wxContourViewPanel::getCurrentDeep | ( | ) |
Definition at line 655 of file wxContourViewPanel.cxx.
References theViewPanel.
Referenced by changeDeep(), onChangedDeep(), and wxContourMainFrame::setVectImages().
int wxContourViewPanel::getEndHorizontal | ( | ) |
Gets the EndHorizontal value
Definition at line 528 of file wxContourViewPanel.cxx.
References _horizontalBar.
int wxContourViewPanel::getEndVertical | ( | ) |
Gets the EndVertical value
Definition at line 478 of file wxContourViewPanel.cxx.
References _verticalBar.
std::string wxContourViewPanel::getHorizontalConceptName | ( | ) |
Gets the horizontal concept name
Gets the horizontal concept name
Definition at line 616 of file wxContourViewPanel.cxx.
References _horizontalConceptName.
Referenced by onChangeInstant(), and wxContourMainFrame::onChangeInstantInstantPanel().
vtkImageData * wxContourViewPanel::getImageData | ( | ) |
Definition at line 777 of file wxContourViewPanel.cxx.
References _sceneManager, and wxVtkBaseView_SceneManager::GetImageData().
Referenced by wxContourMainFrame::getColorLayerImageViewPanel(), wxContourMainFrame::getImageData(), wxContourMainFrame::getMaskImageViewPanel(), wxContourMainFrame::getMaskValue(), wxContourMainFrame::getThresholdImageViewPanel(), and wxContourMainFrame::referenceLine().
void wxContourViewPanel::GetImageDataRange | ( | double * | range | ) |
Definition at line 791 of file wxContourViewPanel.cxx.
References _sceneManager, and wxVtkBaseView_SceneManager::GetImageDataRange().
Referenced by wxContourMainFrame::GetImageDataRange().
int wxContourViewPanel::GetImageDataSizeZ | ( | ) |
Definition at line 786 of file wxContourViewPanel.cxx.
References _sceneManager, and wxVtkBaseView_SceneManager::GetImageDataSizeZ().
Referenced by wxContourMainFrame::GetImageDataSizeZ().
void wxContourViewPanel::GetPointsOfActualContour | ( | std::vector< double > * | vecX, |
std::vector< double > * | vecY, | ||
std::vector< double > * | vecZ | ||
) |
Definition at line 837 of file wxContourViewPanel.cxx.
References _sceneManager, and wxVtkBaseView_SceneManager::GetPointsOfActualContour().
Referenced by wxContourMainFrame::onSnakePressed(), and wxContourMainFrame::onSpreadAdd().
wxVtkBaseView_SceneManager * wxContourViewPanel::getSceneManager | ( | ) |
Definition at line 201 of file wxContourViewPanel.cxx.
References _sceneManager.
Referenced by wxContourMainFrame::createContour(), wxContourMainFrame::createCopyContourOf(), wxContourMainFrame::createMirrorContourOf(), wxContourMainFrame::deleteAllContours(), wxContourMainFrame::onCreateContourBullEye(), wxContourMainFrame::onDeleteContour(), wxContourMainFrame::onDeleteContoursActSlice(), wxContourMainFrame::onLoadContours(), wxContourMainFrame::openContours(), wxContourMainFrame::saveFileWithContours(), and wxContourMainFrame::SaveValuesXYZ().
std::vector< std::string > wxContourViewPanel::getSelectedObjects | ( | ) |
Definition at line 769 of file wxContourViewPanel.cxx.
References _sceneManager, and wxVtkBaseView_SceneManager::getSelectedObjects().
Referenced by wxContourMainFrame::getContour(), wxContourMainFrame::getContourSizeInPixels(), wxContourMainFrame::getType(), wxContourMainFrame::onCopy(), wxContourMainFrame::onMirror(), and wxContourMainFrame::onRigidPressed().
void wxContourViewPanel::getSpacing | ( | double * | spacing | ) |
Definition at line 643 of file wxContourViewPanel.cxx.
References last_spacing.
Referenced by wxContourMainFrame::createContour(), initializeScenceManager(), wxContourMainFrame::onCreateContourBullEye(), wxContourMainFrame::onSpreadGo(), wxContourMainFrame::openContours(), wxContourMainFrame::SegmentationOneSlice(), and wxContourMainFrame::SegmentationOneSliceITK().
int wxContourViewPanel::getStartHorizontal | ( | ) |
Gets the StartHorizontal value
Definition at line 520 of file wxContourViewPanel.cxx.
References _horizontalBar.
int wxContourViewPanel::getStartVertical | ( | ) |
Gets the StartVertical value
Definition at line 470 of file wxContourViewPanel.cxx.
References _verticalBar.
std::string wxContourViewPanel::getVerticalConceptName | ( | ) |
Gets the vertical concept name
Gets the vertical concept name
Definition at line 634 of file wxContourViewPanel.cxx.
References _verticalConceptName.
Referenced by onChangeInstant(), and wxContourMainFrame::onChangeInstantInstantPanel().
int wxContourViewPanel::getWindowLevel | ( | ) |
Definition at line 809 of file wxContourViewPanel.cxx.
References getWxVtkBaseView().
Referenced by wxContourMainFrame::getWindowLevel().
wxVtkBaseView * wxContourViewPanel::getWxVtkBaseView | ( | ) |
Definition at line 650 of file wxContourViewPanel.cxx.
References theViewPanel.
Referenced by wxContourMainFrame::getColorLayerImageViewPanel(), getColorWindow(), wxContourMainFrame::getMaskImageViewPanel(), wxContourMainFrame::getThresholdImageViewPanel(), getWindowLevel(), initializeScenceManager(), onBrigthnessColorWindowLevel(), onInterpolation(), wxContourMainFrame::referenceLine(), wxContourMainFrame::refLineShow(), and RefreshInterface().
|
private |
Definition at line 258 of file wxContourViewPanel.cxx.
References theViewPanel.
Referenced by GetX(), GetY(), GetZ(), Refresh(), and SetVisibleAxis().
int wxContourViewPanel::GetX | ( | ) |
Definition at line 270 of file wxContourViewPanel.cxx.
References GetwxVtkMPR2DView().
Referenced by wxContourMainFrame::onSegmentationAllSlice(), wxContourMainFrame::onSegmentationOneSlice(), and wxContourMainFrame::onSegmentationOneSliceITK().
int wxContourViewPanel::GetY | ( | ) |
Definition at line 275 of file wxContourViewPanel.cxx.
References GetwxVtkMPR2DView().
Referenced by wxContourMainFrame::onSegmentationAllSlice(), wxContourMainFrame::onSegmentationOneSlice(), and wxContourMainFrame::onSegmentationOneSliceITK().
int wxContourViewPanel::GetZ | ( | ) |
Definition at line 280 of file wxContourViewPanel.cxx.
References GetwxVtkMPR2DView().
Referenced by wxContourMainFrame::onSegmentationOneSlice(), and wxContourMainFrame::onSegmentationOneSliceITK().
void wxContourViewPanel::initializeScenceManager | ( | ) |
Definition at line 183 of file wxContourViewPanel.cxx.
References _sceneManager, getSpacing(), getWxVtkBaseView(), onActionButtonPressed(), onChangedDeep(), onChangeInstant(), onCreateMultipleROI(), onCreateROI(), and onStopCreateROI().
bool wxContourViewPanel::isEditableCControler | ( | std::string | theKeyName | ) |
Definition at line 664 of file wxContourViewPanel.cxx.
References _sceneManager, and wxVtkBaseView_SceneManager::isEditableCControler().
Referenced by wxContourMainFrame::deleteContour().
void wxContourViewPanel::onActionButtonPressed | ( | wxCommandEvent & | event | ) |
Definition at line 718 of file wxContourViewPanel.cxx.
References _sceneManager, wxContourMainFrame::getInstance(), wxVtkBaseView_SceneManager::getLastKeyCode(), wxVtkBaseView_SceneManager::getSelectedObjects(), wxVtkBaseView_SceneManager::isCtrlPressed(), wxContourMainFrame::onCopy(), wxContourMainFrame::onDeleteContour(), wxContourMainFrame::onLoad(), wxContourMainFrame::onPaste(), wxContourMainFrame::onRedo(), wxContourMainFrame::onUndo(), and wxContourMainFrame::saveFileWithContoursAutomatique().
Referenced by initializeScenceManager().
void wxContourViewPanel::onActualChange_Bar_Horizontal | ( | wxCommandEvent & | event | ) |
Handles the event wxEVT_TSBAR_ACTUAL from the horizontal bar
Definition at line 306 of file wxContourViewPanel.cxx.
References _horizontalConceptName, getActualHorizontal(), wxContourMainFrame::getInstance(), and wxContourMainFrame::onChangeInstant().
Referenced by wxContourViewPanel().
void wxContourViewPanel::onActualChange_Bar_Vertical | ( | wxCommandEvent & | event | ) |
Handles the event wxEVT_TSBAR_ACTUAL from the vertical bar
Definition at line 378 of file wxContourViewPanel.cxx.
References _verticalConceptName, getActualVertical(), wxContourMainFrame::getInstance(), and wxContourMainFrame::onChangeInstant().
Referenced by wxContourViewPanel().
void wxContourViewPanel::onBarrange_Horizontal | ( | wxCommandEvent & | event | ) |
Handles the event wxEVT_TSBAR from the horizontal bar
Definition at line 299 of file wxContourViewPanel.cxx.
Referenced by wxContourViewPanel().
void wxContourViewPanel::onBarrange_Vertical | ( | wxCommandEvent & | event | ) |
Handles the event wxEVT_TSBAR from the vertical bar
Definition at line 371 of file wxContourViewPanel.cxx.
Referenced by wxContourViewPanel().
void wxContourViewPanel::onBrigthnessColorWindowLevel | ( | int | colorwindow, |
int | windowlevel | ||
) |
Definition at line 817 of file wxContourViewPanel.cxx.
References getWxVtkBaseView().
Referenced by wxContourMainFrame::onBrigthnessColorWindowLevel().
void wxContourViewPanel::onChangedDeep | ( | wxCommandEvent & | event | ) |
Definition at line 706 of file wxContourViewPanel.cxx.
References getCurrentDeep(), wxContourMainFrame::getInstance(), and wxContourMainFrame::onChangeDeep().
Referenced by initializeScenceManager().
void wxContourViewPanel::onChangeInstant | ( | wxCommandEvent & | event | ) |
Definition at line 675 of file wxContourViewPanel.cxx.
References wxContourMainFrame::changeInstant(), ConceptDataWrap::getActualValue(), getHorizontalConceptName(), wxContourMainFrame::getIfConceptCheckedAt(), wxContourMainFrame::getInstance(), wxContourMainFrame::getLastConceptData(), ConceptDataWrap::getMaxShowedValue(), ConceptDataWrap::getMinShowedValue(), ConceptDataWrap::getName(), getVerticalConceptName(), setActualVertical(), wxContourMainFrame::setConceptValue(), and setHorizontalConcept().
Referenced by initializeScenceManager().
void wxContourViewPanel::onCreateMultipleROI | ( | wxCommandEvent & | event | ) |
Definition at line 700 of file wxContourViewPanel.cxx.
Referenced by initializeScenceManager().
void wxContourViewPanel::onCreateROI | ( | wxCommandEvent & | event | ) |
Definition at line 702 of file wxContourViewPanel.cxx.
Referenced by initializeScenceManager().
void wxContourViewPanel::onEndChange_Bar_Horizontal | ( | wxCommandEvent & | event | ) |
Handles the event wxEVT_TSBAR_END from the horizontal bar
Definition at line 343 of file wxContourViewPanel.cxx.
Referenced by wxContourViewPanel().
void wxContourViewPanel::onEndChange_Bar_Vertical | ( | wxCommandEvent & | event | ) |
Handles the event wxEVT_TSBAR_END from the vertical bar
Definition at line 411 of file wxContourViewPanel.cxx.
Referenced by wxContourViewPanel().
void wxContourViewPanel::onInterpolation | ( | bool | interpolate | ) |
Definition at line 825 of file wxContourViewPanel.cxx.
References getWxVtkBaseView().
Referenced by wxContourMainFrame::onInterpolation().
void wxContourViewPanel::onMovedBar_Horizontal | ( | wxCommandEvent & | event | ) |
Handles the event wxEVT_TSBAR_MOVED from the horizontal bar
Definition at line 357 of file wxContourViewPanel.cxx.
Referenced by wxContourViewPanel().
void wxContourViewPanel::onMovedBar_Vertical | ( | wxCommandEvent & | event | ) |
Handles the event wxEVT_TSBAR_MOVED from the vertical bar
Definition at line 425 of file wxContourViewPanel.cxx.
Referenced by wxContourViewPanel().
void wxContourViewPanel::onSelectionEnd_Horizontal | ( | wxCommandEvent & | event | ) |
Handles the event wxEVT_SELECTION_END from the horizontal bar
Definition at line 350 of file wxContourViewPanel.cxx.
Referenced by wxContourViewPanel().
void wxContourViewPanel::onSelectionEnd_Vertical | ( | wxCommandEvent & | event | ) |
Handles the event wxEVT_SELECTION_END from the vertical bar
Definition at line 418 of file wxContourViewPanel.cxx.
Referenced by wxContourViewPanel().
void wxContourViewPanel::onStartChange_Bar_Horizontal | ( | wxCommandEvent & | event | ) |
Handles the event wxEVT_TSBAR_START from the horizontal bar
Definition at line 336 of file wxContourViewPanel.cxx.
Referenced by wxContourViewPanel().
void wxContourViewPanel::onStartChange_Bar_Vertical | ( | wxCommandEvent & | event | ) |
Handles the event wxEVT_TSBAR_START from the vertical bar
Definition at line 404 of file wxContourViewPanel.cxx.
Referenced by wxContourViewPanel().
void wxContourViewPanel::onStopCreateROI | ( | wxCommandEvent & | event | ) |
Definition at line 704 of file wxContourViewPanel.cxx.
Referenced by initializeScenceManager().
void wxContourViewPanel::Refresh | ( | ) |
Definition at line 286 of file wxContourViewPanel.cxx.
References GetwxVtkMPR2DView().
Referenced by wxContourMainFrame::showAxis().
void wxContourViewPanel::RefreshInterface | ( | ) |
Definition at line 773 of file wxContourViewPanel.cxx.
References getWxVtkBaseView().
Referenced by wxContourMainFrame::RefreshInterface(), and setImageSlice().
void wxContourViewPanel::removeFromScene | ( | std::string | theKeyName | ) |
Definition at line 668 of file wxContourViewPanel.cxx.
References _sceneManager, and wxVtkBaseView_SceneManager::deleteCViewerCControler().
Referenced by wxContourMainFrame::deleteContour().
void wxContourViewPanel::removeSceneContours | ( | ) |
Definition at line 757 of file wxContourViewPanel.cxx.
References _sceneManager, and wxVtkBaseView_SceneManager::removeSceneContours().
Referenced by wxContourMainFrame::onWidthOfContour(), and wxContourMainFrame::updateInstantOutlines().
void wxContourViewPanel::setActualHorizontal | ( | int | nwValue | ) |
Sets the ActualHorizontal value
nwValue | The new value for the ActualHorizontal |
Definition at line 561 of file wxContourViewPanel.cxx.
References _horizontalBar.
Referenced by setHorizontalConcept().
void wxContourViewPanel::setActualVertical | ( | int | nwValue | ) |
Sets the ActualVertical value
nwValue | The new value for the ActualVertical |
Definition at line 511 of file wxContourViewPanel.cxx.
References _verticalBar.
Referenced by changeDeep(), onChangeInstant(), wxContourMainFrame::onChangeInstantInstantPanel(), and setVerticalConcept().
void wxContourViewPanel::setEndHorizontal | ( | int | nwValue | ) |
Sets the EndHorizontal value
nwValue | The new value for the EndHorizontal |
Definition at line 553 of file wxContourViewPanel.cxx.
References _horizontalBar.
Referenced by setHorizontalConcept().
void wxContourViewPanel::setEndVertical | ( | int | nwValue | ) |
Sets the EndVertical value
nwValue | The new value for the EndVertical |
Definition at line 503 of file wxContourViewPanel.cxx.
References _verticalBar.
Referenced by setVerticalConcept().
void wxContourViewPanel::setHorizontalConcept | ( | std::string | theHorizontalConcept, |
int | minRepresent, | ||
int | maxRepresent, | ||
int | minShowed, | ||
int | maxShowed, | ||
int | actualShow | ||
) |
Sets the horizontal concept values and name
theHorizontalConcept | The name of the concept for setting at the horizontal bar |
minRepresent | The minRepresent value of the concept for setting at the horizontal bar |
maxRepresent | The maxRepresent value of the concept for setting at the horizontal bar |
minShowed | The minShowed value of the concept for setting at the horizontal bar |
maxShowed | The maxShowed value of the concept for setting at the horizontal bar |
actualShow | The actualShow value of the concept for setting at the horizontal bar |
Definition at line 575 of file wxContourViewPanel.cxx.
References setActualHorizontal(), setEndHorizontal(), setHorizontalConceptName(), setHorizontalRepresentedValues(), and setStartHorizontal().
Referenced by onChangeInstant(), and wxContourMainFrame::onChangeInstantInstantPanel().
void wxContourViewPanel::setHorizontalConceptName | ( | std::string | theHorizontalConcept | ) |
Sets the horizontal concept name
theHorizontalConcept | The name of the concept for setting at the horizontal bar |
Definition at line 607 of file wxContourViewPanel.cxx.
References _horizontalConceptName.
Referenced by setHorizontalConcept().
void wxContourViewPanel::setHorizontalRepresentedValues | ( | int | minRepresented, |
int | maxRepresented | ||
) |
Sets the represented values of the horizontal bar
minRepresented | In the minimum represented value of the bar |
maxRepresented | In the maximum represented value of the bar |
Definition at line 458 of file wxContourViewPanel.cxx.
References _horizontalBar, and _useHorizontalBar.
Referenced by setHorizontalConcept().
void wxContourViewPanel::setImageSlice | ( | int | z | ) |
Definition at line 842 of file wxContourViewPanel.cxx.
References _sceneManager, wxVtkBaseView_SceneManager::getWxVtkViewBase(), and RefreshInterface().
Referenced by wxContourMainFrame::updateInstantImageData().
void wxContourViewPanel::setStartHorizontal | ( | int | nwValue | ) |
Sets the StartHorizontal value
nwValue | The new value for the StartHorizontal |
Definition at line 545 of file wxContourViewPanel.cxx.
References _horizontalBar.
Referenced by setHorizontalConcept().
void wxContourViewPanel::setStartVertical | ( | int | nwValue | ) |
Sets the StartVertical value
nwValue | The new value for the StartVertical |
Definition at line 495 of file wxContourViewPanel.cxx.
References _verticalBar.
Referenced by setVerticalConcept().
void wxContourViewPanel::setVerticalConcept | ( | std::string | theVerticalConcept, |
int | minRepresent, | ||
int | maxRepresent, | ||
int | minShowed, | ||
int | maxShowed, | ||
int | actualShow | ||
) |
Sets the vertical concept values and name
theVerticalConcept | The name of the concept for setting at the vertical bar |
minRepresent | The minRepresent value of the concept for setting at the vertical bar |
maxRepresent | The maxRepresent value of the concept for setting at the vertical bar |
minShowed | The minShowed value of the concept for setting at the vertical bar |
maxShowed | The maxShowed value of the concept for setting at the vertical bar |
actualShow | The actualShow value of the concept for setting at the vertical bar |
Definition at line 593 of file wxContourViewPanel.cxx.
References setActualVertical(), setEndVertical(), setStartVertical(), setVerticalConceptName(), and setVerticalRepresentedValues().
Referenced by wxContourMainFrame::setVectImages().
void wxContourViewPanel::setVerticalConceptName | ( | std::string | theVerticalConcept | ) |
Sets the vertical concept name
theVerticalConcept | The name of the concept for setting at the vertical bar |
Definition at line 625 of file wxContourViewPanel.cxx.
References _verticalConceptName.
Referenced by setVerticalConcept().
void wxContourViewPanel::setVerticalRepresentedValues | ( | int | minRepresented, |
int | maxRepresented | ||
) |
Sets the represented values of the vertical bar
minRepresented | In the minimum represented value of the bar |
maxRepresented | In the maximum represented value of the bar |
Definition at line 445 of file wxContourViewPanel.cxx.
References _useVerticalBar, and _verticalBar.
Referenced by setVerticalConcept().
void wxContourViewPanel::SetVisibleAxis | ( | bool | ok | ) |
Definition at line 264 of file wxContourViewPanel.cxx.
References GetwxVtkMPR2DView().
Referenced by createViewPanel(), and wxContourMainFrame::showAxis().
void wxContourViewPanel::SetWidthContour | ( | double | width | ) |
Definition at line 796 of file wxContourViewPanel.cxx.
References _sceneManager, and wxVtkBaseView_SceneManager::SetWidthContour().
Referenced by wxContourMainFrame::onWidthOfContour().
void wxContourViewPanel::setWxEventHandler | ( | wxEvtHandler * | theEventHandler | ) |
Definition at line 209 of file wxContourViewPanel.cxx.
References _eventHandler.
|
private |
Definition at line 395 of file wxContourViewPanel.h.
Referenced by setWxEventHandler().
|
private |
Definition at line 381 of file wxContourViewPanel.h.
Referenced by createHorizontalBar(), getActualHorizontal(), getEndHorizontal(), getStartHorizontal(), setActualHorizontal(), setEndHorizontal(), setHorizontalRepresentedValues(), and setStartHorizontal().
|
private |
Definition at line 387 of file wxContourViewPanel.h.
Referenced by getHorizontalConceptName(), onActualChange_Bar_Horizontal(), and setHorizontalConceptName().
|
private |
Definition at line 363 of file wxContourViewPanel.h.
Referenced by addNameWrapperToScene(), configureViewControlTo(), getImageData(), GetImageDataRange(), GetImageDataSizeZ(), GetPointsOfActualContour(), getSceneManager(), getSelectedObjects(), initializeScenceManager(), isEditableCControler(), onActionButtonPressed(), removeFromScene(), removeSceneContours(), setImageSlice(), SetWidthContour(), and ~wxContourViewPanel().
|
private |
Definition at line 393 of file wxContourViewPanel.h.
Referenced by setHorizontalRepresentedValues().
|
private |
Definition at line 391 of file wxContourViewPanel.h.
Referenced by setVerticalRepresentedValues().
|
private |
Definition at line 376 of file wxContourViewPanel.h.
Referenced by createVerticalBar(), getActualVertical(), getEndVertical(), getStartVertical(), setActualVertical(), setEndVertical(), setStartVertical(), and setVerticalRepresentedValues().
|
private |
Definition at line 385 of file wxContourViewPanel.h.
Referenced by getVerticalConceptName(), onActualChange_Bar_Vertical(), and setVerticalConceptName().
|
private |
Definition at line 389 of file wxContourViewPanel.h.
Referenced by getSpacing().
|
private |
Definition at line 367 of file wxContourViewPanel.h.
|
private |
Definition at line 383 of file wxContourViewPanel.h.
Referenced by createViewPanel().
|
private |
Definition at line 372 of file wxContourViewPanel.h.
Referenced by changeImage(), createViewPanel(), getCurrentDeep(), getWxVtkBaseView(), and GetwxVtkMPR2DView().