IN2OSM  1.0.1

Transition class in IndoorGML, Transition(way) in OSM weight in IndoorGML Member of pos in Transition. More...

#include <Transform.h>

Inheritance diagram for Transition:
Inheritance graph
Collaboration diagram for Transition:
Collaboration graph

Public Member Functions

 Transition ()
 

Public Attributes

std::string name
 
std::string weight
 
std::vector< Pos * > pos_vector
 
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

Transition class in IndoorGML, Transition(way) in OSM weight in IndoorGML Member of pos in Transition.

Definition at line 117 of file Transform.h.

Constructor & Destructor Documentation

◆ Transition()

Transition ( )
inline

Definition at line 122 of file Transform.h.

122  {
123  type=4;
124  }

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.

◆ name

std::string name

Definition at line 119 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_vector

std::vector<Pos *> pos_vector

Definition at line 121 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.

◆ weight

std::string weight

Definition at line 120 of file Transform.h.


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