Blender V4.3
blender::io::ply::PlyElement Struct Reference

#include <ply_data.hh>

Public Member Functions

void calc_stride ()
 

Public Attributes

std::string name
 
int count = 0
 
Vector< PlyPropertyproperties
 
int stride = 0
 

Detailed Description

Definition at line 48 of file ply_data.hh.

Member Function Documentation

◆ calc_stride()

void blender::io::ply::PlyElement::calc_stride ( )

Member Data Documentation

◆ count

int blender::io::ply::PlyElement::count = 0

Definition at line 50 of file ply_data.hh.

◆ name

std::string blender::io::ply::PlyElement::name

Definition at line 49 of file ply_data.hh.

◆ properties

Vector<PlyProperty> blender::io::ply::PlyElement::properties

Definition at line 51 of file ply_data.hh.

Referenced by calc_stride().

◆ stride

int blender::io::ply::PlyElement::stride = 0

Definition at line 52 of file ply_data.hh.

Referenced by calc_stride().


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