Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Pitiot
CGoGN
Commits
d5eebb90
Commit
d5eebb90
authored
Nov 08, 2011
by
CGoGN GIT Supervisor
Browse files
Merge branch 'master' of /home/kraemer/CGoGN
* 'master' of /home/kraemer/CGoGN: update ImplicitHierarchicalMap
parents
ef3e3897
663f6aed
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/Algo/ImplicitHierarchicalMesh/ihm.h
View file @
d5eebb90
...
...
@@ -25,8 +25,7 @@
#ifndef __IMPLICIT_HIERARCHICAL_MAP__
#define __IMPLICIT_HIERARCHICAL_MAP__
#include
"Topology/map/map2.h"
#include
"Topology/generic/embeddedMap2.h"
#include
"Topology/map/embeddedMap2.h"
namespace
CGoGN
{
...
...
@@ -39,7 +38,7 @@ namespace IHM
template
<
typename
T
>
class
AttributeHandler_IHM
;
class
ImplicitHierarchicalMap
:
public
EmbeddedMap2
<
Map2
>
class
ImplicitHierarchicalMap
:
public
EmbeddedMap2
{
template
<
typename
T
>
friend
class
AttributeHandler_IHM
;
...
...
include/Algo/ImplicitHierarchicalMesh/ihm.hpp
View file @
d5eebb90
...
...
@@ -253,7 +253,7 @@ inline bool ImplicitHierarchicalMap::foreach_dart_of_cc(Dart d, FunctorType& f,
inline
void
ImplicitHierarchicalMap
::
splitFace
(
Dart
d
,
Dart
e
)
{
EmbeddedMap2
<
Map2
>
::
splitFace
(
d
,
e
)
;
EmbeddedMap2
::
splitFace
(
d
,
e
)
;
if
(
isOrbitEmbedded
(
FACE
))
{
unsigned
int
cur
=
m_curLevel
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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