RepastHPC  2.3.1
Public Member Functions | Protected Attributes | List of all members
repast::BaseValueLayer Class Reference

Base implementation of a ValueLayer. More...

#include <ValueLayer.h>

Inheritance diagram for repast::BaseValueLayer:
repast::ValueLayer< ValueType, PointType > repast::ValueLayer< ValueType, double > repast::ValueLayer< ValueType, int > repast::ContinuousValueLayer< ValueType, Borders > repast::DiscreteValueLayer< ValueType, Borders >

Public Member Functions

 BaseValueLayer (const std::string &name)
 Creates a BaseValueLayer with the specified name.
 
std::string name () const
 Gets the value layer's name. More...
 

Protected Attributes

std::string _name
 

Detailed Description

Base implementation of a ValueLayer.

A ValueLayer stores values by location.

Member Function Documentation

◆ name()

std::string repast::BaseValueLayer::name ( ) const
inline

Gets the value layer's name.

Returns
the name of the value layer.

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