pdal::Dimension
#
-
namespace Dimension#
-
Enums
Functions
-
inline std::string interpretationName(Type dimtype)#
Get a string reresentation of a datatype.
- Parameters:
dimtype – [in] Dimension type.
- Returns:
String representation of dimension type.
-
inline Type type(std::string s)#
Get the type corresponding to a type name.
- Parameters:
s – Name of type.
- Returns:
Corresponding type enumeration value.
-
inline std::size_t extractName(const std::string &s, std::string::size_type p)#
Extract a dimension name of a string.
Dimension names start with an alpha and continue with numbers or underscores.
- Parameters:
s – String from which to extract dimension name.
p – Position at which to start extracting.
- Returns:
Number of characters in the extracted name.
-
inline std::string fixName(std::string name)#
-
inline bool nameValid(std::string name)#
-
class Detail#
- #include <DimDetail.hpp>
-
inline std::string interpretationName(Type dimtype)#