|
Blender V5.0
|
Public Attributes | |
| StringRef | name |
| bool | has_invalid_name = false |
| std::atomic< bool > | found_invalid = false |
| std::atomic< bool > | found_int = false |
| std::atomic< bool > | found_float = false |
Definition at line 31 of file csv_reader.cc.
| std::atomic<bool> blender::io::csv::ColumnInfo::found_float = false |
Definition at line 36 of file csv_reader.cc.
Referenced by blender::io::csv::parse_records_chunk().
| std::atomic<bool> blender::io::csv::ColumnInfo::found_int = false |
Definition at line 35 of file csv_reader.cc.
Referenced by blender::io::csv::parse_records_chunk().
| std::atomic<bool> blender::io::csv::ColumnInfo::found_invalid = false |
Definition at line 34 of file csv_reader.cc.
Referenced by blender::io::csv::parse_records_chunk().
| bool blender::io::csv::ColumnInfo::has_invalid_name = false |
Definition at line 33 of file csv_reader.cc.
Referenced by blender::io::csv::import_csv_as_pointcloud(), and blender::io::csv::parse_records_chunk().
| StringRef blender::io::csv::ColumnInfo::name |
Definition at line 32 of file csv_reader.cc.
Referenced by blender::io::csv::import_csv_as_pointcloud().