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.
|
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... | |
Stencil table factory class wrapping the template for compatibility.
|
staticinherited |
Instantiates LimitStencilTable from a TopologyRefiner that has been refined either uniformly or adaptively.
refiner | The TopologyRefiner containing the topology |
locationArrays | An array of surface location descriptors (see LocationArray) |
cvStencils | A 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) |
patchTable | A 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) |
options | Options controlling the creation of the table |