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

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

Public Member Functions

 Cell (std::uint64_t p1, std::uint64_t p2, std::uint64_t p3)
 

Public Attributes

std::uint64_t v1
 
std::uint64_t v2
 
std::uint64_t v3
 

Detailed Description

Generic triangular face structure

Definition at line 27 of file SimpleMesh.hpp.

Constructor & Destructor Documentation

◆ Cell()

volcart::SimpleMesh::Cell::Cell ( std::uint64_t  p1,
std::uint64_t  p2,
std::uint64_t  p3 
)
inline

Definition at line 30 of file SimpleMesh.hpp.

Member Data Documentation

◆ v1

std::uint64_t volcart::SimpleMesh::Cell::v1

Definition at line 28 of file SimpleMesh.hpp.

◆ v2

std::uint64_t volcart::SimpleMesh::Cell::v2

Definition at line 28 of file SimpleMesh.hpp.

◆ v3

std::uint64_t volcart::SimpleMesh::Cell::v3

Definition at line 28 of file SimpleMesh.hpp.


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