Volume Cartographer 2.27.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | Public Attributes | Private Attributes | List of all members
volcart::MeshPropertiesNode Class Reference

Retrieve Mesh properties (e.g. number of vertices, number of faces, etc.) More...

#include <vc/graph/core.hpp>

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

Public Member Functions

 MeshPropertiesNode ()
 

Public Attributes

smgl::InputPort< ITKMesh::Pointer > mesh {&mesh_}
 Input mesh. More...
 
smgl::OutputPort< std::size_t > numVertices
 Number of vertices in the mesh. More...
 
smgl::OutputPort< std::size_t > numFaces
 Number of faces in the mesh. More...
 

Private Attributes

ITKMesh::Pointer mesh_ {nullptr}
 

Detailed Description

Retrieve Mesh properties (e.g. number of vertices, number of faces, etc.)

Definition at line 228 of file core.hpp.

Constructor & Destructor Documentation

◆ MeshPropertiesNode()

volcart::MeshPropertiesNode::MeshPropertiesNode ( )

Constructor

Member Data Documentation

◆ mesh

smgl::InputPort<ITKMesh::Pointer> volcart::MeshPropertiesNode::mesh {&mesh_}

Input mesh.

Definition at line 236 of file core.hpp.

◆ mesh_

ITKMesh::Pointer volcart::MeshPropertiesNode::mesh_ {nullptr}
private

Input mesh

Definition at line 232 of file core.hpp.

◆ numFaces

smgl::OutputPort<std::size_t> volcart::MeshPropertiesNode::numFaces

Number of faces in the mesh.

Definition at line 240 of file core.hpp.

◆ numVertices

smgl::OutputPort<std::size_t> volcart::MeshPropertiesNode::numVertices

Number of vertices in the mesh.

Definition at line 238 of file core.hpp.


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