RINGMesh  Version 5.0.0
A programming library for geological model meshes
RINGMesh::MLLoadingStorage Struct Reference

#include <geomodel_builder_gocad.h>

Inheritance diagram for RINGMesh::MLLoadingStorage:
RINGMesh::GocadLoadingStorage

Public Member Functions

 MLLoadingStorage ()
 
- Public Member Functions inherited from RINGMesh::GocadLoadingStorage
 GocadLoadingStorage ()
 
void end_polygon ()
 Ends a polygon (by adding the size of list of polygon corners at the end of the vector) More...
 

Public Attributes

bool is_header_read_ { false }
 
index_t tface_vertex_ptr_ { 0 }
 Offset to read in the tface vertices in the tsurf vertices. More...
 
- Public Attributes inherited from RINGMesh::GocadLoadingStorage
int z_sign_ { 1 }
 
std::vector< vec3vertices_
 
std::vector< std::vector< double > > attributes_
 
index_t nb_attribute_fields_ { 0 }
 
index_t cur_interface_ { NO_ID }
 
index_t cur_surface_ { NO_ID }
 
std::vector< index_t > cur_surf_polygon_corners_gocad_id_
 
std::vector< index_t > cur_surf_polygon_ptr_
 

Detailed Description

Definition at line 711 of file geomodel_builder_gocad.h.

Constructor & Destructor Documentation

◆ MLLoadingStorage()

RINGMesh::MLLoadingStorage::MLLoadingStorage ( )

Definition at line 1839 of file geomodel_builder_gocad.cpp.

Member Data Documentation

◆ is_header_read_

bool RINGMesh::MLLoadingStorage::is_header_read_ { false }

Definition at line 715 of file geomodel_builder_gocad.h.

◆ tface_vertex_ptr_

index_t RINGMesh::MLLoadingStorage::tface_vertex_ptr_ { 0 }

Offset to read in the tface vertices in the tsurf vertices.

Definition at line 718 of file geomodel_builder_gocad.h.


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