![]() |
CustusX
18.04-rc1
An IGT application
|
#include <cxMeshInView.h>
Public Member Functions | |
| MeshInView (ViewServicePtr viewService) | |
| ~MeshInView () | |
| void | show (vtkPolyDataPtr polyData) |
| void | hide () |
Display a mesh or polydata in the main 3D view.
Definition at line 25 of file cxMeshInView.h.
| cx::MeshInView::MeshInView | ( | ViewServicePtr | viewService | ) |
Definition at line 22 of file cxMeshInView.cpp.
| cx::MeshInView::~MeshInView | ( | ) |
Definition at line 26 of file cxMeshInView.cpp.
| void cx::MeshInView::hide | ( | ) |
Definition at line 49 of file cxMeshInView.cpp.
| void cx::MeshInView::show | ( | vtkPolyDataPtr | polyData | ) |
Definition at line 31 of file cxMeshInView.cpp.