Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Public Types | Public Member Functions | List of all members
tympan::IMeshReader Class Referenceabstract

#include <altimetry_file_reader.h>

Inheritance diagram for tympan::IMeshReader:
Inheritance graph
[legend]

Public Types

typedef std::deque< OPoint3Dpoints_array_t
 Type of the points array returned. More...
 
typedef std::deque< OTrianglefaces_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_tpoints () const =0
 Getter for the points read. More...
 
virtual const faces_array_tfaces () const =0
 Getter for the faces read. More...
 
virtual const materials_array_tmaterials () 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...
 

Detailed Description

Definition at line 29 of file altimetry_file_reader.h.

Member Typedef Documentation

◆ faces_array_t

Type of the faces array returned.

Definition at line 35 of file altimetry_file_reader.h.

◆ materials_array_t

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.

◆ points_array_t

Type of the points array returned.

Definition at line 33 of file altimetry_file_reader.h.

Member Function Documentation

◆ faces()

virtual const faces_array_t& tympan::IMeshReader::faces ( ) const
pure virtual

Getter for the faces read.

Implemented in tympan::AltimetryPLYReader.

◆ materials()

virtual const materials_array_t& tympan::IMeshReader::materials ( ) const
pure virtual

Getter for the faces read.

Implemented in tympan::AltimetryPLYReader.

◆ points()

virtual const points_array_t& tympan::IMeshReader::points ( ) const
pure virtual

Getter for the points read.

Implemented in tympan::AltimetryPLYReader.

◆ read()

virtual void tympan::IMeshReader::read ( )
pure virtual

read the file whose name was given at reader's construction time

Implemented in tympan::AltimetryPLYReader.


The documentation for this class was generated from the following file: