Agrarsense
Enumerations
ObjectLabel.h File Reference
#include "CoreMinimal.h"
#include <cstdint>
Include dependency graph for ObjectLabel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  ELabels : uint8 {
  None = 0u UMETA(DisplayName = "None") , Terrain = 1u UMETA(DisplayName = "Terrain") , Props = 2u UMETA(DisplayName = "Props") , Human = 3u UMETA(DisplayName = "Human") ,
  Reindeer = 4u UMETA(DisplayName = "Reindeer") , Foliage = 5u UMETA(DisplayName = "Foliage") , Birch = 6u UMETA(DisplayName = "Birch") , Pine = 7u UMETA(DisplayName = "Pine") ,
  Spruce = 8u UMETA(DisplayName = "Spruce") , Alder = 9u UMETA(DisplayName = "Alder") , Willow = 10u UMETA(DisplayName = "Willow") , Rocks = 11u UMETA(DisplayName = "Rocks") ,
  Road = 12u UMETA(DisplayName = "Road") , Building = 13u UMETA(DisplayName = "Building") , Sky = 14u UMETA(DisplayName = "Sky") , Water = 15u UMETA(DisplayName = "Water") ,
  Drone = 16u UMETA(DisplayName = "Drone") , Harvester = 17u UMETA(DisplayName = "Harvester") , Forwarder = 18u UMETA(DisplayName = "Forwarder") , Sensors = 19u UMETA(DisplayName = "Sensors") ,
  Snow = 20u UMETA(DisplayName = "Snow") , Leaves = 21u UMETA(DisplayName = "Leaves")
}
 

Enumeration Type Documentation

◆ ELabels

enum class ELabels : uint8
strong
Enumerator
None 
Terrain 
Props 
Human 
Reindeer 
Foliage 
Birch 
Pine 
Spruce 
Alder 
Willow 
Rocks 
Road 
Building 
Sky 
Water 
Drone 
Harvester 
Forwarder 
Sensors 
Snow 
Leaves 

Definition at line 13 of file ObjectLabel.h.

14{
15 None = 0u UMETA(DisplayName = "None"),
16 Terrain = 1u UMETA(DisplayName = "Terrain"),
17 Props = 2u UMETA(DisplayName = "Props"),
18 Human = 3u UMETA(DisplayName = "Human"),
19 Reindeer = 4u UMETA(DisplayName = "Reindeer"),
20 Foliage = 5u UMETA(DisplayName = "Foliage"),
21 Birch = 6u UMETA(DisplayName = "Birch"),
22 Pine = 7u UMETA(DisplayName = "Pine"),
23 Spruce = 8u UMETA(DisplayName = "Spruce"),
24 Alder = 9u UMETA(DisplayName = "Alder"),
25 Willow = 10u UMETA(DisplayName = "Willow"),
26 Rocks = 11u UMETA(DisplayName = "Rocks"),
27 Road = 12u UMETA(DisplayName = "Road"),
28 Building = 13u UMETA(DisplayName = "Building"),
29 Sky = 14u UMETA(DisplayName = "Sky"),
30 Water = 15u UMETA(DisplayName = "Water"),
31 Drone = 16u UMETA(DisplayName = "Drone"),
32 Harvester = 17u UMETA(DisplayName = "Harvester"),
33 Forwarder = 18u UMETA(DisplayName = "Forwarder"),
34 Sensors = 19u UMETA(DisplayName = "Sensors"),
35 Snow = 20u UMETA(DisplayName = "Snow"),
36 Leaves = 21u UMETA(DisplayName = "Leaves")
37}