Volume Cartographer 2.27.0
|
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... | |
Convenience type for textured meshes.
Definition at line 17 of file TexturedMesh.hpp.
|
inline |
Constructor with member components.
Definition at line 21 of file TexturedMesh.hpp.
cv::Mat volcart::TexturedMesh::img |
Texture image.
Definition at line 30 of file TexturedMesh.hpp.
ITKMesh::Pointer volcart::TexturedMesh::mesh |
Mesh geometry.
Definition at line 26 of file TexturedMesh.hpp.
UVMap::Pointer volcart::TexturedMesh::uv |
UV map.
Definition at line 28 of file TexturedMesh.hpp.