Blender V5.0
blender::io::ply::PlyCustomAttribute Struct Reference

#include <ply_data.hh>

Public Member Functions

 PlyCustomAttribute (const StringRef name_, int64_t size)

Public Attributes

std::string name
Vector< floatdata

Detailed Description

Definition at line 22 of file ply_data.hh.

Constructor & Destructor Documentation

◆ PlyCustomAttribute()

blender::io::ply::PlyCustomAttribute::PlyCustomAttribute ( const StringRef name_,
int64_t size )
inline

Definition at line 23 of file ply_data.hh.

References data, name, and size().

Member Data Documentation

◆ data

Vector<float> blender::io::ply::PlyCustomAttribute::data

◆ name

std::string blender::io::ply::PlyCustomAttribute::name

The documentation for this struct was generated from the following file: