|
Blender V4.3
|
#include <obj_import_objects.hh>
Public Member Functions | |
| int | get_vertex_count () const |
| void | track_vertex_index (int index) |
| void | track_all_vertices (int count) |
Public Attributes | |
| eGeometryType | geom_type_ = GEOM_MESH |
| std::string | geometry_name_ |
| Map< std::string, int > | group_indices_ |
| Vector< std::string > | group_order_ |
| Map< std::string, int > | material_indices_ |
| Vector< std::string > | material_order_ |
| int | vertex_index_min_ = INT_MAX |
| int | vertex_index_max_ = -1 |
| Set< int > | vertices_ |
| Map< int, int > | global_to_local_vertices_ |
| Vector< int2 > | edges_ |
| Vector< FaceCorner > | face_corners_ |
| Vector< FaceElem > | face_elements_ |
| bool | has_invalid_faces_ = false |
| bool | has_vertex_groups_ = false |
| NurbsElement | nurbs_element_ |
| int | total_corner_ = 0 |
Definition at line 117 of file obj_import_objects.hh.
|
inline |
Definition at line 142 of file obj_import_objects.hh.
References int, blender::Set< Key, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::size(), and vertices_.
Referenced by blender::io::obj::MeshFromGeometry::create_mesh().
|
inline |
Definition at line 152 of file obj_import_objects.hh.
References blender::Set< Key, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::add(), count, blender::Set< Key, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::reserve(), vertex_index_max_, vertex_index_min_, and vertices_.
Referenced by blender::io::obj::use_all_vertices_if_no_faces().
|
inline |
Definition at line 146 of file obj_import_objects.hh.
References blender::Set< Key, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::add(), blender::math::max_inplace(), blender::math::min_inplace(), vertex_index_max_, vertex_index_min_, and vertices_.
Referenced by blender::io::obj::geom_add_polygon(), and blender::io::obj::geom_add_polyline().
Definition at line 132 of file obj_import_objects.hh.
Referenced by blender::io::obj::create_geometry(), blender::io::obj::MeshFromGeometry::create_mesh(), and blender::io::obj::geom_add_polyline().
| Vector<FaceCorner> blender::io::obj::Geometry::face_corners_ |
Definition at line 134 of file obj_import_objects.hh.
Referenced by blender::io::obj::geom_add_polygon().
Definition at line 135 of file obj_import_objects.hh.
Referenced by blender::io::obj::create_geometry(), blender::io::obj::MeshFromGeometry::create_mesh(), and blender::io::obj::geom_add_polygon().
| eGeometryType blender::io::obj::Geometry::geom_type_ = GEOM_MESH |
Definition at line 118 of file obj_import_objects.hh.
Referenced by blender::io::obj::create_geometry(), and blender::io::obj::use_all_vertices_if_no_faces().
| std::string blender::io::obj::Geometry::geometry_name_ |
Definition at line 119 of file obj_import_objects.hh.
Referenced by blender::io::obj::CurveFromGeometry::create_curve_object(), blender::io::obj::create_geometry(), and blender::io::obj::MeshFromGeometry::create_mesh_object().
Definition at line 130 of file obj_import_objects.hh.
Definition at line 120 of file obj_import_objects.hh.
Referenced by blender::io::obj::OBJParser::parse().
| Vector<std::string> blender::io::obj::Geometry::group_order_ |
Definition at line 121 of file obj_import_objects.hh.
Referenced by blender::io::obj::OBJParser::parse().
| bool blender::io::obj::Geometry::has_invalid_faces_ = false |
Definition at line 137 of file obj_import_objects.hh.
Referenced by blender::io::obj::MeshFromGeometry::create_mesh(), and blender::io::obj::geom_add_polygon().
| bool blender::io::obj::Geometry::has_vertex_groups_ = false |
Definition at line 138 of file obj_import_objects.hh.
Referenced by blender::io::obj::geom_add_polygon().
Definition at line 122 of file obj_import_objects.hh.
Referenced by blender::io::obj::OBJParser::parse().
| Vector<std::string> blender::io::obj::Geometry::material_order_ |
Definition at line 123 of file obj_import_objects.hh.
Referenced by blender::io::obj::OBJParser::parse().
| NurbsElement blender::io::obj::Geometry::nurbs_element_ |
Definition at line 139 of file obj_import_objects.hh.
Referenced by blender::io::obj::CurveFromGeometry::create_curve_object(), blender::io::obj::geom_add_curve_parameters(), blender::io::obj::geom_add_curve_vertex_indices(), blender::io::obj::geom_set_curve_degree(), and blender::io::obj::geom_set_curve_type().
| int blender::io::obj::Geometry::total_corner_ = 0 |
Definition at line 140 of file obj_import_objects.hh.
Referenced by blender::io::obj::MeshFromGeometry::create_mesh(), and blender::io::obj::geom_add_polygon().
| int blender::io::obj::Geometry::vertex_index_max_ = -1 |
Definition at line 126 of file obj_import_objects.hh.
Referenced by track_all_vertices(), and track_vertex_index().
| int blender::io::obj::Geometry::vertex_index_min_ = INT_MAX |
Definition at line 125 of file obj_import_objects.hh.
Referenced by track_all_vertices(), and track_vertex_index().
Definition at line 128 of file obj_import_objects.hh.
Referenced by get_vertex_count(), track_all_vertices(), and track_vertex_index().