Blender  V3.3
Public Member Functions | Public Attributes | List of all members
NamedSizeStats Class Reference

#include <stats.h>

Public Member Functions

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

Public Attributes

size_t total_size
 
vector< NamedSizeEntryentries
 

Detailed Description

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

Constructor & Destructor Documentation

◆ NamedSizeStats()

NamedSizeStats::NamedSizeStats ( )

Definition at line 61 of file stats.cpp.

Member Function Documentation

◆ add_entry()

void NamedSizeStats::add_entry ( const NamedSizeEntry entry)

◆ full_report()

string NamedSizeStats::full_report ( int  indent_level = 0)

Member Data Documentation

◆ entries

vector<NamedSizeEntry> NamedSizeStats::entries

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

Referenced by add_entry(), and full_report().

◆ total_size

size_t NamedSizeStats::total_size

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

Referenced by add_entry(), and full_report().


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