Class array3D_t

Inheritance Relationships

Base Type

Class Documentation

class array3D_t : public slam_mer::arrayNX_t<3>

3D array of doubles.

Public Types

using vector = vector_t<array3D_t>

Public Functions

array3D_t() = default

Default constructor.

inline array3D_t(const double x_, const double y_, const double z_)

Construct a new array3D t object

Parameters:
  • x_ – X component of the 3D array.

  • y_ – Y component of the 3D array.

  • z_ – Z component of the 3D array.

Private Types

using base_t = arrayND_t<3>