LArOpenCV  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Public Member Functions | List of all members
larcv::EmptyImageClusterFactory Class Reference

A concrete factory class for larcv::EmptyImageCluster. More...

#include <EmptyImageCluster.h>

Inheritance diagram for larcv::EmptyImageClusterFactory:
larcv::ImageClusterFactoryBase

Public Member Functions

 EmptyImageClusterFactory ()
 ctor More...
 
 ~EmptyImageClusterFactory ()
 dtor More...
 
ImageClusterBasecreate (const std::string instance_name)
 creation method More...
 

Detailed Description

A concrete factory class for larcv::EmptyImageCluster.

Definition at line 55 of file EmptyImageCluster.h.

Constructor & Destructor Documentation

larcv::EmptyImageClusterFactory::EmptyImageClusterFactory ( )
inline

ctor

Definition at line 58 of file EmptyImageCluster.h.

References larcv::ImageClusterFactory::add_factory(), and larcv::ImageClusterFactory::get().

58 { ImageClusterFactory::get().add_factory("EmptyImageCluster",this); }
larcv::EmptyImageClusterFactory::~EmptyImageClusterFactory ( )
inline

dtor

Definition at line 60 of file EmptyImageCluster.h.

60 {}

Member Function Documentation

ImageClusterBase* larcv::EmptyImageClusterFactory::create ( const std::string  instance_name)
inlinevirtual

creation method

Implements larcv::ImageClusterFactoryBase.

Definition at line 62 of file EmptyImageCluster.h.

62 { return new EmptyImageCluster(instance_name); }

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