Open3D (C++ API)
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
open3d::io::MKVReader Class Reference

#include <MKVReader.h>

Public Member Functions

 MKVReader ()
 
virtual ~MKVReader ()
 
bool IsOpened ()
 
bool IsEOF ()
 
bool Open (const std::string &filename)
 
void Close ()
 
MKVMetadataGetMetadata ()
 
bool SeekTimestamp (size_t timestamp)
 
std::shared_ptr< geometry::RGBDImageNextFrame ()
 

Constructor & Destructor Documentation

◆ MKVReader()

open3d::io::MKVReader::MKVReader ( )

◆ ~MKVReader()

virtual open3d::io::MKVReader::~MKVReader ( )
inlinevirtual

Member Function Documentation

◆ Close()

void open3d::io::MKVReader::Close ( )

◆ GetMetadata()

MKVMetadata& open3d::io::MKVReader::GetMetadata ( )
inline

◆ IsEOF()

bool open3d::io::MKVReader::IsEOF ( )
inline

◆ IsOpened()

bool open3d::io::MKVReader::IsOpened ( )

◆ NextFrame()

std::shared_ptr< geometry::RGBDImage > open3d::io::MKVReader::NextFrame ( )

◆ Open()

bool open3d::io::MKVReader::Open ( const std::string &  filename)

◆ SeekTimestamp()

bool open3d::io::MKVReader::SeekTimestamp ( size_t  timestamp)

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