CustusX  2023.01.05-dev+develop.0da12
An IGT application
cxMeshPropertyData.h
Go to the documentation of this file.
1 /*=========================================================================
2 This file is part of CustusX, an Image Guided Therapy Application.
3 
4 Copyright (c) SINTEF Department of Medical Technology.
5 All rights reserved.
6 
7 CustusX is released under a BSD 3-Clause license.
8 
9 See Lisence.txt (https://github.com/SINTEFMedtek/CustusX/blob/master/License.txt) for details.
10 =========================================================================*/
11 #ifndef CXMESHPROPERTYDATA_H
12 #define CXMESHPROPERTYDATA_H
13 
14 #include "cxResourceExport.h"
15 #include "cxPrecompiledHeader.h"
16 #include "cxColorProperty.h"
17 #include "cxBoolProperty.h"
18 #include "cxDoubleProperty.h"
19 #include "cxStringProperty.h"
20 
21 class QDomNode;
22 
23 namespace cx
24 {
25 
29 class cxResource_EXPORT MeshPropertyData : public QObject
30 {
31  Q_OBJECT
32 public:
34  void addXml(QDomNode& dataNode);
35  void parseXml(QDomNode dataNode);
36 
37  std::vector<PropertyPtr> mProperties;
38 
46 
49 
54 
55 signals:
56  void changed();
57 private:
58  void addProperty(PropertyPtr property);
59  void initialize();
60 };
61 
62 } // namespace cx
63 
64 #endif // CXMESHPROPERTYDATA_H
BoolPropertyBasePtr mUseColorFromPolydataScalars
DoublePropertyPtr mVisSize
boost::shared_ptr< class ColorProperty > ColorPropertyPtr
BoolPropertyPtr mFrontfaceCulling
DoublePropertyPtr mAmbient
DoublePropertyPtr mSpecularPower
DoublePropertyPtr mLineWidth
DoublePropertyPtr mDiffuse
StringPropertyPtr mRepresentation
boost::shared_ptr< class StringProperty > StringPropertyPtr
boost::shared_ptr< class Property > PropertyPtr
boost::shared_ptr< class BoolPropertyBase > BoolPropertyBasePtr
BoolPropertyPtr mBackfaceCulling
boost::shared_ptr< class DoubleProperty > DoublePropertyPtr
std::vector< PropertyPtr > mProperties
ColorPropertyPtr mEdgeColor
boost::shared_ptr< class BoolProperty > BoolPropertyPtr
BoolPropertyPtr mEdgeVisibility
DoublePropertyPtr mSpecular
ColorPropertyPtr mColor
Namespace for all CustusX production code.