DHART
Loading...
Searching...
No Matches
nanort::BinBuffer Struct Reference

#include <nanort.h>

+ Collaboration diagram for nanort::BinBuffer:

Public Member Functions

 BinBuffer (unsigned int size)
 
void clear ()
 

Public Attributes

std::vector< size_t > bin
 
unsigned int bin_size
 
unsigned int pad0
 

Detailed Description

Definition at line 1201 of file nanort.h.

Constructor & Destructor Documentation

◆ BinBuffer()

nanort::BinBuffer::BinBuffer ( unsigned int  size)
inlineexplicit

Definition at line 1202 of file nanort.h.

References bin, bin_size, and clear().

+ Here is the call graph for this function:

Member Function Documentation

◆ clear()

void nanort::BinBuffer::clear ( )
inline

Definition at line 1208 of file nanort.h.

References bin, and bin_size.

Referenced by BinBuffer().

+ Here is the caller graph for this function:

Member Data Documentation

◆ bin

std::vector<size_t> nanort::BinBuffer::bin

◆ bin_size

unsigned int nanort::BinBuffer::bin_size

◆ pad0

unsigned int nanort::BinBuffer::pad0

Definition at line 1212 of file nanort.h.


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