![]() |
Fraxinus
17.12-rc3
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 50 of file cxMeshPropertyData.h.
| cx::MeshPropertyData::MeshPropertyData | ( | ) |
Definition at line 42 of file cxMeshPropertyData.cpp.
| void cx::MeshPropertyData::addXml | ( | QDomNode & | dataNode | ) |
Definition at line 136 of file cxMeshPropertyData.cpp.
|
signal |
| void cx::MeshPropertyData::parseXml | ( | QDomNode | dataNode | ) |
Definition at line 145 of file cxMeshPropertyData.cpp.
| DoublePropertyPtr cx::MeshPropertyData::mAmbient |
Definition at line 70 of file cxMeshPropertyData.h.
| BoolPropertyPtr cx::MeshPropertyData::mBackfaceCulling |
Definition at line 63 of file cxMeshPropertyData.h.
| ColorPropertyPtr cx::MeshPropertyData::mColor |
Definition at line 60 of file cxMeshPropertyData.h.
| DoublePropertyPtr cx::MeshPropertyData::mDiffuse |
Definition at line 71 of file cxMeshPropertyData.h.
| ColorPropertyPtr cx::MeshPropertyData::mEdgeColor |
Definition at line 68 of file cxMeshPropertyData.h.
| BoolPropertyPtr cx::MeshPropertyData::mEdgeVisibility |
Definition at line 67 of file cxMeshPropertyData.h.
| BoolPropertyPtr cx::MeshPropertyData::mFrontfaceCulling |
Definition at line 64 of file cxMeshPropertyData.h.
| std::vector<PropertyPtr> cx::MeshPropertyData::mProperties |
Definition at line 58 of file cxMeshPropertyData.h.
| StringPropertyPtr cx::MeshPropertyData::mRepresentation |
Definition at line 65 of file cxMeshPropertyData.h.
| DoublePropertyPtr cx::MeshPropertyData::mSpecular |
Definition at line 72 of file cxMeshPropertyData.h.
| DoublePropertyPtr cx::MeshPropertyData::mSpecularPower |
Definition at line 73 of file cxMeshPropertyData.h.
| BoolPropertyBasePtr cx::MeshPropertyData::mUseColorFromPolydataScalars |
Definition at line 61 of file cxMeshPropertyData.h.
| DoublePropertyPtr cx::MeshPropertyData::mVisSize |
Definition at line 62 of file cxMeshPropertyData.h.