|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <altimetry_file_reader.h>

Public Types | |
| typedef std::deque< OPoint3D > | points_array_t |
| Type of the points array returned. More... | |
| typedef std::deque< OTriangle > | faces_array_t |
| Type of the faces array returned. More... | |
| typedef std::deque< std::string > | materials_array_t |
| Type of the material array returned. More... | |
Public Member Functions | |
| virtual const points_array_t & | points () const =0 |
| Getter for the points read. More... | |
| virtual const faces_array_t & | faces () const =0 |
| Getter for the faces read. More... | |
| virtual const materials_array_t & | materials () const =0 |
| Getter for the faces read. More... | |
| virtual void | read ()=0 |
| read the file whose name was given at reader's construction time More... | |
Definition at line 29 of file altimetry_file_reader.h.
| typedef std::deque<OTriangle> tympan::IMeshReader::faces_array_t |
Type of the faces array returned.
Definition at line 35 of file altimetry_file_reader.h.
| typedef std::deque<std::string> tympan::IMeshReader::materials_array_t |
Type of the material array returned.
Definition at line 37 of file altimetry_file_reader.h.
| typedef std::deque<OPoint3D> tympan::IMeshReader::points_array_t |
Type of the points array returned.
Definition at line 33 of file altimetry_file_reader.h.
|
pure virtual |
Getter for the faces read.
Implemented in tympan::AltimetryPLYReader.
|
pure virtual |
Getter for the faces read.
Implemented in tympan::AltimetryPLYReader.
|
pure virtual |
Getter for the points read.
Implemented in tympan::AltimetryPLYReader.
|
pure virtual |
read the file whose name was given at reader's construction time
Implemented in tympan::AltimetryPLYReader.