levelz-cpp 0.2.0
Loading...
Searching...
No Matches
LevelZ::CoordinateMatrix Struct Referenceabstract

#include <matrix.hpp>

Inheritance diagram for LevelZ::CoordinateMatrix:
LevelZ::CoordinateMatrix2D LevelZ::CoordinateMatrix3D

Public Member Functions

virtual std::string to_string () const =0
 

Detailed Description

Represents a coordinate matrix.

Member Function Documentation

◆ to_string()

virtual std::string LevelZ::CoordinateMatrix::to_string ( ) const
pure virtual

Converts this coordinate matrix to a string.

Returns
The string representation of the coordinate.

Implemented in LevelZ::CoordinateMatrix2D, and LevelZ::CoordinateMatrix3D.


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