Retrieve Mesh properties (e.g. number of vertices, number of faces, etc.)  
 More...
#include <vc/graph/core.hpp>
|  | 
| ITKMesh::Pointer | mesh_ {nullptr} | 
|  | 
Retrieve Mesh properties (e.g. number of vertices, number of faces, etc.) 
Definition at line 228 of file core.hpp.
◆ MeshPropertiesNode()
      
        
          | volcart::MeshPropertiesNode::MeshPropertiesNode | ( |  | ) |  | 
      
 
 
◆ mesh
      
        
          | smgl::InputPort<ITKMesh::Pointer> volcart::MeshPropertiesNode::mesh {&mesh_} | 
      
 
 
◆ mesh_
  
  | 
        
          | ITKMesh::Pointer volcart::MeshPropertiesNode::mesh_ {nullptr} |  | private | 
 
 
◆ 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: