Changeset 235 for trunk/VUT/GtpVisibilityPreprocessor/include
- Timestamp:
- 08/12/05 01:17:56 (19 years ago)
- Location:
- trunk/VUT/GtpVisibilityPreprocessor/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/include/ViewCellBsp.h
r225 r235 69 69 { 70 70 public: 71 /** Constructor takes a pointer to the cell corresponding to the whole72 viewspace*/73 BspTree( ViewCell *cell);71 /** Default constructor. 72 */ 73 BspTree(); 74 74 75 75 protected: 76 76 77 /// Pointer to the root of the tree 77 78 BspNode *mRoot;
Note: See TracChangeset
for help on using the changeset viewer.