|
Blender V4.3
|
#include <evaluator_impl.h>
Public Member Functions | |
| OpenSubdiv_EvaluatorImpl () | |
| ~OpenSubdiv_EvaluatorImpl () | |
| MEM_CXX_CLASS_ALLOC_FUNCS ("OpenSubdiv_EvaluatorImpl") | |
Public Attributes | |
| blender::opensubdiv::EvalOutputAPI * | eval_output |
| const blender::opensubdiv::PatchMap * | patch_map |
| const OpenSubdiv::Far::PatchTable * | patch_table |
Definition at line 187 of file evaluator_impl.h.
| OpenSubdiv_EvaluatorImpl::OpenSubdiv_EvaluatorImpl | ( | ) |
Definition at line 410 of file evaluator_impl.cc.
| OpenSubdiv_EvaluatorImpl::~OpenSubdiv_EvaluatorImpl | ( | ) |
Definition at line 415 of file evaluator_impl.cc.
References eval_output, patch_map, and patch_table.
| OpenSubdiv_EvaluatorImpl::MEM_CXX_CLASS_ALLOC_FUNCS | ( | "OpenSubdiv_EvaluatorImpl" | ) |
| blender::opensubdiv::EvalOutputAPI* OpenSubdiv_EvaluatorImpl::eval_output |
Definition at line 192 of file evaluator_impl.h.
Referenced by evaluateFaceVarying(), evaluateLimit(), evaluatePatchesLimit(), evaluateVarying(), evaluateVertexData(), fillFVarPatchArraysBuffer(), fillPatchArraysBuffer(), getPatchMap(), hasVertexData(), openSubdiv_createEvaluatorInternal(), refine(), setCoarsePositions(), setCoarsePositionsFromBuffer(), setFaceVaryingData(), setFaceVaryingDataFromBuffer(), setSettings(), setVaryingData(), setVaryingDataFromBuffer(), setVertexData(), wrapFVarPatchIndexBuffer(), wrapFVarPatchParamBuffer(), wrapFVarSrcBuffer(), wrapPatchIndexBuffer(), wrapPatchParamBuffer(), wrapSrcBuffer(), wrapSrcVertexDataBuffer(), and ~OpenSubdiv_EvaluatorImpl().
| const blender::opensubdiv::PatchMap* OpenSubdiv_EvaluatorImpl::patch_map |
Definition at line 193 of file evaluator_impl.h.
Referenced by openSubdiv_createEvaluatorInternal(), and ~OpenSubdiv_EvaluatorImpl().
| const OpenSubdiv::Far::PatchTable* OpenSubdiv_EvaluatorImpl::patch_table |
Definition at line 194 of file evaluator_impl.h.
Referenced by openSubdiv_createEvaluatorInternal(), and ~OpenSubdiv_EvaluatorImpl().