The Original CHomP Software
Classes | Namespaces | Macros
multitab.h File Reference

This file contains the definition of the container "multitable" which is essentially an automatically extendable array whose memory is allocated in small chunks which hold the elements. More...

#include "chomp/system/config.h"
#include <algorithm>

Go to the source code of this file.

Classes

class  chomp::homology::multitable< element >
 A container for elements placed in a table (like a vector) that is actually built of many smaller tables. More...
 

Namespaces

namespace  chomp
 This namespace contains the entire CHomP library interface.
 
namespace  chomp::homology
 This namespace contains the core of the homology computation procedures and related classes and templates contained in the CHomP C++ library.
 

Macros

#define DEFAULTPIECESIZE   32
 The default size of a piece used in the multi-table. More...
 

Detailed Description

This file contains the definition of the container "multitable" which is essentially an automatically extendable array whose memory is allocated in small chunks which hold the elements.

Author
Pawel Pilarczyk

Definition in file multitab.h.

Macro Definition Documentation

◆ DEFAULTPIECESIZE

#define DEFAULTPIECESIZE   32

The default size of a piece used in the multi-table.

Definition at line 56 of file multitab.h.