Blender V4.3
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.

Member Data Documentation

◆ data

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

Definition at line 25 of file ply_data.hh.

◆ name

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

Definition at line 24 of file ply_data.hh.


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