Open3D (C++ API)  0.18.0
Public Member Functions
open3d::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.

Constructor & Destructor Documentation

◆ DimValue() [1/2]

open3d::ml::op_util::DimValue::DimValue ( )
inline

◆ DimValue() [2/2]

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

Member Function Documentation

◆ constant()

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

◆ operator*=()

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

◆ ToString()

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

◆ value()

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

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