Blender V4.3
ply_data.hh File Reference
#include <string>
#include <utility>
#include "BLI_math_vector_types.hh"
#include "BLI_string_ref.hh"
#include "BLI_vector.hh"

Go to the source code of this file.

Classes

struct  blender::io::ply::PlyCustomAttribute
 
struct  blender::io::ply::PlyData
 
struct  blender::io::ply::PlyProperty
 
struct  blender::io::ply::PlyElement
 
struct  blender::io::ply::PlyHeader
 

Namespaces

namespace  blender
 
namespace  blender::io
 
namespace  blender::io::ply
 

Enumerations

enum  blender::io::ply::PlyDataTypes {
  blender::io::ply::NONE , blender::io::ply::CHAR , blender::io::ply::UCHAR , blender::io::ply::SHORT ,
  blender::io::ply::USHORT , blender::io::ply::INT , blender::io::ply::UINT , blender::io::ply::FLOAT ,
  blender::io::ply::DOUBLE , blender::io::ply::PLY_TYPE_COUNT
}
 
enum  blender::io::ply::PlyFormatType { blender::io::ply::ASCII , blender::io::ply::BINARY_LE , blender::io::ply::BINARY_BE }