#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.
|
| 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
} |
| |