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
KennethVanhoey
CGoGN
Commits
073beee4
Commit
073beee4
authored
Dec 13, 2011
by
Sylvain Thery
Browse files
load/save avec les GCartes
parent
adb3b266
Changes
8
Show whitespace changes
Inline
Side-by-side
include/Topology/gmap/gmap0.h
View file @
073beee4
...
...
@@ -52,6 +52,8 @@ public:
virtual
void
clear
(
bool
removeAttrib
);
virtual
void
update_topo_shortcuts
();
/*! @name Basic Topological Operators
* Access and Modification
*************************************************************************/
...
...
include/Topology/gmap/gmap0.hpp
View file @
073beee4
...
...
@@ -53,6 +53,12 @@ inline void GMap0::clear(bool removeAttrib)
init
()
;
}
inline
void
GMap0
::
update_topo_shortcuts
()
{
GenericMap
::
update_topo_shortcuts
();
m_beta0
=
getRelation
(
"beta0"
);
}
/*! @name Basic Topological Operators
* Access and Modification
*************************************************************************/
...
...
include/Topology/gmap/gmap1.h
View file @
073beee4
...
...
@@ -51,6 +51,8 @@ public:
virtual
void
clear
(
bool
removeAttrib
);
virtual
void
update_topo_shortcuts
();
/*! @name Basic Topological Operators
* Access and Modification
*************************************************************************/
...
...
include/Topology/gmap/gmap1.hpp
View file @
073beee4
...
...
@@ -52,6 +52,12 @@ inline void GMap1::clear(bool removeAttrib)
init
()
;
}
inline
void
GMap1
::
update_topo_shortcuts
()
{
GMap0
::
update_topo_shortcuts
();
m_beta1
=
getRelation
(
"beta1"
);
}
/*! @name Basic Topological Operators
* Access and Modification
*************************************************************************/
...
...
include/Topology/gmap/gmap2.h
View file @
073beee4
...
...
@@ -51,6 +51,8 @@ public:
virtual
void
clear
(
bool
removeAttrib
);
virtual
void
update_topo_shortcuts
();
/*! @name Basic Topological Operators
* Access and Modification
*************************************************************************/
...
...
include/Topology/gmap/gmap2.hpp
View file @
073beee4
...
...
@@ -52,6 +52,12 @@ inline void GMap2::clear(bool removeAttrib)
init
()
;
}
inline
void
GMap2
::
update_topo_shortcuts
()
{
GMap1
::
update_topo_shortcuts
();
m_beta2
=
getRelation
(
"beta2"
);
}
/*! @name Basic Topological Operators
* Access and Modification
*************************************************************************/
...
...
include/Topology/gmap/gmap3.h
View file @
073beee4
...
...
@@ -51,6 +51,8 @@ public:
virtual
void
clear
(
bool
removeAttrib
);
virtual
void
update_topo_shortcuts
();
/*! @name Basic Topological Operators
* Access and Modification
*************************************************************************/
...
...
include/Topology/gmap/gmap3.hpp
View file @
073beee4
...
...
@@ -52,6 +52,12 @@ inline void GMap3::clear(bool removeAttrib)
init
()
;
}
inline
void
GMap3
::
update_topo_shortcuts
()
{
GMap2
::
update_topo_shortcuts
();
m_beta3
=
getRelation
(
"beta3"
);
}
/*! @name Basic Topological Operators
* Access and Modification
*************************************************************************/
...
...
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