gelsvn
bdplot
seema-scanner
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
gelsvn
(root)
/
branches
/
ctl
/
hmesh_vector
/
src
/
HMesh
/
refine_edges.cpp
– Rev 587
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
587
4638 d 10 h
jab
/branches/ctl/hmesh_vector/
A number of changes. Importantly
Vertex positions in Manifold are now stored as Vec3d
HalfEdgeWalker has been renamed Walker
586
4638 d 22 h
jab
/branches/ctl/hmesh_vector/
Numerous changes. In particular, I changed the ItemID, ItemVector, and ConnectivityKernel in HMesh. This was done to make interfaces more clear.
Now ItemVector knows ItemIDs and conversion from ItemID to the actual integer ids happens in the ItemVector class and not connectivity kernel.
585
4640 d 5 h
jab
/branches/ctl/hmesh_vector/
Committed many small changes. resolved conflicts. This commit merges in trunk. Now to merge back ...
572
4713 d 6 h
jab
/branches/ctl/hmesh_vector/
Entered standard header
522
5378 d 22 h
s042372
/branches/ctl/hmesh_vector/src/HMesh/
519
5409 d 4 h
s042372
/branches/ctl/hmesh_vector/
The manifold functions no_* have been split into active_* and total_* in order to improve the interface.
Specialized AttributeVectors no longer depends on the manifold to improve code clarity and remove cyclic dependency.
515
5424 d 3 h
s042372
/branches/ctl/hmesh_vector/
ItemID changed to template.
Code base modified to reflect change.
Decimator works.
Meshedit runs and performs successful simplify operations.
512
5431 d 8 h
s042372
/branches/ctl/hmesh_vector/
Minor fixes, and updated headers
511
5433 d 3 h
s042372
/branches/ctl/hmesh_vector/src/HMesh/
Newest version of HMesh with new design and interface, and (start of) attribute vector implementation.
Too many changes to list.
To do:
* extend attribute vector interface
* adjust remainding GEL code to the new HMesh
* Bug test
507
5585 d 5 h
s042372
/branches/ctl/hmesh_vector/
function name changes for clarity/cleaning
manifold function is_valid now namespace function "valid"
begin + end functions added to manifold for const handles
general code cleanup
504
5588 d 6 h
s042372
/branches/ctl/hmesh_vector/
Const*Handles added to include proper const/non const handling in HMesh
Templated build function wrapped by overloaded build functions
uint32 type for indexing has been changed from size_t to typedef uint32_t IndexType
489
5654 d 2 h
s042372
/branches/ctl/hmesh_vector/
glut inclusion in meshedit fixed
handles now have a default constructor (null handles), and all null handle comparison has been changed to utilize a NULL_HANDLE instead of e.g. vertex.get_idx() == NULL_VERTEX_IDX.
the uint typedef has been removed, all usage has been changed to size_t
HMesh.h provides a common inclusion header for all HMesh facilities
functions in handles and manifold have been inlined based on how often they're used.
468
5688 d 4 h
s042372
/branches/ctl/hmesh_vector/src/HMesh/
Commited vector based hmesh to branch
TODO: Check triangulate_face_order.cpp - is it needed? -> it should be updated.
467
5688 d 5 h
s042372
/branches/ctl/hmesh_vector/
182
7142 d 10 h
bj
/trunk/
merged restructuring branch properly
150
7179 d 8 h
jab
/branches/restructuring/src/
Many files have been moved.
149
7179 d 8 h
jab
/branches/restructuring/src/HMesh/
A lot of stuff previously in the Util library has been moved here.