MDAL
Public Member Functions | List of all members
MDAL::MeshSelafinFaceIterator Class Reference
Inheritance diagram for MDAL::MeshSelafinFaceIterator:
MDAL::MeshFaceIterator

Public Member Functions

 MeshSelafinFaceIterator (std::shared_ptr< SelafinFile > reader)
 Contructs a face iterator with a SerafinFile instance. More...
 
size_t next (size_t faceOffsetsBufferLen, int *faceOffsetsBuffer, size_t vertexIndicesBufferLen, int *vertexIndicesBuffer) override
 

Constructor & Destructor Documentation

◆ MeshSelafinFaceIterator()

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

Contructs a face iterator with a SerafinFile instance.

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

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