3DCoat  3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
OpenSubdiv::v3_4_3::Far::LimitStencilTableFactory Class Reference

Stencil table factory class wrapping the template for compatibility. More...

#include <stencilTableFactory.h>

Static Public Member Functions

static LimitStencilTableReal
< float > const * 
Create (TopologyRefiner const &refiner, LocationArrayVec const &locationArrays, StencilTableReal< float > const *cvStencils=0, PatchTable const *patchTable=0, Options options=Options())
 Instantiates LimitStencilTable from a TopologyRefiner that has been refined either uniformly or adaptively. More...
 

Detailed Description

Stencil table factory class wrapping the template for compatibility.

+ Inheritance diagram for OpenSubdiv::v3_4_3::Far::LimitStencilTableFactory:

Member Function Documentation

static LimitStencilTableReal<float > const* OpenSubdiv::v3_4_3::Far::LimitStencilTableFactoryReal< float >::Create ( TopologyRefiner const &  refiner,
LocationArrayVec const &  locationArrays,
StencilTableReal< float > const *  cvStencils = 0,
PatchTable const *  patchTable = 0,
Options  options = Options() 
)
staticinherited

Instantiates LimitStencilTable from a TopologyRefiner that has been refined either uniformly or adaptively.

Parameters
refinerThe TopologyRefiner containing the topology
locationArraysAn array of surface location descriptors (see LocationArray)
cvStencilsA StencilTable generated from the TopologyRefiner (Optional: prevents redundant instantiation of the table if available. The given table must at least contain stencils for all control points and all refined points – any stencils for local points of a PatchTable must match the PatchTable provided or internally generated)
patchTableA PatchTable generated from the TopologyRefiner (Optional: prevents redundant instantiation of the table if available. The given table must match the optional StencilTable if also provided)
optionsOptions controlling the creation of the table

The documentation for this class was generated from the following file: