ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::ml::op_util::DimValue Class Reference

Class for representing a possibly unknown dimension value. More...

#include <ShapeChecking.h>

Public Member Functions

 DimValue ()
 
 DimValue (int64_t v)
 
DimValueoperator*= (const DimValue &b)
 
std::string ToString () const
 
int64_t & value ()
 
bool & constant ()
 

Detailed Description

Class for representing a possibly unknown dimension value.

Definition at line 19 of file ShapeChecking.h.

Constructor & Destructor Documentation

◆ DimValue() [1/2]

cloudViewer::ml::op_util::DimValue::DimValue ( )
inline

Definition at line 21 of file ShapeChecking.h.

◆ DimValue() [2/2]

cloudViewer::ml::op_util::DimValue::DimValue ( int64_t  v)
inline

Definition at line 22 of file ShapeChecking.h.

Member Function Documentation

◆ constant()

bool& cloudViewer::ml::op_util::DimValue::constant ( )
inline

Definition at line 40 of file ShapeChecking.h.

Referenced by cloudViewer::ml::op_util::operator==().

◆ operator*=()

DimValue& cloudViewer::ml::op_util::DimValue::operator*= ( const DimValue b)
inline

Definition at line 23 of file ShapeChecking.h.

◆ ToString()

std::string cloudViewer::ml::op_util::DimValue::ToString ( ) const
inline

Definition at line 30 of file ShapeChecking.h.

References patch::to_string().

◆ value()

int64_t& cloudViewer::ml::op_util::DimValue::value ( )
inline

Definition at line 36 of file ShapeChecking.h.

Referenced by cloudViewer::ml::op_util::operator==().


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