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
H
halfedge
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jTEM
halfedge
Commits
9c870095
Commit
9c870095
authored
Aug 07, 2013
by
Andre Heydt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
https://svn.math.tu-berlin.de/svn/jtem@1589
f5b180c5-49ee-4939-b20e-b6ed35f0f7b7
parent
6bf44204
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/de/jtem/halfedge/HalfEdgeDataStructure.java
src/de/jtem/halfedge/HalfEdgeDataStructure.java
+3
-3
No files found.
src/de/jtem/halfedge/HalfEdgeDataStructure.java
View file @
9c870095
...
...
@@ -56,9 +56,9 @@ public class HalfEdgeDataStructure <V extends Vertex<V, E, F>,
private
Class
<
E
>
eClass
=
null
;
private
Class
<
F
>
fClass
=
null
;
private
List
<
V
>
vertexList
=
new
ArrayList
<
V
>();
private
List
<
F
>
faceList
=
new
ArrayList
<
F
>();
private
List
<
E
>
edgeList
=
new
ArrayList
<
E
>();
List
<
V
>
vertexList
=
new
ArrayList
<
V
>();
List
<
F
>
faceList
=
new
ArrayList
<
F
>();
List
<
E
>
edgeList
=
new
ArrayList
<
E
>();
/**
* Instantiate a new half-edge data structure with given
...
...
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