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
f74cc581
Commit
f74cc581
authored
Nov 04, 2011
by
Pierre Kraemer
Browse files
correction doublons..
parent
e7fbce7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Topology/map/map2.h
View file @
f74cc581
...
...
@@ -334,23 +334,6 @@ public:
*/
bool
isBoundaryFace
(
Dart
d
)
;
/**
* find the dart of vertex that belong to the boundary
*/
Dart
findBoundaryVertex
(
Dart
d
);
/**
* tell if the edge of d is on the boundary of the map
*/
bool
isBoundaryEdge
(
Dart
d
)
;
// OK boundary
/**
* tell if the face of d is on the boundary of the map
*/
bool
isBoundaryFace
(
Dart
d
)
;
//! Follow the boundary of a surface as if it was a oriented face.
/*! This operation alternate phi1 and phi2 operator until another
* boudary dart is reached.
...
...
@@ -441,31 +424,6 @@ public:
*/
void
sewOrientedFaces
(
Dart
d
,
Dart
e
);
//@}
//@{
//! Close a topological hole (a sequence of connected fixed point of phi2). DO NO USE, only for import algorithm
/*! \pre dart d MUST be fixed point of phi2 relation
* Add a face to the map that closes the hole.
* The darts of this face are marked with holeMarker.
* @param d a dart of the hole (with phi2(d)==d)
* @return the degree of the created face
*/
virtual
unsigned
int
closeHole
(
Dart
d
);
//! Close the map removing topological holes: DO NO USE, only for import algorithm
/*! Add faces to the map that close every existing hole.
* These faces are marked.
* \warning The embeddings of vertices are not updated
*/
void
closeMap
();
// void closeMap(DartMarker& marker);
/**
* sew oriented face, DO NO USE, only for import algorithm
*/
void
sewOrientedFaces
(
Dart
d
,
Dart
e
);
//@}
};
}
// namespace CGoGN
...
...
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