Chi-Tech
chi_mesh::MeshGenerator::STLVertexListHelper< T > Struct Template Reference

#include <MeshGenerator.h>

Inheritance diagram for chi_mesh::MeshGenerator::STLVertexListHelper< T >:
chi_mesh::MeshGenerator::VertexListHelper

Public Member Functions

 STLVertexListHelper (const T &list)
 
const chi_mesh::Vertexat (uint64_t vid) const override
 
virtual const chi_mesh::Vertexat (uint64_t vid) const =0
 

Data Fields

const T & list_
 

Detailed Description

template<typename T>
struct chi_mesh::MeshGenerator::STLVertexListHelper< T >

Definition at line 52 of file MeshGenerator.h.

Constructor & Destructor Documentation

◆ STLVertexListHelper()

template<typename T >
chi_mesh::MeshGenerator::STLVertexListHelper< T >::STLVertexListHelper ( const T &  list)
inlineexplicit

Definition at line 54 of file MeshGenerator.h.

Member Function Documentation

◆ at()

template<typename T >
const chi_mesh::Vertex & chi_mesh::MeshGenerator::STLVertexListHelper< T >::at ( uint64_t  vid) const
inlineoverridevirtual

Implements chi_mesh::MeshGenerator::VertexListHelper.

Definition at line 55 of file MeshGenerator.h.

Field Documentation

◆ list_

template<typename T >
const T& chi_mesh::MeshGenerator::STLVertexListHelper< T >::list_

Definition at line 59 of file MeshGenerator.h.


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