Volume Cartographer 2.27.0
Public Attributes | List of all members
volcart::MeshReaderResult Struct Reference

Result for ReadMesh. More...

#include <vc/core/io/MeshIO.hpp>

Public Attributes

ITKMesh::Pointer mesh
 
UVMap::Pointer uv
 
cv::Mat texture
 

Detailed Description

Result for ReadMesh.

Definition at line 16 of file MeshIO.hpp.

Member Data Documentation

◆ mesh

ITKMesh::Pointer volcart::MeshReaderResult::mesh

Mesh

Definition at line 18 of file MeshIO.hpp.

◆ texture

cv::Mat volcart::MeshReaderResult::texture

Texture image, if loaded a textured mesh. nullptr if not textured

Definition at line 22 of file MeshIO.hpp.

◆ uv

UVMap::Pointer volcart::MeshReaderResult::uv

UV map, if loaded a textured mesh. nullptr if not textured

Definition at line 20 of file MeshIO.hpp.


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