Agrarsense
Static Public Member Functions | Static Private Attributes | List of all members
USemanticColors Class Reference

#include <SemanticColors.h>

Static Public Member Functions

static TMap< FString, FColor > GetSemanticColors ()
 

Static Private Attributes

static const TMap< FString, FColor > SemanticColors
 

Detailed Description

Definition at line 11 of file SemanticColors.h.

Member Function Documentation

◆ GetSemanticColors()

static TMap< FString, FColor > USemanticColors::GetSemanticColors ( )
inlinestatic

Definition at line 16 of file SemanticColors.h.

17 {
18 return SemanticColors;
19 }
static const TMap< FString, FColor > SemanticColors

Referenced by ASensor::GetSemanticColors().

Member Data Documentation

◆ SemanticColors

const TMap< FString, FColor > USemanticColors::SemanticColors
staticprivate
Initial value:
=
{
{"None", FColor(0, 0, 0)},
{"Terrain", FColor(192, 96, 192)},
{"Props", FColor(128, 64, 128)},
{"Human", FColor(220, 20, 60)},
{"Reindeer", FColor(0, 0, 255)},
{"Moose", FColor(255, 140, 0)},
{"Rocks", FColor(139, 69, 19)},
{"Vehicle", FColor(0, 0, 142)},
{"Forwarder", FColor(0, 0, 142)},
{"Harvester", FColor(0, 0, 142)},
{"Drone", FColor(0, 0, 142)},
{"Foliage", FColor(107, 142, 35)},
{"Birch", FColor(0, 255, 0)},
{"Pine", FColor(0, 128, 0)},
{"Spruce", FColor(0, 192, 0)},
{"Alder", FColor(0, 255, 128)},
{"Willow", FColor(0, 255, 255)},
{"Deadwood", FColor(160, 82, 45)},
{"Snowflake", FColor(255, 255, 0)},
{"Road", FColor(169, 169, 169)},
{"Building", FColor(0, 0, 255)}
}

Definition at line 23 of file SemanticColors.h.


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