Agrarsense
Functions
Tagger.cpp File Reference
#include "Tagger.h"
#include "Agrarsense/Utils/EnumUtilities.h"
#include "Agrarsense/Walker/Walker.h"
#include "Agrarsense/InstancedRendering/InstancedActor.h"
#include "Agrarsense/Settings/AgrarsenseSettings.h"
#include "Agrarsense/Logging/CSVFile.h"
#include "Agrarsense/Utils/CoordinateConversionUtilities.h"
#include "GeoReferencingSystem.h"
#include "AssetRegistry/AssetRegistryModule.h"
#include "Components/SkeletalMeshComponent.h"
#include "Components/StaticMeshComponent.h"
#include "Engine/SkeletalMesh.h"
#include "Engine/StaticMesh.h"
#include "Landscape.h"
#include "LandscapeComponent.h"
#include "Engine/World.h"
#include "Kismet/GameplayStatics.h"
#include "TimerManager.h"
Include dependency graph for Tagger.cpp:

Go to the source code of this file.

Functions

template<typename T >
static auto CastEnum (T label)
 

Function Documentation

◆ CastEnum()

template<typename T >
static auto CastEnum ( label)
static

Definition at line 96 of file Tagger.cpp.

97{
98 return static_cast<typename std::underlying_type<T>::type>(label);
99}

Referenced by ATagger::SetStencilValue(), and ATagger::TagLandscape().