|
Blender V4.3
|
#include <opensubdiv_converter_capi.hh>
Definition at line 11 of file opensubdiv_converter_capi.hh.
| void(* OpenSubdiv_Converter::finishUVLayer) (const OpenSubdiv_Converter *converter) |
Definition at line 109 of file opensubdiv_converter_capi.hh.
Referenced by blender::opensubdiv::checkSingleUVLayerMatch(), and blender::bke::subdiv::init_functions().
| void(* OpenSubdiv_Converter::freeUserData) (const OpenSubdiv_Converter *converter) |
Definition at line 123 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::converter_free(), and blender::bke::subdiv::init_functions().
| void(* OpenSubdiv_Converter::getEdgeFaces) (const OpenSubdiv_Converter *converter, const int edge, int *edge_faces) |
Definition at line 64 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::init_functions().
| float(* OpenSubdiv_Converter::getEdgeSharpness) (const OpenSubdiv_Converter *converter, const int edge_index) |
Definition at line 66 of file opensubdiv_converter_capi.hh.
Referenced by blender::opensubdiv::getEffectiveEdgeSharpness(), and blender::bke::subdiv::init_functions().
| void(* OpenSubdiv_Converter::getEdgeVertices) (const OpenSubdiv_Converter *converter, const int edge_index, int edge_vertices[2]) |
Definition at line 58 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::init_functions(), and blender::opensubdiv::isEqualEdgeTags().
| int(* OpenSubdiv_Converter::getFaceCornerUVIndex) (const OpenSubdiv_Converter *converter, const int face_index, const int corner_index) |
Definition at line 116 of file opensubdiv_converter_capi.hh.
Referenced by blender::opensubdiv::checkSingleUVLayerMatch(), and blender::bke::subdiv::init_functions().
| void(* OpenSubdiv_Converter::getFaceEdges) (const OpenSubdiv_Converter *converter, const int face_index, int *face_edges) |
Definition at line 50 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::init_functions().
| void(* OpenSubdiv_Converter::getFaceVertices) (const OpenSubdiv_Converter *converter, const int face_index, int *face_vertices) |
Definition at line 44 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::init_functions(), and blender::opensubdiv::isEqualGeometryFace().
| OpenSubdiv_FVarLinearInterpolation(* OpenSubdiv_Converter::getFVarLinearInterpolation) (const OpenSubdiv_Converter *converter) |
Definition at line 16 of file opensubdiv_converter_capi.hh.
Referenced by blender::opensubdiv::checkOptionsMatches(), blender::opensubdiv::getSDCOptions(), and blender::bke::subdiv::init_functions().
| int(* OpenSubdiv_Converter::getNumEdgeFaces) (const OpenSubdiv_Converter *converter, const int edge_index) |
Definition at line 62 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::init_functions().
| int(* OpenSubdiv_Converter::getNumEdges) (const OpenSubdiv_Converter *converter) |
Definition at line 35 of file opensubdiv_converter_capi.hh.
Referenced by blender::opensubdiv::getEffectiveNumEdges(), and blender::bke::subdiv::init_functions().
| int(* OpenSubdiv_Converter::getNumFaces) (const OpenSubdiv_Converter *converter) |
Definition at line 34 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::init_functions(), blender::opensubdiv::isEqualGeometryCounters(), and blender::opensubdiv::isEqualGeometryFace().
| int(* OpenSubdiv_Converter::getNumFaceVertices) (const OpenSubdiv_Converter *converter, const int face_index) |
Definition at line 42 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::init_functions(), and blender::opensubdiv::isEqualGeometryFace().
| int(* OpenSubdiv_Converter::getNumUVCoordinates) (const OpenSubdiv_Converter *converter) |
Definition at line 113 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::init_functions().
| int(* OpenSubdiv_Converter::getNumUVLayers) (const OpenSubdiv_Converter *converter) |
Definition at line 98 of file opensubdiv_converter_capi.hh.
Referenced by blender::opensubdiv::checkUVLayersMatch(), and blender::bke::subdiv::init_functions().
| int(* OpenSubdiv_Converter::getNumVertexEdges) (const OpenSubdiv_Converter *converter, const int vertex_index) |
Definition at line 72 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::init_functions().
| int(* OpenSubdiv_Converter::getNumVertexFaces) (const OpenSubdiv_Converter *converter, const int vertex_index) |
Definition at line 78 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::init_functions().
| int(* OpenSubdiv_Converter::getNumVertices) (const OpenSubdiv_Converter *converter) |
Definition at line 36 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::init_functions(), blender::opensubdiv::isEqualGeometryCounters(), and blender::bke::subdiv::new_from_converter().
| OpenSubdiv_SchemeType(* OpenSubdiv_Converter::getSchemeType) (const OpenSubdiv_Converter *converter) |
Definition at line 12 of file opensubdiv_converter_capi.hh.
Referenced by blender::opensubdiv::checkSchemeTypeMatches(), blender::opensubdiv::getTopologyRefinerOptions(), and blender::bke::subdiv::init_functions().
| void(* OpenSubdiv_Converter::getVertexEdges) (const OpenSubdiv_Converter *converter, const int vertex_index, int *vertex_edges) |
Definition at line 74 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::init_functions().
| void(* OpenSubdiv_Converter::getVertexFaces) (const OpenSubdiv_Converter *converter, const int vertex_index, int *vertex_faces) |
Definition at line 80 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::init_functions().
| float(* OpenSubdiv_Converter::getVertexSharpness) (const OpenSubdiv_Converter *converter, const int vertex_index) |
Definition at line 89 of file opensubdiv_converter_capi.hh.
Referenced by blender::opensubdiv::getEffectiveVertexSharpness(), and blender::bke::subdiv::init_functions().
| OpenSubdiv_VtxBoundaryInterpolation(* OpenSubdiv_Converter::getVtxBoundaryInterpolation) (const OpenSubdiv_Converter *converter) |
Definition at line 14 of file opensubdiv_converter_capi.hh.
Referenced by blender::opensubdiv::getSDCOptions(), and blender::bke::subdiv::init_functions().
| bool(* OpenSubdiv_Converter::isInfiniteSharpVertex) (const OpenSubdiv_Converter *converter, const int vertex_index) |
Definition at line 86 of file opensubdiv_converter_capi.hh.
Referenced by blender::opensubdiv::getEffectiveVertexSharpness(), and blender::bke::subdiv::init_functions().
| void(* OpenSubdiv_Converter::precalcUVLayer) (const OpenSubdiv_Converter *converter, const int layer_index) |
Definition at line 108 of file opensubdiv_converter_capi.hh.
Referenced by blender::opensubdiv::checkSingleUVLayerMatch(), and blender::bke::subdiv::init_functions().
| bool(* OpenSubdiv_Converter::specifiesFullTopology) (const OpenSubdiv_Converter *converter) |
Definition at line 28 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::init_functions().
| void* OpenSubdiv_Converter::user_data |
Definition at line 124 of file opensubdiv_converter_capi.hh.
Referenced by blender::bke::subdiv::free_user_data(), blender::bke::subdiv::get_edge_sharpness(), blender::bke::subdiv::get_edge_vertices(), blender::bke::subdiv::get_face_corner_uv_index(), blender::bke::subdiv::get_face_vertices(), blender::bke::subdiv::get_fvar_linear_interpolation(), blender::bke::subdiv::get_num_edges(), blender::bke::subdiv::get_num_face_vertices(), blender::bke::subdiv::get_num_faces(), blender::bke::subdiv::get_num_uv_layers(), blender::bke::subdiv::get_num_uvs(), blender::bke::subdiv::get_num_vertices(), blender::bke::subdiv::get_scheme_type(), blender::bke::subdiv::get_vertex_sharpness(), blender::bke::subdiv::get_vtx_boundary_interpolation(), blender::bke::subdiv::init_user_data(), blender::bke::subdiv::is_infinite_sharp_vertex(), and blender::bke::subdiv::precalc_uv_layer().