Go to the source code of this file.
Classes | 
|
| class | TessApprox | 
Enumerations | 
|
| enum | TessType
{ TESS_SET, TESS_ISO, TESS_PARAM, TESS_SPATIAL, TESS_CURVE, TESS_LDA, TESS_REGULAR }  | 
| enum | ViewConfig { ISO_ONLY, ISO_AND_MESH, MESH_ONLY } | 
| enum | TessSubdivStyle { SUBDIV_TREE, SUBDIV_GRID, SUBDIV_DELAUNAY } | 
| enum TessType | 
Definition at line 24 of file maxtess.h.
{
    TESS_SET,       // This is the old MAX form for Bezier Patches
    TESS_ISO,       // This is obsolete and should not be used.
    TESS_PARAM,
    TESS_SPATIAL,
    TESS_CURVE,
    TESS_LDA,
    TESS_REGULAR 
};
| enum ViewConfig | 
Definition at line 35 of file maxtess.h.
{
    ISO_ONLY,
    ISO_AND_MESH,
    MESH_ONLY
};
| enum TessSubdivStyle |