OpenSubdiv
|
Classes | |
class | LimitStencil |
Limit point stencil class wrapping the template for compatibility. More... | |
class | LimitStencilReal |
Limit point stencil descriptor. More... | |
class | LimitStencilTable |
Limit stencil table class wrapping the template for compatibility. More... | |
class | LimitStencilTableFactory |
Stencil table factory class wrapping the template for compatibility. More... | |
class | LimitStencilTableFactoryReal |
A specialized factory for LimitStencilTable. More... | |
class | LimitStencilTableReal |
Table of limit subdivision stencils. More... | |
class | PatchDescriptor |
Describes the type of a patch. More... | |
class | PatchMap |
An quadtree-based map connecting coarse faces to their sub-patches. More... | |
struct | PatchParam |
Patch parameterization. More... | |
class | PatchTable |
Container for arrays of parametric patches. More... | |
class | PatchTableFactory |
Factory for constructing a PatchTable from a TopologyRefiner. More... | |
class | PrimvarRefiner |
class | PrimvarRefinerReal |
Applies refinement operations to generic primvar data. More... | |
class | PtexIndices |
Object used to compute and query ptex face indices. More... | |
class | Stencil |
Vertex stencil class wrapping the template for compatibility. More... | |
class | StencilReal |
Vertex stencil descriptor. More... | |
class | StencilTable |
Stencil table class wrapping the template for compatibility. More... | |
class | StencilTableFactory |
Stencil table factory class wrapping the template for compatibility. More... | |
class | StencilTableFactoryReal |
A specialized factory for StencilTable. More... | |
class | StencilTableReal |
Table of subdivision stencils. More... | |
struct | TopologyDescriptor |
A simple reference to raw topology data for use with TopologyRefinerFactory. More... | |
class | TopologyLevel |
An interface for accessing data in a specific level of a refined topology hierarchy. More... | |
class | TopologyRefiner |
Stores topology data for a specified set of refinement options. More... | |
class | TopologyRefinerFactory |
Factory for constructing TopologyRefiners from specific mesh classes. More... | |
class | TopologyRefinerFactoryBase |
Private base class of Factories for constructing TopologyRefiners. More... | |
Typedefs | |
typedef void(* | ErrorCallbackFunc) (ErrorType err, const char *message) |
The error callback function type (default is "printf") | |
typedef void(* | WarningCallbackFunc) (const char *message) |
The warning callback function type (default is "printf") | |
typedef Vtr::ConstArray< PatchDescriptor > | ConstPatchDescriptorArray |
typedef std::vector< PatchParam > | PatchParamTable |
typedef Vtr::Array< PatchParam > | PatchParamArray |
typedef Vtr::ConstArray< PatchParam > | ConstPatchParamArray |
typedef Vtr::Index | Index |
typedef Vtr::LocalIndex | LocalIndex |
typedef Vtr::IndexArray | IndexArray |
typedef Vtr::LocalIndexArray | LocalIndexArray |
typedef Vtr::ConstIndexArray | ConstIndexArray |
typedef Vtr::ConstLocalIndexArray | ConstLocalIndexArray |
Enumerations | |
enum | ErrorType { FAR_NO_ERROR , FAR_FATAL_ERROR , FAR_INTERNAL_CODING_ERROR , FAR_CODING_ERROR , FAR_RUNTIME_ERROR } |
Functions | |
void | SetErrorCallback (ErrorCallbackFunc func) |
Sets the error callback function (default is "printf") | |
void | SetWarningCallback (WarningCallbackFunc func) |
Sets the warning callback function (default is "printf") | |
void | Error (ErrorType err, const char *format,...) |
Sends an OSD error with a message (internal use only) | |
void | Warning (const char *format,...) |
Sends an OSD warning message (internal use only) | |
bool | IndexIsValid (Index index) |
typedef Vtr::ConstIndexArray ConstIndexArray |
Definition at line 146 of file patchDescriptor.h.
Definition at line 246 of file patchParam.h.
typedef void(* ErrorCallbackFunc) (ErrorType err, const char *message) |
typedef Vtr::Index Index |
typedef Vtr::IndexArray IndexArray |
typedef Vtr::LocalIndex LocalIndex |
typedef Vtr::LocalIndexArray LocalIndexArray |
typedef Vtr::Array<PatchParam> PatchParamArray |
Definition at line 245 of file patchParam.h.
typedef std::vector<PatchParam> PatchParamTable |
Definition at line 243 of file patchParam.h.
typedef void(* WarningCallbackFunc) (const char *message) |
enum ErrorType |
void Error | ( | ErrorType | err, |
const char * | format, | ||
... | |||
) |
Sends an OSD error with a message (internal use only)
err | the error type |
format | the format of the message (followed by arguments) |
void SetErrorCallback | ( | ErrorCallbackFunc | func | ) |
Sets the error callback function (default is "printf")
func | function pointer to the callback function |
void SetWarningCallback | ( | WarningCallbackFunc | func | ) |
Sets the warning callback function (default is "printf")
func | function pointer to the callback function |
void Warning | ( | const char * | format, |
... | |||
) |
Sends an OSD warning message (internal use only)
format | the format of the message (followed by arguments) |