Class MessageSpatial3D::Description
Defined in File MessageSpatial3DHost.h
Nested Relationships
This class is a nested type of Class MessageSpatial3D.
Inheritance Relationships
Base Type
public flamegpu::MessageSpatial3D::CDescription
(Class MessageSpatial3D::CDescription)
Class Documentation
-
class Description : public flamegpu::MessageSpatial3D::CDescription
User accessible interface to Spatial3D messages within mode description hierarchy
See also
Public Functions
-
Constructor, creates an interface to the MessageData
- Parameters:
data – Data 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 setMinZ(float z)
Accessors
-
void setMaxZ(float z)
-
void setMin(float x, float y, float z)
-
void setMax(float x, float y, float z)
-