-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.txt
27 lines (23 loc) · 799 Bytes
/
main.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/** \mainpage Ptex
\section mainapi Main API pages
- Ptex - Common data structures and enums used throughout the API.
- PtexCache - Create a cache for reading one or more ptex files.
- PtexTexture - Access data from a ptex file.
- PtexFaceData - Access per-face texture data from a PtexTexture.
- PtexMetaData - Access meta data from a PtexTexture.
- PtexWriter - Create or update a ptex file.
- PtexFilter - Apply a filter to ptex data.
- PtexPtr - Use a smart pointer to automatically hold and release API objects.
\section addtionaldocs Additional documenatation pages
- \subpage license
- \subpage apiintro
- \subpage filterfootprint
*/
/**
\page license License
\verbinclude License.txt
*/
/**
\page filterfootprint Filter footprint calculation
\htmlinclude FilterFootprint.html
*/