Static Public Member Functions | List of all members
ecvl::AugmentationFactory Struct Reference

#include <augmentations.h>

Static Public Member Functions

static std::shared_ptr< Augmentationcreate (std::istream &is)
 
static std::shared_ptr< Augmentationcreate (const std::string &name, std::istream &is)
 

Detailed Description

Definition at line 231 of file augmentations.h.

Member Function Documentation

◆ create() [1/2]

static std::shared_ptr<Augmentation> ecvl::AugmentationFactory::create ( std::istream &  is)
inlinestatic
Examples
example_ecvl_eddl.cpp.

Definition at line 233 of file augmentations.h.

◆ create() [2/2]

static std::shared_ptr<Augmentation> ecvl::AugmentationFactory::create ( const std::string &  name,
std::istream &  is 
)
static

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