A specialized factory for StencilTable.
More...
#include <stencilTableFactory.h>
A specialized factory for StencilTable.
Definition at line 48 of file stencilTableFactory.h.
Utility function for stencil splicing for local point stencils.
- Parameters
-
refiner | The TopologyRefiner containing the topology |
baseStencilTable | Input StencilTable for refined vertices |
localPointStencilTable | StencilTable for the change of basis patch points. |
factorize | If factorize sets to true, endcap stencils will be factorized with supporting vertices from baseStencil table so that the endcap points can be computed directly from control vertices. |
Instantiates StencilTable from TopologyRefiner that have been refined uniformly or adaptively.
- Note
- The factory only creates stencils for vertices that have already been refined in the TopologyRefiner. Use RefineUniform() or RefineAdaptive() before constructing the stencils.
- Parameters
-
Instantiates StencilTable by concatenating an array of existing stencil table.
- Note
- This factory checks that the stencil table point to the same set of supporting control vertices - no re-indexing is done. GetNumControlVertices() must return the same value for all input tables.
- Parameters
-
numTables | Number of input StencilTables |
tables | Array of input StencilTables |
The documentation for this class was generated from the following file: