|
Blender V4.3
|
#include <ply_data.hh>
Public Attributes | |
| std::string | name |
| PlyDataTypes | type = PlyDataTypes::NONE |
| PlyDataTypes | count_type = PlyDataTypes::NONE |
Definition at line 42 of file ply_data.hh.
| PlyDataTypes blender::io::ply::PlyProperty::count_type = PlyDataTypes::NONE |
Definition at line 45 of file ply_data.hh.
Referenced by blender::io::ply::load_face_element(), blender::io::ply::load_tristrips_element(), blender::io::ply::read_list_count(), and blender::io::ply::skip_property().
| std::string blender::io::ply::PlyProperty::name |
Definition at line 43 of file ply_data.hh.
Referenced by blender::io::ply::get_index(), and blender::io::ply::load_vertex_element().
| PlyDataTypes blender::io::ply::PlyProperty::type = PlyDataTypes::NONE |
Definition at line 44 of file ply_data.hh.
Referenced by blender::io::ply::load_face_element(), blender::io::ply::load_tristrips_element(), blender::io::ply::parse_row_binary(), and blender::io::ply::skip_property().