![]() |
CustusX
18.04-rc5
An IGT application
|
#include <cxMeshPropertyData.h>
Signals | |
| void | changed () |
Public Member Functions | |
| MeshPropertyData () | |
| void | addXml (QDomNode &dataNode) |
| void | parseXml (QDomNode dataNode) |
Mesh data used in a vtkProperty
Definition at line 29 of file cxMeshPropertyData.h.
| cx::MeshPropertyData::MeshPropertyData | ( | ) |
Definition at line 21 of file cxMeshPropertyData.cpp.
| void cx::MeshPropertyData::addXml | ( | QDomNode & | dataNode | ) |
Definition at line 115 of file cxMeshPropertyData.cpp.
|
signal |
| void cx::MeshPropertyData::parseXml | ( | QDomNode | dataNode | ) |
Definition at line 124 of file cxMeshPropertyData.cpp.
| DoublePropertyPtr cx::MeshPropertyData::mAmbient |
Definition at line 49 of file cxMeshPropertyData.h.
| BoolPropertyPtr cx::MeshPropertyData::mBackfaceCulling |
Definition at line 42 of file cxMeshPropertyData.h.
| ColorPropertyPtr cx::MeshPropertyData::mColor |
Definition at line 39 of file cxMeshPropertyData.h.
| DoublePropertyPtr cx::MeshPropertyData::mDiffuse |
Definition at line 50 of file cxMeshPropertyData.h.
| ColorPropertyPtr cx::MeshPropertyData::mEdgeColor |
Definition at line 47 of file cxMeshPropertyData.h.
| BoolPropertyPtr cx::MeshPropertyData::mEdgeVisibility |
Definition at line 46 of file cxMeshPropertyData.h.
| BoolPropertyPtr cx::MeshPropertyData::mFrontfaceCulling |
Definition at line 43 of file cxMeshPropertyData.h.
| std::vector<PropertyPtr> cx::MeshPropertyData::mProperties |
Definition at line 37 of file cxMeshPropertyData.h.
| StringPropertyPtr cx::MeshPropertyData::mRepresentation |
Definition at line 44 of file cxMeshPropertyData.h.
| DoublePropertyPtr cx::MeshPropertyData::mSpecular |
Definition at line 51 of file cxMeshPropertyData.h.
| DoublePropertyPtr cx::MeshPropertyData::mSpecularPower |
Definition at line 52 of file cxMeshPropertyData.h.
| BoolPropertyBasePtr cx::MeshPropertyData::mUseColorFromPolydataScalars |
Definition at line 40 of file cxMeshPropertyData.h.
| DoublePropertyPtr cx::MeshPropertyData::mVisSize |
Definition at line 41 of file cxMeshPropertyData.h.