|
Blender V4.3
|
#include <opensubdiv/far/patchMap.h>#include <opensubdiv/far/patchTable.h>#include "internal/base/memory.h"#include "opensubdiv_capi_type.hh"Go to the source code of this file.
Classes | |
| class | blender::opensubdiv::EvalOutputAPI |
| struct | OpenSubdiv_EvaluatorImpl |
Namespaces | |
| namespace | blender |
| namespace | blender::opensubdiv |
Functions | |
| OpenSubdiv_EvaluatorImpl * | openSubdiv_createEvaluatorInternal (blender::opensubdiv::TopologyRefinerImpl *topology_refiner, eOpenSubdivEvaluator evaluator_type, OpenSubdiv_EvaluatorCacheImpl *evaluator_cache_descr) |
| void | openSubdiv_deleteEvaluatorInternal (OpenSubdiv_EvaluatorImpl *evaluator) |
| OpenSubdiv_EvaluatorImpl * openSubdiv_createEvaluatorInternal | ( | blender::opensubdiv::TopologyRefinerImpl * | topology_refiner, |
| eOpenSubdivEvaluator | evaluator_type, | ||
| OpenSubdiv_EvaluatorCacheImpl * | evaluator_cache_descr ) |
Definition at line 422 of file evaluator_impl.cc.
References OpenSubdiv_EvaluatorCacheImpl::eval_cache, OpenSubdiv_EvaluatorImpl::eval_output, OpenSubdiv_TopologyRefinerSettings::is_adaptive, OpenSubdiv_TopologyRefinerSettings::level, NULL, OPENSUBDIV_EVALUATOR_GPU, options, OpenSubdiv_EvaluatorImpl::patch_map, OpenSubdiv_EvaluatorImpl::patch_table, blender::opensubdiv::TopologyRefinerImpl::settings, and blender::opensubdiv::TopologyRefinerImpl::topology_refiner.
Referenced by openSubdiv_createEvaluatorFromTopologyRefiner().
| void openSubdiv_deleteEvaluatorInternal | ( | OpenSubdiv_EvaluatorImpl * | evaluator | ) |
Definition at line 569 of file evaluator_impl.cc.
Referenced by openSubdiv_deleteEvaluator().