read an Altimetry from a PLY file.
More...
#include <altimetry_file_reader_impl.h>
|
| | AltimetryPLYReader (const std::string filename) |
| |
| virtual | ~AltimetryPLYReader () |
| |
|
| virtual const points_array_t & | points () const |
| |
| virtual const faces_array_t & | faces () const |
| | Getter for the faces read. More...
|
| |
| virtual const materials_array_t & | materials () const |
| | Getter for the faces read. More...
|
| |
| virtual void | read () |
| | read the file whose name was given at reader's construction time More...
|
| |
|
| void | setup_callbacks () |
| |
| void | init_data () |
| |
| void | read_data () |
| |
| void | build_material_by_face () |
| |
|
| long | nvertices () const |
| |
| long | nfaces () const |
| |
|
| bool | vertex_cb (vertex_properties property, unsigned vertex_index, double value) |
| |
| bool | face_cb (face_properties property, unsigned face_index, unsigned nproperties, int property_index, double value) |
| |
| bool | material_cb (material_properties property, unsigned material_index, unsigned nproperties, int property_index, double value) |
| |
| void | error_cb (p_ply ply, const char *message) |
| |
| const std::string | _filename |
| |
| points_array_t | _points |
| |
| faces_array_t | _faces |
| |
| std::vector< unsigned > | _material_indices |
| |
| materials_array_t | _materials |
| |
| materials_array_t | _material_by_face |
| |
| p_ply | _ply |
| |
| long | _nvertices |
| |
| long | _nfaces |
| |
| long | _nmaterials |
| |
read an Altimetry from a PLY file.
Definition at line 23 of file altimetry_file_reader_impl.h.
◆ face_properties
◆ material_properties
◆ vertex_properties
◆ AltimetryPLYReader()
| tympan::AltimetryPLYReader::AltimetryPLYReader |
( |
const std::string |
filename | ) |
|
◆ ~AltimetryPLYReader()
| tympan::AltimetryPLYReader::~AltimetryPLYReader |
( |
| ) |
|
|
virtual |
◆ build_material_by_face()
| void tympan::AltimetryPLYReader::build_material_by_face |
( |
| ) |
|
◆ error_cb()
| void tympan::AltimetryPLYReader::error_cb |
( |
p_ply |
ply, |
|
|
const char * |
message |
|
) |
| |
◆ face_cb()
| bool tympan::AltimetryPLYReader::face_cb |
( |
face_properties |
property, |
|
|
unsigned |
face_index, |
|
|
unsigned |
nproperties, |
|
|
int |
property_index, |
|
|
double |
value |
|
) |
| |
◆ faces()
| virtual const faces_array_t& tympan::AltimetryPLYReader::faces |
( |
| ) |
const |
|
inlinevirtual |
◆ init_data()
| void tympan::AltimetryPLYReader::init_data |
( |
| ) |
|
◆ material_cb()
| bool tympan::AltimetryPLYReader::material_cb |
( |
material_properties |
property, |
|
|
unsigned |
material_index, |
|
|
unsigned |
nproperties, |
|
|
int |
property_index, |
|
|
double |
value |
|
) |
| |
◆ materials()
◆ nfaces()
| long tympan::AltimetryPLYReader::nfaces |
( |
| ) |
const |
|
inline |
◆ nvertices()
| long tympan::AltimetryPLYReader::nvertices |
( |
| ) |
const |
|
inline |
◆ points()
| virtual const points_array_t& tympan::AltimetryPLYReader::points |
( |
| ) |
const |
|
inlinevirtual |
◆ read()
| void tympan::AltimetryPLYReader::read |
( |
| ) |
|
|
virtual |
◆ read_data()
| void tympan::AltimetryPLYReader::read_data |
( |
| ) |
|
◆ setup_callbacks()
| void tympan::AltimetryPLYReader::setup_callbacks |
( |
| ) |
|
◆ vertex_cb()
| bool tympan::AltimetryPLYReader::vertex_cb |
( |
vertex_properties |
property, |
|
|
unsigned |
vertex_index, |
|
|
double |
value |
|
) |
| |
◆ _faces
◆ _filename
| const std::string tympan::AltimetryPLYReader::_filename |
◆ _material_by_face
◆ _material_indices
| std::vector<unsigned> tympan::AltimetryPLYReader::_material_indices |
|
protected |
◆ _materials
◆ _nfaces
| long tympan::AltimetryPLYReader::_nfaces |
|
protected |
◆ _nmaterials
| long tympan::AltimetryPLYReader::_nmaterials |
|
protected |
◆ _nvertices
| long tympan::AltimetryPLYReader::_nvertices |
|
protected |
◆ _ply
| p_ply tympan::AltimetryPLYReader::_ply |
|
protected |
◆ _points
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/code-tympan-fbessou/checkouts/latest/Tympan/models/business/altimetry_file_reader_impl.h
- /home/docs/checkouts/readthedocs.org/user_builds/code-tympan-fbessou/checkouts/latest/Tympan/models/business/altimetry_file_reader.cpp