Internal representation of attributes.  
 More...
#include <geogram/basic/geofile.h>
 | 
| std::string  | name | 
|   | Name of the attribute.  
  | 
|   | 
| std::string  | element_type | 
|   | A string with the name fo the C++ type of the elements.  
  | 
|   | 
| size_t  | element_size | 
|   | The size in bytes of each element.  
  | 
|   | 
| index_t  | dimension | 
|   | The number of elements per item.  
  | 
|   | 
Internal representation of attributes. 
Definition at line 334 of file geofile.h.
 
◆ AttributeInfo() [1/2]
  
  
      
        
          | GEO::GeoFile::AttributeInfo::AttributeInfo  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ AttributeInfo() [2/2]
  
  
      
        
          | GEO::GeoFile::AttributeInfo::AttributeInfo  | 
          ( | 
          const std::string &  | 
          name_in,  | 
         
        
           | 
           | 
          const std::string &  | 
          element_type_in,  | 
         
        
           | 
           | 
          size_t  | 
          element_size_in,  | 
         
        
           | 
           | 
          index_t  | 
          dimension_in  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
AttributeInfo constructor. 
- Parameters
 - 
  
    | [in] | name_in | name of the attribute  | 
    | [in] | element_type_in | C++ type of the elements, as a string  | 
    | [in] | element_size_in | size in bytes of an element  | 
    | [in] | dimension_in | number of elements per item  | 
  
   
Definition at line 349 of file geofile.h.
 
 
◆ dimension
      
        
          | index_t GEO::GeoFile::AttributeInfo::dimension | 
        
      
 
The number of elements per item. 
Definition at line 381 of file geofile.h.
 
 
◆ element_size
      
        
          | size_t GEO::GeoFile::AttributeInfo::element_size | 
        
      
 
The size in bytes of each element. 
Definition at line 376 of file geofile.h.
 
 
◆ element_type
      
        
          | std::string GEO::GeoFile::AttributeInfo::element_type | 
        
      
 
A string with the name fo the C++ type of the elements. 
Definition at line 371 of file geofile.h.
 
 
◆ name
      
        
          | std::string GEO::GeoFile::AttributeInfo::name | 
        
      
 
Name of the attribute. 
Definition at line 365 of file geofile.h.
 
 
The documentation for this struct was generated from the following file: