Volume Cartographer 2.27.0
Public Member Functions | Public Attributes | Private Types | Private Member Functions | Private Attributes | List of all members
volcart::IntersectionTextureNode Class Reference

Generate a Texture by intersection with a Volume. More...

#include <vc/graph/texturing.hpp>

Inheritance diagram for volcart::IntersectionTextureNode:
[legend]
Collaboration diagram for volcart::IntersectionTextureNode:
[legend]

Public Member Functions

 IntersectionTextureNode ()
 

Public Attributes

smgl::InputPort< PerPixelMap::Pointerppm
 Input PerPixelMap. More...
 
smgl::InputPort< Volume::Pointervolume
 Input Volume. More...
 
smgl::OutputPort< cv::Mat > texture
 Generated texture image. More...
 

Private Types

using TAlgo = texturing::IntersectionTexture
 

Private Member Functions

auto serialize_ (bool useCache, const filesystem::path &cacheDir) -> smgl::Metadata override
 
void deserialize_ (const smgl::Metadata &meta, const filesystem::path &cacheDir) override
 

Private Attributes

TAlgo textureGen_
 
cv::Mat texture_
 

Detailed Description

Generate a Texture by intersection with a Volume.

See also
texturing::IntersectionTexture

Definition at line 400 of file texturing.hpp.

Member Typedef Documentation

◆ TAlgo

Algorithm class type

Definition at line 404 of file texturing.hpp.

Constructor & Destructor Documentation

◆ IntersectionTextureNode()

volcart::IntersectionTextureNode::IntersectionTextureNode ( )

Constructor

Member Function Documentation

◆ deserialize_()

void volcart::IntersectionTextureNode::deserialize_ ( const smgl::Metadata &  meta,
const filesystem::path &  cacheDir 
)
overrideprivate

smgl custom deserialization

◆ serialize_()

auto volcart::IntersectionTextureNode::serialize_ ( bool  useCache,
const filesystem::path &  cacheDir 
) -> smgl::Metadata
overrideprivate

smgl custom serialization

Member Data Documentation

◆ ppm

smgl::InputPort<PerPixelMap::Pointer> volcart::IntersectionTextureNode::ppm

Input PerPixelMap.

Definition at line 412 of file texturing.hpp.

◆ texture

smgl::OutputPort<cv::Mat> volcart::IntersectionTextureNode::texture

Generated texture image.

Definition at line 416 of file texturing.hpp.

◆ texture_

cv::Mat volcart::IntersectionTextureNode::texture_
private

Output image

Definition at line 408 of file texturing.hpp.

◆ textureGen_

TAlgo volcart::IntersectionTextureNode::textureGen_
private

Texturing algorithm

Definition at line 406 of file texturing.hpp.

◆ volume

smgl::InputPort<Volume::Pointer> volcart::IntersectionTextureNode::volume

Input Volume.

Definition at line 414 of file texturing.hpp.


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