Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenMesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
OpenMesh
Commits
56403e3d
Commit
56403e3d
authored
Apr 03, 2019
by
Janis Born
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mark more old functions as deprecated
parent
0ea44a0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/OpenMesh/Core/Utils/PropertyManager.hh
src/OpenMesh/Core/Utils/PropertyManager.hh
+2
-0
No files found.
src/OpenMesh/Core/Utils/PropertyManager.hh
View file @
56403e3d
...
...
@@ -641,6 +641,7 @@ PropertyManager<PROPTYPE, MeshT> makePropertyManagerFromExistingOrNew(MeshT &mes
*/
template
<
typename
PROPTYPE
,
typename
MeshT
,
typename
ITERATOR_TYPE
,
typename
PROP_VALUE
>
OM_DEPRECATED
(
"Use getOrMakeProperty instead."
)
PropertyManager
<
PROPTYPE
,
MeshT
>
makePropertyManagerFromExistingOrNew
(
MeshT
&
mesh
,
const
char
*
propname
,
const
ITERATOR_TYPE
&
begin
,
const
ITERATOR_TYPE
&
end
,
...
...
@@ -662,6 +663,7 @@ PropertyManager<PROPTYPE, MeshT> makePropertyManagerFromExistingOrNew(
*/
template
<
typename
PROPTYPE
,
typename
MeshT
,
typename
ITERATOR_RANGE
,
typename
PROP_VALUE
>
OM_DEPRECATED
(
"Use getOrMakeProperty instead."
)
PropertyManager
<
PROPTYPE
,
MeshT
>
makePropertyManagerFromExistingOrNew
(
MeshT
&
mesh
,
const
char
*
propname
,
const
ITERATOR_RANGE
&
range
,
...
...
Write
Preview
Markdown
is supported
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