Changeset 171 for trunk/VUT/GtpVisibility/include
- Timestamp:
- 07/13/05 00:47:40 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibility/include/HierarchyInterface.h
r158 r171 12 12 typedef std::vector<HierarchyNode *> HierarchyNodeList; 13 13 typedef std::vector<GtpVisibility::Mesh *> GeometryList; 14 typedef std::vector<GtpVisibility::Patch *> PatchList; 14 15 typedef std::pair<HierarchyNode *, OcclusionQuery *> QueryPair; 15 16 typedef std::queue<QueryPair> QueryQueue;
Note: See TracChangeset
for help on using the changeset viewer.