Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNEMoveOffset Class Reference

#include <GNEMoveOffset.h>

Public Member Functions

 GNEMoveOffset ()
 constructor
 
 GNEMoveOffset (const double x, const double y)
 constructor for X-Y move
 
 GNEMoveOffset (const double z)
 constructor for Z move
 
 ~GNEMoveOffset ()
 destructor
 

Data Fields

const double x
 X.
 
const double y
 Y.
 
const double z
 Z.
 

Private Member Functions

 GNEMoveOffset (const GNEMoveOffset &)=delete
 Invalidated copy constructor.
 
GNEMoveOffsetoperator= (const GNEMoveOffset &)=delete
 Invalidated assignment operator.
 

Detailed Description

Definition at line 27 of file GNEMoveOffset.h.

Constructor & Destructor Documentation

◆ GNEMoveOffset() [1/4]

GNEMoveOffset::GNEMoveOffset ( )

constructor

Definition at line 27 of file GNEMoveOffset.cpp.

◆ GNEMoveOffset() [2/4]

GNEMoveOffset::GNEMoveOffset ( const double  x,
const double  y 
)

constructor for X-Y move

Definition at line 34 of file GNEMoveOffset.cpp.

◆ GNEMoveOffset() [3/4]

GNEMoveOffset::GNEMoveOffset ( const double  z)

constructor for Z move

Definition at line 41 of file GNEMoveOffset.cpp.

◆ ~GNEMoveOffset()

GNEMoveOffset::~GNEMoveOffset ( )

destructor

Definition at line 48 of file GNEMoveOffset.cpp.

◆ GNEMoveOffset() [4/4]

GNEMoveOffset::GNEMoveOffset ( const GNEMoveOffset )
privatedelete

Invalidated copy constructor.

Member Function Documentation

◆ operator=()

GNEMoveOffset & GNEMoveOffset::operator= ( const GNEMoveOffset )
privatedelete

Invalidated assignment operator.

Field Documentation

◆ x

const double GNEMoveOffset::x

◆ y

const double GNEMoveOffset::y

◆ z

const double GNEMoveOffset::z

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