ContourWrap_ViewControl Class Reference

#include <ContourWrap_ViewControl.h>

List of all members.

Public Member Functions

 ContourWrap_ViewControl (manualContourBaseControler *contourControl, manualViewBaseContour *manualViewContour)
 ~ContourWrap_ViewControl ()
manualContourBaseControler * getControler ()
manualViewBaseContour * getViewer ()
void setControler (manualContourBaseControler *contourControl)
void setViewer (manualViewBaseContour *viewContour)

Private Attributes

manualContourBaseControler * m_controler
manualViewBaseContour * m_viewer


Detailed Description

file wxVtkBaseView_SceneManager.h

Definition at line 35 of file ContourWrap_ViewControl.h.


Constructor & Destructor Documentation

ContourWrap_ViewControl::ContourWrap_ViewControl ( manualContourBaseControler *  contourControl,
manualViewBaseContour *  manualViewContour 
)

Definition at line 28 of file ContourWrap_ViewControl.cxx.

References setControler(), and setViewer().

00029         {
00030                 setControler( contourControl );
00031                 setViewer ( manualViewContour );
00032         }

Here is the call graph for this function:

ContourWrap_ViewControl::~ContourWrap_ViewControl (  ) 

Definition at line 34 of file ContourWrap_ViewControl.cxx.

00035         {
00036 
00037         }


Member Function Documentation

manualContourBaseControler * ContourWrap_ViewControl::getControler (  ) 

manualViewBaseContour * ContourWrap_ViewControl::getViewer (  ) 

void ContourWrap_ViewControl::setControler ( manualContourBaseControler *  contourControl  ) 

Definition at line 64 of file ContourWrap_ViewControl.cxx.

References m_controler.

Referenced by ContourWrap_ViewControl().

00065         {
00066                 m_controler = contourControl;
00067         }

Here is the caller graph for this function:

void ContourWrap_ViewControl::setViewer ( manualViewBaseContour *  viewContour  ) 

Definition at line 69 of file ContourWrap_ViewControl.cxx.

References m_viewer.

Referenced by ContourWrap_ViewControl().

00070         {
00071                 m_viewer = viewContour;
00072         }

Here is the caller graph for this function:


Member Data Documentation

manualContourBaseControler* ContourWrap_ViewControl::m_controler [private]

Definition at line 88 of file ContourWrap_ViewControl.h.

Referenced by getControler(), and setControler().

manualViewBaseContour* ContourWrap_ViewControl::m_viewer [private]

Definition at line 90 of file ContourWrap_ViewControl.h.

Referenced by getViewer(), and setViewer().


The documentation for this class was generated from the following files:

Generated on Wed Jun 27 23:28:33 2012 for creaContours_lib by  doxygen 1.5.7.1