Class MessageArray2D::Description

Nested Relationships

This class is a nested type of Class MessageArray2D.

Inheritance Relationships

Base Type

Class Documentation

class Description : public flamegpu::MessageArray2D::CDescription

User accessible interface to Array messages within mode description hierarchy

See also

Data

Public Functions

explicit Description(std::shared_ptr<Data> data)

Description

Constructor, creates an interface to the MessageData

Parameters:

dataData store of this agent’s data

Description(const Description &other_message) = default

Copy constructor Creates a new interface to the same MessageData/ModelData

Description(Description &&other_message) = default
Description &operator=(const Description &other_message) = default

Assignment operator Assigns this interface to the same MessageData/ModelData

Description &operator=(Description &&other_message) = default
void setDimensions(size_type len_x, size_type len_y)

Accessors

void setDimensions(const std::array<size_type, 2> &dims)