|
Blender V4.3
|
#include <ply_data.hh>
Public Member Functions | |
| void | calc_stride () |
Public Attributes | |
| std::string | name |
| int | count = 0 |
| Vector< PlyProperty > | properties |
| int | stride = 0 |
Definition at line 48 of file ply_data.hh.
| void blender::io::ply::PlyElement::calc_stride | ( | ) |
Definition at line 107 of file ply_import_data.cc.
References blender::io::ply::data_type_size, blender::io::ply::NONE, properties, and stride.
| int blender::io::ply::PlyElement::count = 0 |
Definition at line 50 of file ply_data.hh.
| std::string blender::io::ply::PlyElement::name |
Definition at line 49 of file ply_data.hh.
| Vector<PlyProperty> blender::io::ply::PlyElement::properties |
Definition at line 51 of file ply_data.hh.
Referenced by calc_stride().
| int blender::io::ply::PlyElement::stride = 0 |
Definition at line 52 of file ply_data.hh.
Referenced by calc_stride().