Volume Cartographer 2.27.0
Public Member Functions | Public Attributes | List of all members
volcart::TexturedMesh Struct Reference

Convenience type for textured meshes. More...

#include <vc/core/types/TexturedMesh.hpp>

Public Member Functions

 TexturedMesh ()=default
 Default constructor.
 
 TexturedMesh (ITKMesh::Pointer m, UVMap::Pointer u, cv::Mat i)
 Constructor with member components. More...
 

Public Attributes

ITKMesh::Pointer mesh
 Mesh geometry. More...
 
UVMap::Pointer uv
 UV map. More...
 
cv::Mat img
 Texture image. More...
 

Detailed Description

Convenience type for textured meshes.

Definition at line 17 of file TexturedMesh.hpp.

Constructor & Destructor Documentation

◆ TexturedMesh()

volcart::TexturedMesh::TexturedMesh ( ITKMesh::Pointer  m,
UVMap::Pointer  u,
cv::Mat  i 
)
inline

Constructor with member components.

Definition at line 21 of file TexturedMesh.hpp.

Member Data Documentation

◆ img

cv::Mat volcart::TexturedMesh::img

Texture image.

Definition at line 30 of file TexturedMesh.hpp.

◆ mesh

ITKMesh::Pointer volcart::TexturedMesh::mesh

Mesh geometry.

Definition at line 26 of file TexturedMesh.hpp.

◆ uv

UVMap::Pointer volcart::TexturedMesh::uv

UV map.

Definition at line 28 of file TexturedMesh.hpp.


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