IN2OSM  1.0.1

State class in IndoorGML, State(Node) in OSM State Pos. More...

#include <Transform.h>

Inheritance diagram for State:
Inheritance graph
Collaboration diagram for State:
Collaboration graph

Public Member Functions

 State ()
 

Public Attributes

Pospos
 
int type
 
int outer =0
 
int storey =99999
 
std::string storey_id
 
std::string gml_id
 
std::string osm_id
 
std::string imdf_id
 
std::string Description
 
ICduality = NULL
 
std::vector< IC * > partialboundedBy
 
std::vector< IC * > connects
 
std::vector< IC * > inner
 

Detailed Description

State class in IndoorGML, State(Node) in OSM State Pos.

Definition at line 104 of file Transform.h.

Constructor & Destructor Documentation

◆ State()

State ( )
inline

Definition at line 107 of file Transform.h.

107  {
108  type=3;
109  }

Member Data Documentation

◆ connects

std::vector<IC *> connects
inherited

Definition at line 50 of file Transform.h.

◆ Description

std::string Description
inherited

Definition at line 47 of file Transform.h.

◆ duality

IC* duality = NULL
inherited

Definition at line 48 of file Transform.h.

◆ gml_id

std::string gml_id
inherited

Definition at line 44 of file Transform.h.

◆ imdf_id

std::string imdf_id
inherited

Definition at line 46 of file Transform.h.

◆ inner

std::vector<IC *> inner
inherited

Definition at line 51 of file Transform.h.

◆ osm_id

std::string osm_id
inherited

Definition at line 45 of file Transform.h.

◆ outer

int outer =0
inherited

Definition at line 41 of file Transform.h.

◆ partialboundedBy

std::vector<IC *> partialboundedBy
inherited

Definition at line 49 of file Transform.h.

◆ pos

Pos* pos

Definition at line 106 of file Transform.h.

◆ storey

int storey =99999
inherited

Definition at line 42 of file Transform.h.

◆ storey_id

std::string storey_id
inherited

Definition at line 43 of file Transform.h.

◆ type

int type
inherited

Definition at line 40 of file Transform.h.


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