iVS3D v2.0.0
Loading...
Searching...
No Matches
ModelInputIteratorFactory Class Reference

The ModelInputIteratorFactory class is used to create ModelInputIterator instances. More...

#include <modelinputiteratorfactory.h>

Public Types

enum  IteratorType { Images , Keyframes }
 The IteratorType enum represents possible iterators to create. More...
 

Static Public Member Functions

static ModelInputIteratorcreateIterator (IteratorType t)
 create a ModelInputIterator of given IteratorType
 

Detailed Description

The ModelInputIteratorFactory class is used to create ModelInputIterator instances.

Author
Dominik Wüst
Date
2021/02/10

Member Enumeration Documentation

◆ IteratorType

The IteratorType enum represents possible iterators to create.

Enumerator
Images 

iterate all images

Keyframes 

iterate keyframes only

Member Function Documentation

◆ createIterator()

ModelInputIterator * ModelInputIteratorFactory::createIterator ( ModelInputIteratorFactory::IteratorType  t)
static

create a ModelInputIterator of given IteratorType

Parameters
tthe iterator type
Returns
a pointer to the new ModelInputIterator

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