ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
e57::BlobSectionHeader Struct Reference

#include <SectionHeaders.h>

Collaboration diagram for e57::BlobSectionHeader:

Public Member Functions

void dump (int indent=0, std::ostream &os=std::cout)
 

Public Attributes

const uint8_t sectionId = BLOB_SECTION
 
uint8_t reserved1 [7] = {}
 
uint64_t sectionLogicalLength = 0
 

Detailed Description

Definition at line 39 of file SectionHeaders.h.

Member Function Documentation

◆ dump()

void e57::BlobSectionHeader::dump ( int  indent = 0,
std::ostream &  os = std::cout 
)

Member Data Documentation

◆ reserved1

uint8_t e57::BlobSectionHeader::reserved1[7] = {}

Definition at line 43 of file SectionHeaders.h.

◆ sectionId

const uint8_t e57::BlobSectionHeader::sectionId = BLOB_SECTION

Definition at line 41 of file SectionHeaders.h.

Referenced by dump().

◆ sectionLogicalLength

uint64_t e57::BlobSectionHeader::sectionLogicalLength = 0

Definition at line 44 of file SectionHeaders.h.

Referenced by e57::BlobNodeImpl::BlobNodeImpl(), and dump().


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