Open3D (C++ API)  0.18.0
Public Member Functions | Static Public Member Functions
open3d::ml::op_util::DimX< TLeft, TRight, TOp > Class Template Reference

Dim expression class. More...

#include <ShapeChecking.h>

Public Member Functions

int64_t value ()
 
bool & constant ()
 
bool assign (int64_t a)
 assigns a value to the expression More...
 
std::string ToString (bool show_value=true)
 

Static Public Member Functions

static DimX< TLeft, TRight, TOp > Create (TLeft left, TRight right)
 

Detailed Description

template<class TLeft, class TRight, class TOp>
class open3d::ml::op_util::DimX< TLeft, TRight, TOp >

Dim expression class.

Member Function Documentation

◆ assign()

template<class TLeft , class TRight , class TOp >
bool open3d::ml::op_util::DimX< TLeft, TRight, TOp >::assign ( int64_t  a)
inline

assigns a value to the expression

◆ constant()

template<class TLeft , class TRight , class TOp >
bool& open3d::ml::op_util::DimX< TLeft, TRight, TOp >::constant ( )
inline

◆ Create()

template<class TLeft , class TRight , class TOp >
static DimX<TLeft, TRight, TOp> open3d::ml::op_util::DimX< TLeft, TRight, TOp >::Create ( TLeft  left,
TRight  right 
)
inlinestatic

◆ ToString()

template<class TLeft , class TRight , class TOp >
std::string open3d::ml::op_util::DimX< TLeft, TRight, TOp >::ToString ( bool  show_value = true)
inline

◆ value()

template<class TLeft , class TRight , class TOp >
int64_t open3d::ml::op_util::DimX< TLeft, TRight, TOp >::value ( )
inline

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