OpenSubdiv
|
#include "../version.h"
#include "../far/types.h"
#include <cassert>
#include <cstring>
#include <vector>
#include <iostream>
Go to the source code of this file.
Classes | |
class | StencilReal< REAL > |
Vertex stencil descriptor. More... | |
class | Stencil |
Vertex stencil class wrapping the template for compatibility. More... | |
class | StencilTableReal< REAL > |
Table of subdivision stencils. More... | |
class | StencilTable |
Stencil table class wrapping the template for compatibility. More... | |
class | LimitStencilReal< REAL > |
Limit point stencil descriptor. More... | |
class | LimitStencil |
Limit point stencil class wrapping the template for compatibility. More... | |
class | LimitStencilTableReal< REAL > |
Table of limit subdivision stencils. More... | |
class | LimitStencilTable |
Limit stencil table class wrapping the template for compatibility. More... | |
Namespaces | |
namespace | OpenSubdiv |
namespace | OpenSubdiv::OPENSUBDIV_VERSION |
namespace | OpenSubdiv::OPENSUBDIV_VERSION::Far |