aGrUM  0.14.2
internalNode.cpp File Reference

Methods of the MultiDimFunctionGraph InternalNode class. More...

+ Include dependency graph for internalNode.cpp:

Go to the source code of this file.

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Macros

#define ALLOCATE(x)   SmallObjectAllocator::instance().allocate(x)
 
#define DEALLOCATE(x, y)   SmallObjectAllocator::instance().deallocate(x, y)
 

Detailed Description

Methods of the MultiDimFunctionGraph InternalNode class.

Author
Pierre-Henri WUILLEMIN et Christophe GONZALES
Jean-Christophe MAGNAN and Pierre-Henri WUILLEMIN

Definition in file internalNode.cpp.

Macro Definition Documentation

◆ ALLOCATE

#define ALLOCATE (   x)    SmallObjectAllocator::instance().allocate(x)

Definition at line 31 of file internalNode.cpp.

Referenced by gum::InternalNode::allocateNodeSons().

◆ DEALLOCATE

#define DEALLOCATE (   x,
 
)    SmallObjectAllocator::instance().deallocate(x, y)

Definition at line 32 of file internalNode.cpp.

Referenced by gum::InternalNode::deallocateNodeSons().