Zivid C++ API 2.11.1+de9b5dae-1
Public Types | Public Member Functions | Public Attributes | List of all members
Zivid::PointZ Struct Reference

Point with Z coordinate. More...

#include <Zivid/Point.h>

Public Types

using ValueType = float
 The type of the coordinate values.
 

Public Member Functions

 PointZ ()=default
 Constructor.
 
 PointZ (float zCoord)
 Constructor.
 
bool isNaN () const
 Check if the point is Not-a-Number (invalid)
 
ZIVID_CORE_EXPORT std::string toString () const
 Get string representation.
 
ZIVID_CORE_EXPORT bool operator== (const PointZ &rhs) const
 Check for equality.
 
ZIVID_CORE_EXPORT bool operator!= (const PointZ &rhs) const
 Check for inequality.
 

Public Attributes

ValueType z
 The z element of the point.
 

Detailed Description

Point with Z coordinate.

Member Typedef Documentation

◆ ValueType

using Zivid::PointZ::ValueType = float

The type of the coordinate values.

Constructor & Destructor Documentation

◆ PointZ() [1/2]

Zivid::PointZ::PointZ ( )
default

Constructor.

◆ PointZ() [2/2]

Zivid::PointZ::PointZ ( float  zCoord)
inline

Constructor.

Member Function Documentation

◆ isNaN()

bool Zivid::PointZ::isNaN ( ) const
inline

Check if the point is Not-a-Number (invalid)

◆ operator!=()

ZIVID_CORE_EXPORT bool Zivid::PointZ::operator!= ( const PointZ rhs) const

Check for inequality.

◆ operator==()

ZIVID_CORE_EXPORT bool Zivid::PointZ::operator== ( const PointZ rhs) const

Check for equality.

◆ toString()

ZIVID_CORE_EXPORT std::string Zivid::PointZ::toString ( ) const

Get string representation.

Member Data Documentation

◆ z

ValueType Zivid::PointZ::z

The z element of the point.


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