|
Blender V4.3
|
#include <ply_data.hh>
Public Attributes | |
| Vector< float3 > | vertices |
| Vector< float3 > | vertex_normals |
| Vector< float4 > | vertex_colors |
| Vector< PlyCustomAttribute > | vertex_custom_attr |
| Vector< std::pair< int, int > > | edges |
| Vector< uint32_t > | face_vertices |
| Vector< uint32_t > | face_sizes |
| Vector< float2 > | uv_coordinates |
| std::string | error |
Definition at line 28 of file ply_data.hh.
Definition at line 33 of file ply_data.hh.
Referenced by blender::io::ply::load_plydata(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::write_edges(), and blender::io::ply::write_header().
| std::string blender::io::ply::PlyData::error |
Definition at line 37 of file ply_data.hh.
Definition at line 35 of file ply_data.hh.
Referenced by blender::io::ply::load_plydata(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::write_faces(), and blender::io::ply::write_header().
Definition at line 34 of file ply_data.hh.
Referenced by blender::io::ply::load_plydata(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), and blender::io::ply::write_faces().
Definition at line 36 of file ply_data.hh.
Referenced by blender::io::ply::load_plydata(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::write_header(), and blender::io::ply::write_vertices().
Definition at line 31 of file ply_data.hh.
Referenced by blender::io::ply::load_plydata(), blender::io::ply::write_header(), and blender::io::ply::write_vertices().
| Vector<PlyCustomAttribute> blender::io::ply::PlyData::vertex_custom_attr |
Definition at line 32 of file ply_data.hh.
Referenced by blender::io::ply::load_plydata(), blender::io::ply::TEST_F(), blender::io::ply::write_header(), and blender::io::ply::write_vertices().
Definition at line 30 of file ply_data.hh.
Referenced by blender::io::ply::load_plydata(), blender::io::ply::write_header(), and blender::io::ply::write_vertices().
Definition at line 29 of file ply_data.hh.
Referenced by blender::io::ply::load_plydata(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::write_header(), and blender::io::ply::write_vertices().