|
Blender
V2.93
|
#include <opensubdiv/far/patchMap.h>#include <opensubdiv/far/patchTable.h>#include "internal/base/memory.h"Go to the source code of this file.
Classes | |
| class | blender::opensubdiv::CpuEvalOutputAPI |
| struct | OpenSubdiv_EvaluatorImpl |
Namespaces | |
| blender | |
| blender::opensubdiv | |
Functions | |
| OpenSubdiv_EvaluatorImpl * | openSubdiv_createEvaluatorInternal (struct OpenSubdiv_TopologyRefiner *topology_refiner) |
| void | openSubdiv_deleteEvaluatorInternal (OpenSubdiv_EvaluatorImpl *evaluator) |
| OpenSubdiv_EvaluatorImpl* openSubdiv_createEvaluatorInternal | ( | struct OpenSubdiv_TopologyRefiner * | topology_refiner | ) |
Definition at line 765 of file evaluator_impl.cc.
References OpenSubdiv_EvaluatorImpl::eval_output, OpenSubdiv_TopologyRefiner::getIsAdaptive, OpenSubdiv_TopologyRefiner::getSubdivisionLevel, OpenSubdiv_TopologyRefiner::impl, NULL, options, OpenSubdiv_EvaluatorImpl::patch_map, OpenSubdiv_EvaluatorImpl::patch_table, and blender::opensubdiv::TopologyRefinerImpl::topology_refiner.
Referenced by openSubdiv_createEvaluatorFromTopologyRefiner().
| void openSubdiv_deleteEvaluatorInternal | ( | OpenSubdiv_EvaluatorImpl * | evaluator | ) |
Definition at line 889 of file evaluator_impl.cc.
Referenced by openSubdiv_deleteEvaluator().