Blender V5.0
NamedSizeStats Class Reference

#include <stats.h>

Public Member Functions

 NamedSizeStats ()
void add_entry (const NamedSizeEntry &entry)
string full_report (const int indent_level=0)

Public Attributes

size_t total_size
vector< NamedSizeEntryentries

Detailed Description

Definition at line 43 of file scene/stats.h.

Constructor & Destructor Documentation

◆ NamedSizeStats()

NamedSizeStats::NamedSizeStats ( )

Definition at line 54 of file stats.cpp.

References total_size.

Member Function Documentation

◆ add_entry()

void NamedSizeStats::add_entry ( const NamedSizeEntry & entry)

◆ full_report()

string NamedSizeStats::full_report ( const int indent_level = 0)

Member Data Documentation

◆ entries

vector<NamedSizeEntry> NamedSizeStats::entries

Definition at line 59 of file scene/stats.h.

Referenced by add_entry(), and full_report().

◆ total_size

size_t NamedSizeStats::total_size

Definition at line 54 of file scene/stats.h.

Referenced by add_entry(), full_report(), and NamedSizeStats().


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