MDAL
Public Member Functions | List of all members
MDAL::MeshSelafinVertexIterator Class Reference
Inheritance diagram for MDAL::MeshSelafinVertexIterator:
MDAL::MeshVertexIterator

Public Member Functions

 MeshSelafinVertexIterator (std::shared_ptr< SelafinFile > reader)
 Contructs a vertex iterator with a SerafinFile instance. More...
 
size_t next (size_t vertexCount, double *coordinates) override
 

Constructor & Destructor Documentation

◆ MeshSelafinVertexIterator()

MDAL::MeshSelafinVertexIterator::MeshSelafinVertexIterator ( std::shared_ptr< SelafinFile reader)

Contructs a vertex iterator with a SerafinFile instance.

Note
SerafinFile instance is shared between different dataset, with the mesh and its iterators. As SerafinStreamReader is not thread safe, it has to be shared in the same thread.

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