Changeset 1551 for GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.cpp
- Timestamp:
- 10/02/06 19:07:38 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.cpp
r1548 r1551 1445 1445 { 1446 1446 VspViewCell *vc = dynamic_cast<VspViewCell *>(*vit); 1447 VspLeaf *leaf = vc->mLea f;1447 VspLeaf *leaf = vc->mLeaves[0]; 1448 1448 SubdivisionCandidate *candidate = leaf->GetSubdivisionCandidate(); 1449 1449
Note: See TracChangeset
for help on using the changeset viewer.