50 #ifndef OM_PROPERTY_VISUALIZER_VECTOR_FIELD_DIFFERENCE_HH
51 #define OM_PROPERTY_VISUALIZER_VECTOR_FIELD_DIFFERENCE_HH
53 #include "OMPropertyVisualizer.hh"
55 #include <ACG/Scenegraph/LineNode.hh>
58 #include "Widgets/VectorFieldDifferenceWidget.hh"
65 template <
typename MeshT>
72 virtual QString
getName() {
return QObject::tr(
"Combination of %1 and %2").arg(PropertyVisualizer::propertyInfo.propName().c_str()).arg(propertyInfo2.propName().c_str()); }
77 virtual void visualizeFaceProp(
bool _setDrawMode =
true);
78 virtual void visualizeEdgeProp(
bool _setDrawMode =
true);
79 virtual void visualizeHalfedgeProp(
bool _setDrawMode =
true);
80 virtual void visualizeVertexProp(
bool _setDrawMode =
true);
94 #if defined(INCLUDE_TEMPLATES) && !defined(OM_PROPERTY_VISUALIZER_VECTOR_FIELD_DIFFERENCE_CC)
95 #include "OMPropertyVisualizerVectorFieldDifferenceT.cc"
virtual QString getPropertyText(unsigned int index)
Returns the value of a property in text form.
virtual void removeProperty()
Removes the property.
virtual QString getName()
Returns a beautiful name.
Cellection of information about a property.