Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Plugin-PropertyVis
Commits
9a313dc7
Commit
9a313dc7
authored
Jan 03, 2017
by
Jan Möbius
Browse files
Renamed file to skip it while mocing
parent
af7eeef8
Changes
4
Hide whitespace changes
Inline
Side-by-side
MultiObjectPropertyModel.cc
View file @
9a313dc7
...
...
@@ -51,7 +51,7 @@
#include
"PropertyModelFactory.hh"
#include
"OpenMesh/OMPropertyModel.hh"
#include
"OpenVolumeMesh/OVMPropertyModel.hh"
#include
"OpenVolumeMesh/OVMPropertyModel
T
.hh"
MultiObjectPropertyModel
::
MultiObjectPropertyModel
(
const
QStringList
&
res
,
QObject
*
parent
)
:
PropertyModel
(
parent
),
restriction
(
res
),
datatypes
(
supportedDataTypes
()),
widget
(
0
)
...
...
OpenVolumeMesh/OVMPropertyModelT.cc
View file @
9a313dc7
...
...
@@ -49,9 +49,6 @@
#define OVM_PROPERTY_MODEL_CC
#include
"OVMPropertyModel.hh"
template
<
typename
MeshT
>
OVMPropertyModel
<
MeshT
>::
OVMPropertyModel
(
MeshT
*
mesh
,
int
objectID
,
QObject
*
parent
)
:
OVMPropertyModelSubclass
(
parent
),
...
...
OpenVolumeMesh/OVMPropertyModel.hh
→
OpenVolumeMesh/OVMPropertyModel
T
.hh
View file @
9a313dc7
File moved
PropertyModelFactory.cc
View file @
9a313dc7
...
...
@@ -53,7 +53,7 @@
#include
"OpenMesh/OMPropertyModel.hh"
#if defined(ENABLE_HEXAHEDRALMESH_SUPPORT) || defined(ENABLE_POLYHEDRALMESH_SUPPORT) || defined(ENABLE_TETRAHEDRALMESH_SUPPORT)
#include
"OpenVolumeMesh/OVMPropertyModel.hh"
#include
"OpenVolumeMesh/OVMPropertyModel
T
.hh"
#endif
/* ENABLE_OPENVOLUMEMESH_SUPPORT */
#ifdef ENABLE_POLYHEDRALMESH_SUPPORT
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment