Open3D (C++ API)  0.18.0+5c982c7
Public Member Functions
open3d::core::TensorKey::SliceImpl Class Reference
Inheritance diagram for open3d::core::TensorKey::SliceImpl:
open3d::core::TensorKey::Impl

Public Member Functions

 SliceImpl (utility::optional< int64_t > start, utility::optional< int64_t > stop, utility::optional< int64_t > step)
 
std::shared_ptr< SliceImplInstantiateDimSize (int64_t dim_size) const
 
int64_t GetStart () const
 
int64_t GetStop () const
 
int64_t GetStep () const
 
std::string ToString () const override
 
- Public Member Functions inherited from open3d::core::TensorKey::Impl
 Impl (TensorKeyMode mode)
 
TensorKeyMode GetMode () const
 
virtual ~Impl ()
 

Constructor & Destructor Documentation

◆ SliceImpl()

open3d::core::TensorKey::SliceImpl::SliceImpl ( utility::optional< int64_t >  start,
utility::optional< int64_t >  stop,
utility::optional< int64_t >  step 
)
inline

Member Function Documentation

◆ GetStart()

int64_t open3d::core::TensorKey::SliceImpl::GetStart ( ) const
inline

◆ GetStep()

int64_t open3d::core::TensorKey::SliceImpl::GetStep ( ) const
inline

◆ GetStop()

int64_t open3d::core::TensorKey::SliceImpl::GetStop ( ) const
inline

◆ InstantiateDimSize()

std::shared_ptr<SliceImpl> open3d::core::TensorKey::SliceImpl::InstantiateDimSize ( int64_t  dim_size) const
inline

◆ ToString()

std::string open3d::core::TensorKey::SliceImpl::ToString ( ) const
inlineoverridevirtual

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