#include <LVRTextureMeshItem.hpp>

| Public Member Functions | |
| LVRTextureMeshItem (MeshBufferBridgePtr &ptr, QTreeWidgetItem *parent=0) | |
| virtual | ~LVRTextureMeshItem () | 
|  Public Member Functions inherited from lvr2::LVRMeshItem | |
| vtkSmartPointer< vtkActor > | getActor () | 
| QColor | getColor () | 
| MeshBufferPtr | getMeshBuffer () | 
| float | getOpacity () | 
| int | getShading () | 
| bool | getVisibility () | 
| vtkSmartPointer< vtkActor > | getWireframeActor () | 
| LVRMeshItem (MeshBufferBridgePtr &ptr, QTreeWidgetItem *parent=0) | |
| void | resetColor () | 
| void | setColor (QColor &c) | 
| void | setOpacity (float &opacity) | 
| void | setSelectionColor (QColor &c) | 
| void | setShading (int &shader) | 
| void | setVisibility (bool &visiblity) | 
| virtual | ~LVRMeshItem () | 
| Protected Member Functions | |
| virtual void | addSubItems () | 
| Additional Inherited Members | |
|  Protected Attributes inherited from lvr2::LVRMeshItem | |
| MeshBufferBridgePtr | m_meshBridge | 
| QTreeWidgetItem * | m_parent | 
Definition at line 43 of file LVRTextureMeshItem.hpp.
| lvr2::LVRTextureMeshItem::LVRTextureMeshItem | ( | MeshBufferBridgePtr & | ptr, | 
| QTreeWidgetItem * | parent = 0 | ||
| ) | 
Definition at line 40 of file LVRTextureMeshItem.cpp.
| 
 | virtual | 
Definition at line 81 of file LVRTextureMeshItem.cpp.
| 
 | protectedvirtual | 
Reimplemented from lvr2::LVRMeshItem.
Definition at line 48 of file LVRTextureMeshItem.cpp.